Build the compat package with glibc hashing methods only

This commit is contained in:
Björn Esser 2019-01-14 19:29:06 +01:00
parent 7f1126cca8
commit b369d8179a
No known key found for this signature in database
GPG Key ID: F52E98007594C21D

View File

@ -38,7 +38,7 @@
%if %{with new_api}
%global hash_methods fedora,glibc,strong
%global obsolete_api no
%global compat_methods all
%global compat_methods glibc
%global compat_api glibc
%else
%global hash_methods all
@ -100,7 +100,7 @@ fi \
Name: libxcrypt
Version: 4.4.2
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Extended crypt library for descrypt, md5crypt, bcrypt, and others
# For explicit license breakdown, see the
@ -363,6 +363,9 @@ done
%changelog
* Mon Jan 14 2019 Björn Esser <besser82@fedoraproject.org> - 4.4.2-5
- Build the compat package with glibc hashing methods only
* Mon Jan 14 2019 Björn Esser <besser82@fedoraproject.org> - 4.4.2-4
- Bump SO-name for Fedora >= 30 and enable compat package (#1666033)
- Add distribution README file