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