Conditionally remove non-built hashing methods from description
This commit is contained in:
parent
f969693efb
commit
7f1126cca8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user