diff --git a/SPECS/cryptsetup.spec b/SPECS/cryptsetup.spec index d3c5a2a..0c609f8 100644 --- a/SPECS/cryptsetup.spec +++ b/SPECS/cryptsetup.spec @@ -1,7 +1,7 @@ Summary: Utility for setting up encrypted disks Name: cryptsetup Version: 2.7.5 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL-2.0-or-later WITH cryptsetup-OpenSSL-exception AND LGPL-2.1-or-later WITH cryptsetup-OpenSSL-exception URL: https://gitlab.com/cryptsetup/cryptsetup BuildRequires: autoconf, automake, libtool, gettext-devel, @@ -109,6 +109,10 @@ rm -rf %{buildroot}%{_libdir}/%{name}/*.la %ghost %attr(700, -, -) %dir /run/cryptsetup %changelog +* Tue Oct 29 2024 Troy Dawson - 2.7.5-2 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Fri Oct 04 2024 Ondrej Kozina - 2.7.5-1 - Update to cryptsetup 2.7.5 - patch: Warn if Argon2 keyslot is unlocked in FIPS mode.