added back -compat package to RHEL 10 (final)

Because of the huge pushback and important internal customer
scenarios (virtualization and VDDK library), we are keeping
libxcrypt-compat for RHEL 10

Resolves: RHEL-41009
This commit is contained in:
Stanislav Zidek 2024-07-04 10:06:43 +02:00
parent 7038d30a7b
commit ede9b39c1d

View File

@ -28,7 +28,7 @@
# When we are bootstrapping, we omit the
# verification of the source tarball with GnuPG.
%bcond_without bootstrap
%bcond_with bootstrap
# Shared object version of libcrypt.
@ -168,7 +168,7 @@ fi \
Name: libxcrypt
Version: 4.4.36
Release: 8%{?dist}
Release: 9%{?dist}
Summary: Extended crypt library for descrypt, md5crypt, bcrypt, and others
# For explicit license breakdown, see the
@ -585,6 +585,10 @@ done
%changelog
* Thu Jul 04 2024 Stanislav Zidek <szidek@redhat.com> - 4.4.36-9
+ libxcrypt-4.4.36-9
- Added back -compat package for RHEL 10 (final)
* Thu Jul 04 2024 Stanislav Zidek <szidek@redhat.com> - 4.4.36-8
- Bumped version not to clash with previous bad build.