From: Adam Osuchowski Date: Sun, 7 Feb 2016 16:03:57 +0000 (+0100) Subject: - fix missed ldconfig in %post and %postun X-Git-Tag: auto/th/msitools-0.95-3~1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=e78b63af41363a3d153fb7d7b9066f329a74a9bb;p=packages%2Fmsitools.git - fix missed ldconfig in %post and %postun --- diff --git a/msitools.spec b/msitools.spec index 877a2f7..f61b9e9 100644 --- a/msitools.spec +++ b/msitools.spec @@ -7,7 +7,7 @@ Summary: MSI manipulation library and tools Summary(pl.UTF-8): Biblioteka i narzędzia do obróbki plików MSI Name: msitools Version: 0.95 -Release: 1 +Release: 2 License: LGPL v2.1+ Group: Applications Source0: http://ftp.gnome.org/pub/GNOME/sources/msitools/0.95/%{name}-%{version}.tar.xz @@ -125,6 +125,9 @@ rm -rf $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + %files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS README TODO