Build the compat package with glibc hashing methods only
This commit is contained in:
parent
7f1126cca8
commit
b369d8179a
@ -38,7 +38,7 @@
|
|||||||
%if %{with new_api}
|
%if %{with new_api}
|
||||||
%global hash_methods fedora,glibc,strong
|
%global hash_methods fedora,glibc,strong
|
||||||
%global obsolete_api no
|
%global obsolete_api no
|
||||||
%global compat_methods all
|
%global compat_methods glibc
|
||||||
%global compat_api glibc
|
%global compat_api glibc
|
||||||
%else
|
%else
|
||||||
%global hash_methods all
|
%global hash_methods all
|
||||||
@ -100,7 +100,7 @@ fi \
|
|||||||
|
|
||||||
Name: libxcrypt
|
Name: libxcrypt
|
||||||
Version: 4.4.2
|
Version: 4.4.2
|
||||||
Release: 4%{?dist}
|
Release: 5%{?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
|
||||||
@ -363,6 +363,9 @@ done
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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)
|
- Bump SO-name for Fedora >= 30 and enable compat package (#1666033)
|
||||||
- Add distribution README file
|
- Add distribution README file
|
||||||
|
Loading…
Reference in New Issue
Block a user