Switch to %ldconfig_scriptlets

This commit is contained in:
Björn Esser 2018-02-04 13:43:23 +01:00
parent 4c1c3c53e3
commit da6cb73707
No known key found for this signature in database
GPG Key ID: F52E98007594C21D

View File

@ -80,7 +80,7 @@
Name: libkcapi Name: libkcapi
Version: %{vmajor}.%{vminor}.%{vpatch} Version: %{vmajor}.%{vminor}.%{vpatch}
Release: 2%{?dist} Release: 3%{?dist}
Summary: User space interface to the Linux Kernel Crypto API Summary: User space interface to the Linux Kernel Crypto API
License: BSD or GPLv2 License: BSD or GPLv2
@ -333,10 +333,7 @@ popd
%endif %endif
%post -p /sbin/ldconfig %ldconfig_scriptlets
%postun -p /sbin/ldconfig
%files %files
@ -414,6 +411,9 @@ popd
%changelog %changelog
* Sun Feb 04 2018 Björn Esser <besser82@fedoraproject.org> - 1.0.3-3
- Switch to %ldconfig_scriptlets
* Wed Jan 17 2018 Björn Esser <besser82@fedoraproject.org> - 1.0.3-2 * Wed Jan 17 2018 Björn Esser <besser82@fedoraproject.org> - 1.0.3-2
- Decrease optmem_max preset to 40960 - Decrease optmem_max preset to 40960
- Let the build fail, if the minimum kernel version cannot be met - Let the build fail, if the minimum kernel version cannot be met