From 86e645e7e09d61d636938a3b571419f940aab29e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Mon, 24 Jun 2019 15:47:30 +0200 Subject: [PATCH] Build all hash methods for the compat package --- libxcrypt.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libxcrypt.spec b/libxcrypt.spec index e1236bf..f47b745 100644 --- a/libxcrypt.spec +++ b/libxcrypt.spec @@ -67,7 +67,7 @@ %endif %if %{with compat_pkg} -%global compat_methods glibc +%global compat_methods all %global compat_api glibc %endif @@ -142,7 +142,7 @@ fi \ Name: libxcrypt Version: 4.4.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Extended crypt library for descrypt, md5crypt, bcrypt, and others # For explicit license breakdown, see the @@ -459,6 +459,9 @@ done %changelog +* Mon Jun 24 2019 Björn Esser - 4.4.6-2 +- Build all hash methods for the compat package + * Sun May 05 2019 Björn Esser - 4.4.6-1 - New upstream release