diff --git a/libxcrypt.spec b/libxcrypt.spec index 6125baf..fad59d4 100644 --- a/libxcrypt.spec +++ b/libxcrypt.spec @@ -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 - 4.4.3-6 +- Always build all supported hash methods + * Fri Feb 01 2019 Fedora Release Engineering - 4.4.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild