Fix ldconfig in %post and %postun

epel9
Patrik Novotný 6 years ago
parent 14d1db69c3
commit fe70116084

@ -1,6 +1,6 @@
Name: minizip Name: minizip
Version: 2.8.3 Version: 2.8.3
Release: 2%{?dist} Release: 3%{?dist}
Summary: Minizip contrib in zlib with the latest bug fixes and advanced features Summary: Minizip contrib in zlib with the latest bug fixes and advanced features
License: zlib License: zlib
@ -47,8 +47,8 @@ rm -rf lib/bzip2
%check %check
make test make test
%post -p /sbin/ldconfig
%ldconfig_scriptlets %postun -p /sbin/ldconfig
%files %files
@ -68,6 +68,9 @@ make test
%{_includedir}/zip.h %{_includedir}/zip.h
%changelog %changelog
* Tue Feb 12 2019 Patrik Novotný <panovotn@redhat.com> 2.8.3-3
- Fix ldconfig execution during build
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.3-2 * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

Loading…
Cancel
Save