diff --git a/libxcrypt.spec b/libxcrypt.spec index fa6c16b..e42708d 100644 --- a/libxcrypt.spec +++ b/libxcrypt.spec @@ -7,7 +7,7 @@ # Build the compat package? -%if 0%{?fedora} >= 999 || 0%{?rhel} >= 10 || %{without new_api} +%if 0%{?fedora} >= 999 || 0%{?rhel} >= 11 || %{without new_api} %bcond_with compat_pkg %else %bcond_without compat_pkg @@ -28,7 +28,7 @@ # When we are bootstrapping, we omit the # verification of the source tarball with GnuPG. -%bcond_with bootstrap +%bcond_without bootstrap # Shared object version of libcrypt. @@ -168,7 +168,7 @@ fi \ Name: libxcrypt Version: 4.4.36 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Extended crypt library for descrypt, md5crypt, bcrypt, and others # For explicit license breakdown, see the @@ -585,6 +585,9 @@ done %changelog +* Wed Jul 03 2024 Stanislav Zidek - 4.4.36-7 +- Added back -compat package for RHEL 10 (bootstrap) + * Mon Jun 24 2024 Troy Dawson - 4.4.36-6 - Bump release for June 2024 mass rebuild