[packages/msitools] - fix missed ldconfig in %post and %postun

adwol adwol at pld-linux.org
Sun Feb 7 17:04:32 CET 2016


commit e78b63af41363a3d153fb7d7b9066f329a74a9bb
Author: Adam Osuchowski <adwol at pld-linux.org>
Date:   Sun Feb 7 17:03:57 2016 +0100

    - fix missed ldconfig in %post and %postun

 msitools.spec | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/msitools.git/commitdiff/e78b63af41363a3d153fb7d7b9066f329a74a9bb



More information about the pld-cvs-commit mailing list