From 6d003a5443edbcb5f5c5532a12b90fb32ee80c5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Tue, 19 Feb 2019 13:18:51 +0100 Subject: [PATCH] Fix %%description --- libxcrypt.spec | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/libxcrypt.spec b/libxcrypt.spec index a2b85f7..e4d6acc 100644 --- a/libxcrypt.spec +++ b/libxcrypt.spec @@ -204,11 +204,7 @@ Recommends: whois-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. @@ -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 servers that must field thousands of login attempts per minute. %if %{with new_api} - This version of the library does not provide the legacy API functions that have been provided by glibc's libcrypt.so.1. %endif @@ -466,6 +461,7 @@ done - Update Obsoletes, Provides, and Requires to glibc 2.27 - Add Recommends: whois-mkpasswd for Fedora - Optimize installation of the documentation files +- Fix %%description * Tue Feb 19 2019 Björn Esser - 4.4.3-7 - Add patch to fix the output formatting of a test