rpms/seahorse-plugins/F-10 seahorse-plugins.spec,1.10,1.11

Matthias Clasen mclasen at fedoraproject.org
Fri Dec 12 17:48:51 UTC 2008


Author: mclasen

Update of /cvs/pkgs/rpms/seahorse-plugins/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17364

Modified Files:
	seahorse-plugins.spec 
Log Message:
Call update-desktop-database in %post



Index: seahorse-plugins.spec
===================================================================
RCS file: /cvs/pkgs/rpms/seahorse-plugins/F-10/seahorse-plugins.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- seahorse-plugins.spec	19 Oct 2008 13:57:34 -0000	1.10
+++ seahorse-plugins.spec	12 Dec 2008 17:48:20 -0000	1.11
@@ -1,6 +1,6 @@
 Name: 		seahorse-plugins
 Version: 	2.24.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:	Plugins and utilities for encryption in GNOME
 Group: 		User Interface/Desktops
 License:        GPLv2+ and GFDL
@@ -101,6 +101,7 @@
 %post
 scrollkeeper-update -q
 update-mime-database %{_datadir}/mime >& /dev/null
+update-desktop-database -q
 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
 gconftool-2 --makefile-install-rule 				\
 	%{_sysconfdir}/gconf/schemas/seahorse-plugins.schemas 	\
@@ -133,6 +134,7 @@
 
 %postun
 scrollkeeper-update -q
+update-desktop-database -q
 update-mime-database %{_datadir}/mime >& /dev/null
 touch --no-create %{_datadir}/icons/hicolor || :
 if [ -x %{_bindir}/gtk-update-icon-cache ]; then
@@ -174,6 +176,9 @@
 
 
 %changelog
+* Fri Dec 12 2008 Matthias Clasen <mclasen at redhat.com> 2.24.1-3
+- Call update-desktop-database in %post (#473680)
+
 * Sun Oct 19 2008 Matthias Clasen <mclasen at redhat.com> 2.24.1-2
 - Update to 2.24.1
 




More information about the fedora-extras-commits mailing list