Fix conditional in __spec_install_post

This commit is contained in:
Björn Esser 2019-02-19 14:29:05 +01:00
parent 54470d8c28
commit bd7ef773f1
No known key found for this signature in database
GPG Key ID: F52E98007594C21D

View File

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