diff --git a/libxcrypt.spec b/libxcrypt.spec index 5a21532..82453a2 100644 --- a/libxcrypt.spec +++ b/libxcrypt.spec @@ -130,8 +130,8 @@ %{?__debug_package:%{__debug_install_post}} \ %{__arch_install_post} \ %{__os_install_post} \ -%{_bindir}/fipshmac %{buildroot}/%{_lib}/libcrypt.a \ if [[ %{with staticlib} == 1 ]]; then \ + %{_bindir}/fipshmac %{buildroot}/%{_lib}/libcrypt.a \ %{__ln_s} .libcrypt.a.hmac \\\ %{buildroot}/%{_lib}/.libxcrypt.a.hmac \ fi \ @@ -148,7 +148,7 @@ fi \ Name: libxcrypt Version: 4.4.3 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Extended crypt library for descrypt, md5crypt, bcrypt, and others # For explicit license breakdown, see the @@ -463,6 +463,9 @@ done %changelog +* Tue Feb 19 2019 Björn Esser - 4.4.3-9 +- Fix conditional in __spec_install_post + * Tue Feb 19 2019 Björn Esser - 4.4.3-8 - Update Obsoletes, Provides, and Requires to glibc 2.27 - Add Recommends: whois-mkpasswd for Fedora