diff --git a/libxcrypt.spec b/libxcrypt.spec index 3a1b4a4..79ef370 100644 --- a/libxcrypt.spec +++ b/libxcrypt.spec @@ -158,7 +158,7 @@ fi \ Name: libxcrypt Version: 4.4.26 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Extended crypt library for descrypt, md5crypt, bcrypt, and others # For explicit license breakdown, see the @@ -211,7 +211,7 @@ Provides: %{name}-common = %{version}-%{release} Obsoletes: %{name}-compat < %{version}-%{release} %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. Requires: glibc%{?_isa} >= %{glibc_minver} %endif @@ -251,7 +251,7 @@ BuildRequires: libxcrypt-compat 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. Requires: glibc%{?_isa} >= %{glibc_minver} %endif @@ -551,6 +551,9 @@ done %changelog +* Tue Sep 21 2021 Björn Esser - 4.4.26-4 +- Add some more recent distro releases to previous change + * Tue Sep 21 2021 Björn Esser - 4.4.26-3 - Limit explicit versioned Requires on glibc to older distro releases