Add Recommends: mkpasswd for Fedora >= 30

This commit is contained in:
Björn Esser 2018-11-26 11:44:40 +01:00
parent 097643ad58
commit d15f4b7558
No known key found for this signature in database
GPG Key ID: F52E98007594C21D

View File

@ -133,9 +133,12 @@ Obsoletes: %{name}-common <= 4.3.3-3
Provides: %{name}-common == %{version}-%{release}
# We need a version of glibc, that doesn't build libcrypt anymore.
Requires: glibc%{_isa} >= 2.26.9000-46
Requires: glibc%{?_isa} >= 2.26.9000-46
%endif
%if 0%{?fedora} >= 30
Recommends: mkpasswd%{?_isa}
%endif
%description
libxcrypt is a modern library for one-way hashing of passwords. It
@ -164,7 +167,7 @@ that have been provided by glibc's libcrypt.so.1.
%package compat
Summary: Compatibility library providing legacy API functions
Requires: %{name}%{_isa} == %{version}-%{release}
Requires: %{name}%{?_isa} == %{version}-%{release}
%description compat
This package contains the library providing the compatibility API for
@ -336,6 +339,7 @@ done
- Backport upstream generating base64 encoded output for NT gensalt
- Backport upstream commit to require less rbytes for NT gensalt
- Backport upstream commit to test incremental hmac-sha256 computation
- Add Recommends: mkpasswd for Fedora >= 30
* Tue Nov 20 2018 Björn Esser <besser82@fedoraproject.org> - 4.4.0-1
- New upstream release