Fix rhel version in conditional
This commit is contained in:
parent
2ce80894d1
commit
688fb0326c
@ -189,7 +189,7 @@ BuildRequires: %{_bindir}/sha256sum
|
||||
%endif
|
||||
|
||||
# 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.
|
||||
Obsoletes: 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),
|
||||
as this was the first upstream version of glibc with an option to
|
||||
be built without shipping libcrypt
|
||||
- Fix rhel version in conditional
|
||||
|
||||
* Fri Dec 17 2021 Björn Esser <besser82@fedoraproject.org> - 4.4.27-1
|
||||
- New upstream release
|
||||
|
Loading…
Reference in New Issue
Block a user