Fix %%description
This commit is contained in:
parent
998a988600
commit
6d003a5443
@ -204,11 +204,7 @@ Recommends: whois-mkpasswd
|
|||||||
libxcrypt is a modern library for one-way hashing of passwords. It
|
libxcrypt is a modern library for one-way hashing of passwords. It
|
||||||
supports a wide variety of both modern and historical hashing methods:
|
supports a wide variety of both modern and historical hashing methods:
|
||||||
yescrypt, gost-yescrypt, scrypt, bcrypt, sha512crypt, sha256crypt,
|
yescrypt, gost-yescrypt, scrypt, bcrypt, sha512crypt, sha256crypt,
|
||||||
%if %{with new_api}
|
|
||||||
md5crypt, and descrypt.
|
|
||||||
%else
|
|
||||||
md5crypt, SunMD5, sha1crypt, NT, bsdicrypt, bigcrypt, and descrypt.
|
md5crypt, SunMD5, sha1crypt, NT, bsdicrypt, bigcrypt, and descrypt.
|
||||||
%endif
|
|
||||||
It provides the traditional Unix crypt and crypt_r interfaces, as well
|
It provides the traditional Unix crypt and crypt_r interfaces, as well
|
||||||
as a set of extended interfaces pioneered by Openwall Linux, crypt_rn,
|
as a set of extended interfaces pioneered by Openwall Linux, crypt_rn,
|
||||||
crypt_ra, crypt_gensalt, crypt_gensalt_rn, and crypt_gensalt_ra.
|
crypt_ra, crypt_gensalt, crypt_gensalt_rn, and crypt_gensalt_ra.
|
||||||
@ -221,7 +217,6 @@ where speed is more important than careful handling of sensitive data.
|
|||||||
However, it is intended to be fast and lightweight enough for use in
|
However, it is intended to be fast and lightweight enough for use in
|
||||||
servers that must field thousands of login attempts per minute.
|
servers that must field thousands of login attempts per minute.
|
||||||
%if %{with new_api}
|
%if %{with new_api}
|
||||||
|
|
||||||
This version of the library does not provide the legacy API functions
|
This version of the library does not provide the legacy API functions
|
||||||
that have been provided by glibc's libcrypt.so.1.
|
that have been provided by glibc's libcrypt.so.1.
|
||||||
%endif
|
%endif
|
||||||
@ -466,6 +461,7 @@ done
|
|||||||
- Update Obsoletes, Provides, and Requires to glibc 2.27
|
- Update Obsoletes, Provides, and Requires to glibc 2.27
|
||||||
- Add Recommends: whois-mkpasswd for Fedora
|
- Add Recommends: whois-mkpasswd for Fedora
|
||||||
- Optimize installation of the documentation files
|
- Optimize installation of the documentation files
|
||||||
|
- Fix %%description
|
||||||
|
|
||||||
* Tue Feb 19 2019 Björn Esser <besser82@fedoraproject.org> - 4.4.3-7
|
* Tue Feb 19 2019 Björn Esser <besser82@fedoraproject.org> - 4.4.3-7
|
||||||
- Add patch to fix the output formatting of a test
|
- Add patch to fix the output formatting of a test
|
||||||
|
Loading…
Reference in New Issue
Block a user