Fix rhel version in conditional

This commit is contained in:
Björn Esser 2022-01-15 10:44:18 +01:00
parent 2ce80894d1
commit 688fb0326c
No known key found for this signature in database
GPG Key ID: F52E98007594C21D

View File

@ -189,7 +189,7 @@ BuildRequires: %{_bindir}/sha256sum
%endif %endif
# We do not need to keep this forever. # We do not need to keep this forever.
%if !(0%{?fedora} > 31 || 0%{?rhel} > 10) %if !(0%{?fedora} > 31 || 0%{?rhel} > 9)
# Inherited from former libcrypt package. # Inherited from former libcrypt package.
Obsoletes: libcrypt-nss < %{glibc_minver} Obsoletes: libcrypt-nss < %{glibc_minver}
Provides: libcrypt-nss = %{glibc_minver} Provides: libcrypt-nss = %{glibc_minver}
@ -555,6 +555,7 @@ done
- Update Obsoletes, Provides, and Requires to glibc 2.28 (or later), - Update Obsoletes, Provides, and Requires to glibc 2.28 (or later),
as this was the first upstream version of glibc with an option to as this was the first upstream version of glibc with an option to
be built without shipping libcrypt be built without shipping libcrypt
- Fix rhel version in conditional
* Fri Dec 17 2021 Björn Esser <besser82@fedoraproject.org> - 4.4.27-1 * Fri Dec 17 2021 Björn Esser <besser82@fedoraproject.org> - 4.4.27-1
- New upstream release - New upstream release