rpms/guake/F-11 guake.spec,1.14,1.15

Pierre-YvesChibon pingou at fedoraproject.org
Fri May 7 22:29:35 UTC 2010


Author: pingou

Update of /cvs/pkgs/rpms/guake/F-11
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv26143/F-11

Modified Files:
	guake.spec 
Log Message:
Update the spec to add the posttrans to fix gconf issue


Index: guake.spec
===================================================================
RCS file: /cvs/pkgs/rpms/guake/F-11/guake.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- guake.spec	4 Feb 2010 10:22:56 -0000	1.14
+++ guake.spec	7 May 2010 22:29:35 -0000	1.15
@@ -1,6 +1,6 @@
 Name:           guake
 Version:        0.4.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Drop-down terminal for GNOME
 
 Group:          Applications/System
@@ -94,6 +94,9 @@ if [ "$1" -eq 0 ]; then
       %{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null || :
 fi
 
+%posttrans
+killall -HUP gconfd-2 > /dev/null || : 
+
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
@@ -111,6 +114,9 @@ fi
 %{_sysconfdir}/xdg/autostart/%{name}.desktop
 
 %changelog
+* Sat May 08 2010 pingou <pingou at pingoured.fr> - 0.4.1-3
+- Add the posttrans section
+
 * Thu Feb 04 2010 pingou <pingou at pingoured.fr> - 0.4.1-2
 - Rebuild to include French translations
 



More information about the scm-commits mailing list