Always build all supported hash methods
This commit is contained in:
parent
60713b4f91
commit
45a9a1a9e5
@ -56,11 +56,11 @@
|
|||||||
|
|
||||||
# Hash methods and API supported by libcrypt.
|
# Hash methods and API supported by libcrypt.
|
||||||
# NEVER EVER touch this, if you do NOT know what you are doing!
|
# NEVER EVER touch this, if you do NOT know what you are doing!
|
||||||
|
%global hash_methods all
|
||||||
|
|
||||||
%if %{with new_api}
|
%if %{with new_api}
|
||||||
%global hash_methods fedora,glibc,strong
|
|
||||||
%global obsolete_api no
|
%global obsolete_api no
|
||||||
%else
|
%else
|
||||||
%global hash_methods all
|
|
||||||
%global obsolete_api glibc
|
%global obsolete_api glibc
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -136,7 +136,7 @@ fi \
|
|||||||
|
|
||||||
Name: libxcrypt
|
Name: libxcrypt
|
||||||
Version: 4.4.3
|
Version: 4.4.3
|
||||||
Release: 5%{?dist}
|
Release: 6%{?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
|
||||||
@ -456,6 +456,9 @@ done
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.4.3-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user