]> git.pld-linux.org Git - packages/msitools.git/commitdiff
- fix missed ldconfig in %post and %postun
authorAdam Osuchowski <adwol@pld-linux.org>
Sun, 7 Feb 2016 16:03:57 +0000 (17:03 +0100)
committerAdam Osuchowski <adwol@pld-linux.org>
Sun, 7 Feb 2016 16:03:57 +0000 (17:03 +0100)
msitools.spec

index 877a2f77640fbcb1279100f2ece6b7771bd70df9..f61b9e9f2aa25649a7c019429102d7e0c0a1aafe 100644 (file)
@@ -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
This page took 0.117708 seconds and 4 git commands to generate.