rpms/mail-notification/devel mail-notification.spec,1.54,1.55

Dmitry Butskoy (buc) fedora-extras-commits at redhat.com
Mon May 19 15:48:06 UTC 2008


Author: buc

Update of /cvs/extras/rpms/mail-notification/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23032

Modified Files:
	mail-notification.spec 
Log Message:



Index: mail-notification.spec
===================================================================
RCS file: /cvs/extras/rpms/mail-notification/devel/mail-notification.spec,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- mail-notification.spec	28 Apr 2008 14:45:54 -0000	1.54
+++ mail-notification.spec	19 May 2008 15:47:11 -0000	1.55
@@ -1,6 +1,6 @@
 Name:           mail-notification
 Version:        5.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Status icon that informs you if you have new mail
 
 Group:          Applications/Internet
@@ -150,6 +150,13 @@
 %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
 
 
+%triggerpostun -- %{name} < 5.0
+#  Work-around for the broken preun scriptlets in some previous packages
+export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
+/usr/bin/gconftool-2 --makefile-install-rule \
+  %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null || :
+
+
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING NEWS README TODO
@@ -169,6 +176,10 @@
 
 
 %changelog
+* Mon May 19 2008 Dmitry Butskoy <Dmitry at Butskoy.name> - 5.3-2
+- add triggerpostun scriptlet to handle broken preun scriptlets
+  of packages before Fedora 9 (mail-notification < 5.0) (#446315)
+
 * Mon Apr 28 2008 Dmitry Butskoy <Dmitry at Butskoy.name> - 5.3-1
 - update to 5.3
 - scriptlets cleanups




More information about the fedora-extras-commits mailing list