rpms/gimp/devel gimp.spec,1.132,1.133

Nils Philippsen (nphilipp) fedora-extras-commits at redhat.com
Wed Jul 11 15:14:49 UTC 2007


Author: nphilipp

Update of /cvs/pkgs/rpms/gimp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10110

Modified Files:
	gimp.spec 
Log Message:
don't let gimp-plugin-mgr --uninstall fail %post scriptlet



Index: gimp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gimp/devel/gimp.spec,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- gimp.spec	9 Jul 2007 15:37:48 -0000	1.132
+++ gimp.spec	11 Jul 2007 15:14:17 -0000	1.133
@@ -43,7 +43,7 @@
 %define age 0
 %define minorver 200
 %define microver %(ver=%{version}; echo ${ver##*.*.})
-Release:    1%{?dist}
+Release:    2%{?dist}
 Epoch:		2
 License: 	GPL, LGPL
 Group: 		Applications/Multimedia
@@ -286,7 +286,7 @@
   gtk-update-icon-cache -q %{_datadir}/icons/hicolor
 fi
 # Then re-add the symlinks
-%{_sbindir}/gimp-plugin-mgr --install '*'
+%{_sbindir}/gimp-plugin-mgr --install '*' || :
 
 %preun
 # Only delete symlinks when uninstalling
@@ -424,6 +424,9 @@
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Wed Jul 11 2007 Nils Philippsen <nphilipp at redhat.com> - 2:2.2.16-2
+- don't let gimp-plugin-mgr --uninstall fail %%post scriptlet
+
 * Mon Jul 09 2007 Nils Philippsen <nphilipp at redhat.com> - 2:2.2.16-1
 - version 2.2.16
 




More information about the fedora-extras-commits mailing list