Fix ldconfig in %post and %postun

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

@ -1,6 +1,6 @@
Name: minizip
Version: 2.8.3
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Minizip contrib in zlib with the latest bug fixes and advanced features
License: zlib
@ -47,8 +47,8 @@ rm -rf lib/bzip2
%check
make test
%ldconfig_scriptlets
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
@ -68,6 +68,9 @@ make test
%{_includedir}/zip.h
%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
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

Loading…
Cancel
Save