From b369d8179aa10dc108e73ffda6e65551ccbf2c2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Mon, 14 Jan 2019 19:29:06 +0100 Subject: [PATCH] Build the compat package with glibc hashing methods only --- libxcrypt.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libxcrypt.spec b/libxcrypt.spec index 14ced50..2c0d6ba 100644 --- a/libxcrypt.spec +++ b/libxcrypt.spec @@ -38,7 +38,7 @@ %if %{with new_api} %global hash_methods fedora,glibc,strong %global obsolete_api no -%global compat_methods all +%global compat_methods glibc %global compat_api glibc %else %global hash_methods all @@ -100,7 +100,7 @@ fi \ Name: libxcrypt Version: 4.4.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Extended crypt library for descrypt, md5crypt, bcrypt, and others # For explicit license breakdown, see the @@ -363,6 +363,9 @@ done %changelog +* Mon Jan 14 2019 Björn Esser - 4.4.2-5 +- Build the compat package with glibc hashing methods only + * Mon Jan 14 2019 Björn Esser - 4.4.2-4 - Bump SO-name for Fedora >= 30 and enable compat package (#1666033) - Add distribution README file