diff --git a/libxcrypt.spec b/libxcrypt.spec index a845ebd..2af990a 100644 --- a/libxcrypt.spec +++ b/libxcrypt.spec @@ -13,7 +13,7 @@ %endif # Replace obsolete functions with a stub? -%if (0%{?fedora} >= 999 || 0%{?rhel} >= 99) && %{with compat_pkg} +%if (0%{?fedora} >= 30 || 0%{?rhel} >= 9) && %{with compat_pkg} %bcond_without enosys_stubs %else %bcond_with enosys_stubs @@ -127,7 +127,7 @@ fi \ Name: libxcrypt Version: 4.4.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Extended crypt library for descrypt, md5crypt, bcrypt, and others # For explicit license breakdown, see the @@ -404,6 +404,9 @@ done %changelog +* Wed Jan 30 2019 Björn Esser - 4.4.3-3 +- Replace unsafe functions in libxcrypt-compat with stubs (#1670735) + * Thu Jan 24 2019 Björn Esser - 4.4.3-2 - Fix and simplify the conditionals for the compat package - Add an option to replace unsafe functions in the compat lib with a stub