Conditionally remove non-built hashing methods from description

This commit is contained in:
Björn Esser 2019-01-14 18:50:09 +01:00
parent f969693efb
commit 7f1126cca8
No known key found for this signature in database
GPG Key ID: F52E98007594C21D

View File

@ -150,7 +150,11 @@ Recommends: mkpasswd
libxcrypt is a modern library for one-way hashing of passwords. It
supports a wide variety of both modern and historical hashing methods:
yescrypt, gost-yescrypt, scrypt, bcrypt, sha512crypt, sha256crypt,
%if %{with new_api}
md5crypt, and descrypt.
%else
md5crypt, SunMD5, sha1crypt, NT, bsdicrypt, bigcrypt, and descrypt.
%endif
It provides the traditional Unix crypt and crypt_r interfaces, as well
as a set of extended interfaces pioneered by Openwall Linux, crypt_rn,
crypt_ra, crypt_gensalt, crypt_gensalt_rn, and crypt_gensalt_ra.
@ -363,6 +367,7 @@ done
- Bump SO-name for Fedora >= 30 and enable compat package (#1666033)
- Add distribution README file
- Update description of the compat package
- Conditionally remove non-built hashing methods from description
* Sun Dec 23 2018 Björn Esser <besser82@fedoraproject.org> - 4.4.2-3
- Remove architecture bits from Recommends