rpms/pidgin/devel pidgin.spec,1.12,1.13

Stu Tomlinson (nosnilmot) fedora-extras-commits at redhat.com
Mon May 7 01:19:15 UTC 2007


Author: nosnilmot

Update of /cvs/extras/rpms/pidgin/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1162

Modified Files:
	pidgin.spec 
Log Message:
- Silence errors when gconfd-2 is not running



Index: pidgin.spec
===================================================================
RCS file: /cvs/extras/rpms/pidgin/devel/pidgin.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- pidgin.spec	5 May 2007 04:32:27 -0000	1.12
+++ pidgin.spec	7 May 2007 01:18:40 -0000	1.13
@@ -27,7 +27,7 @@
 
 Name:		pidgin
 Version:	2.0.0
-Release:	1.1%{?dist}
+Release:	2%{?dist}
 License:	GPL
 Group:		Applications/Internet
 URL:		http://pidgin.im/
@@ -325,7 +325,7 @@
     export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
     gconftool-2 --makefile-uninstall-rule \
                 %{_sysconfdir}/gconf/schemas/purple.schemas >/dev/null || :
-    killall -HUP gconfd-2 || :
+    killall -HUP gconfd-2 &> /dev/null || :
 fi
 
 %post
@@ -334,7 +334,7 @@
 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
 gconftool-2 --makefile-install-rule \
             %{_sysconfdir}/gconf/schemas/purple.schemas > /dev/null || :
-killall -HUP gconfd-2 || :
+killall -HUP gconfd-2 &> /dev/null || :
 
 %post -n libpurple -p /sbin/ldconfig
 
@@ -345,7 +345,7 @@
     export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
     gconftool-2 --makefile-uninstall-rule \
                 %{_sysconfdir}/gconf/schemas/purple.schemas > /dev/null || :
-    killall -HUP gconfd-2 || :
+    killall -HUP gconfd-2 &> /dev/null || :
 fi
 
 %postun
@@ -429,6 +429,9 @@
 
 
 %changelog
+* Sun May 6 2007 Stu Tomlinson <stu at nosnilmot.com> - 2.0.0-2
+- Silence errors when gconfd-2 is not running
+
 * Sat May 5 2007 Stu Tomlinson <stu at nosnilmot.com> - 2.0.0-1.1
 - Add perl-devel to BuildRequires
 




More information about the fedora-extras-commits mailing list