Always build all supported hash methods

This commit is contained in:
Björn Esser 2019-02-06 13:27:44 +01:00
parent 60713b4f91
commit 45a9a1a9e5
No known key found for this signature in database
GPG Key ID: F52E98007594C21D

View File

@ -56,11 +56,11 @@
# Hash methods and API supported by libcrypt.
# NEVER EVER touch this, if you do NOT know what you are doing!
%global hash_methods all
%if %{with new_api}
%global hash_methods fedora,glibc,strong
%global obsolete_api no
%else
%global hash_methods all
%global obsolete_api glibc
%endif
@ -136,7 +136,7 @@ fi \
Name: libxcrypt
Version: 4.4.3
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Extended crypt library for descrypt, md5crypt, bcrypt, and others
# For explicit license breakdown, see the
@ -456,6 +456,9 @@ done
%changelog
* Wed Feb 06 2019 Björn Esser <besser82@fedoraproject.org> - 4.4.3-6
- Always build all supported hash methods
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.4.3-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild