diff --git a/gimp.spec b/gimp.spec index 3e440a2..1331d83 100644 --- a/gimp.spec +++ b/gimp.spec @@ -43,7 +43,7 @@ Version: 2.2.16 %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 @@ if [ -x /usr/bin/gtk-update-icon-cache ]; then 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 @@ fi %{_libdir}/pkgconfig/* %changelog +* Wed Jul 11 2007 Nils Philippsen - 2:2.2.16-2 +- don't let gimp-plugin-mgr --uninstall fail %%post scriptlet + * Mon Jul 09 2007 Nils Philippsen - 2:2.2.16-1 - version 2.2.16