Add some more recent distro releases to previous change
This commit is contained in:
parent
136ca6474a
commit
8455ddfd9c
@ -158,7 +158,7 @@ fi \
|
|||||||
|
|
||||||
Name: libxcrypt
|
Name: libxcrypt
|
||||||
Version: 4.4.26
|
Version: 4.4.26
|
||||||
Release: 3%{?dist}
|
Release: 4%{?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
|
||||||
@ -211,7 +211,7 @@ Provides: %{name}-common = %{version}-%{release}
|
|||||||
Obsoletes: %{name}-compat < %{version}-%{release}
|
Obsoletes: %{name}-compat < %{version}-%{release}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if !(0%{?fedora} > 35 || 0%{?rhel} > 10)
|
%if !(0%{?fedora} > 34 || 0%{?rhel} > 9)
|
||||||
# We need a version of glibc, that doesn't build libcrypt anymore.
|
# We need a version of glibc, that doesn't build libcrypt anymore.
|
||||||
Requires: glibc%{?_isa} >= %{glibc_minver}
|
Requires: glibc%{?_isa} >= %{glibc_minver}
|
||||||
%endif
|
%endif
|
||||||
@ -251,7 +251,7 @@ BuildRequires: libxcrypt-compat
|
|||||||
|
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%if !(0%{?fedora} > 35 || 0%{?rhel} > 10)
|
%if !(0%{?fedora} > 34 || 0%{?rhel} > 9)
|
||||||
# We need a version of glibc, that doesn't build libcrypt anymore.
|
# We need a version of glibc, that doesn't build libcrypt anymore.
|
||||||
Requires: glibc%{?_isa} >= %{glibc_minver}
|
Requires: glibc%{?_isa} >= %{glibc_minver}
|
||||||
%endif
|
%endif
|
||||||
@ -551,6 +551,9 @@ done
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 21 2021 Björn Esser <besser82@fedoraproject.org> - 4.4.26-4
|
||||||
|
- Add some more recent distro releases to previous change
|
||||||
|
|
||||||
* Tue Sep 21 2021 Björn Esser <besser82@fedoraproject.org> - 4.4.26-3
|
* Tue Sep 21 2021 Björn Esser <besser82@fedoraproject.org> - 4.4.26-3
|
||||||
- Limit explicit versioned Requires on glibc to older distro releases
|
- Limit explicit versioned Requires on glibc to older distro releases
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user