From a1645433e3958f9c065a06d12b70dcb824f9a640 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Mon, 14 Jan 2019 18:50:02 +0100 Subject: [PATCH] Bump SO-name for Fedora >= 30 and enable compat package (#1666033) --- libxcrypt.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/libxcrypt.spec b/libxcrypt.spec index e888889..962dd99 100644 --- a/libxcrypt.spec +++ b/libxcrypt.spec @@ -1,9 +1,9 @@ # Build with new api? -#if 0%%{?fedora} >= 30 || 0%%{?rhel} >= 9 -#bcond_without new_api -#else +%if 0%{?fedora} >= 30 || 0%{?rhel} >= 9 +%bcond_without new_api +%else %bcond_with new_api -#endif +%endif # Run memcheck? @@ -89,7 +89,7 @@ fi \ Name: libxcrypt Version: 4.4.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Extended crypt library for descrypt, md5crypt, bcrypt, and others # For explicit license breakdown, see the @@ -329,6 +329,9 @@ done %changelog +* Mon Jan 14 2019 Björn Esser - 4.4.2-4 +- Bump SO-name for Fedora >= 30 and enable compat package (#1666033) + * Sun Dec 23 2018 Björn Esser - 4.4.2-3 - Remove architecture bits from Recommends