From 7f1126cca80cd02818e08db0c365a3c3080f422b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Mon, 14 Jan 2019 18:50:09 +0100 Subject: [PATCH] Conditionally remove non-built hashing methods from description --- libxcrypt.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libxcrypt.spec b/libxcrypt.spec index 214c172..14ced50 100644 --- a/libxcrypt.spec +++ b/libxcrypt.spec @@ -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 - 4.4.2-3 - Remove architecture bits from Recommends