Add Recommends: mkpasswd for Fedora >= 30
This commit is contained in:
parent
097643ad58
commit
d15f4b7558
@ -133,9 +133,12 @@ Obsoletes: %{name}-common <= 4.3.3-3
|
|||||||
Provides: %{name}-common == %{version}-%{release}
|
Provides: %{name}-common == %{version}-%{release}
|
||||||
|
|
||||||
# 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} >= 2.26.9000-46
|
Requires: glibc%{?_isa} >= 2.26.9000-46
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if 0%{?fedora} >= 30
|
||||||
|
Recommends: mkpasswd%{?_isa}
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libxcrypt is a modern library for one-way hashing of passwords. It
|
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
|
%package compat
|
||||||
Summary: Compatibility library providing legacy API functions
|
Summary: Compatibility library providing legacy API functions
|
||||||
|
|
||||||
Requires: %{name}%{_isa} == %{version}-%{release}
|
Requires: %{name}%{?_isa} == %{version}-%{release}
|
||||||
|
|
||||||
%description compat
|
%description compat
|
||||||
This package contains the library providing the compatibility API for
|
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 generating base64 encoded output for NT gensalt
|
||||||
- Backport upstream commit to require less rbytes for NT gensalt
|
- Backport upstream commit to require less rbytes for NT gensalt
|
||||||
- Backport upstream commit to test incremental hmac-sha256 computation
|
- 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
|
* Tue Nov 20 2018 Björn Esser <besser82@fedoraproject.org> - 4.4.0-1
|
||||||
- New upstream release
|
- New upstream release
|
||||||
|
Loading…
Reference in New Issue
Block a user