added back -compat package to RHEL 10 (bootstrap)
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:
parent
b55e62fdcb
commit
b797c624d9
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
|
|
||||||
# Build the compat package?
|
# 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
|
%bcond_with compat_pkg
|
||||||
%else
|
%else
|
||||||
%bcond_without compat_pkg
|
%bcond_without compat_pkg
|
||||||
@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
# When we are bootstrapping, we omit the
|
# When we are bootstrapping, we omit the
|
||||||
# verification of the source tarball with GnuPG.
|
# verification of the source tarball with GnuPG.
|
||||||
%bcond_with bootstrap
|
%bcond_without bootstrap
|
||||||
|
|
||||||
|
|
||||||
# Shared object version of libcrypt.
|
# Shared object version of libcrypt.
|
||||||
@ -168,7 +168,7 @@ fi \
|
|||||||
|
|
||||||
Name: libxcrypt
|
Name: libxcrypt
|
||||||
Version: 4.4.36
|
Version: 4.4.36
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: Extended crypt library for descrypt, md5crypt, bcrypt, and others
|
Summary: Extended crypt library for descrypt, md5crypt, bcrypt, and others
|
||||||
|
|
||||||
# For explicit license breakdown, see the
|
# For explicit license breakdown, see the
|
||||||
@ -585,6 +585,9 @@ done
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 03 2024 Stanislav Zidek <szidek@redhat.com> - 4.4.36-7
|
||||||
|
- Added back -compat package for RHEL 10 (bootstrap)
|
||||||
|
|
||||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 4.4.36-6
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 4.4.36-6
|
||||||
- Bump release for June 2024 mass rebuild
|
- Bump release for June 2024 mass rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user