rpms/gnome-shell/devel gnome-shell.spec,1.4,1.5

Owen Taylor otaylor at fedoraproject.org
Sat Aug 29 22:01:57 UTC 2009


Author: otaylor

Update of /cvs/extras/rpms/gnome-shell/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16504

Modified Files:
	gnome-shell.spec 
Log Message:
* Sat Aug 29 2009 Owen Taylor <otaylor at redhat.com> - 2.27.1-4
- Fix GConf %%preun script to properly be for package removal



Index: gnome-shell.spec
===================================================================
RCS file: /cvs/extras/rpms/gnome-shell/devel/gnome-shell.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- gnome-shell.spec	29 Aug 2009 01:53:14 -0000	1.4
+++ gnome-shell.spec	29 Aug 2009 22:01:57 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           gnome-shell
 Version:        2.27.1
-Release:        3
+Release:        4
 Summary:        Window management and application launching for GNOME
 
 Group:          User Interface/Desktops
@@ -101,7 +101,7 @@ if [ "$1" -gt 1 ]; then
 fi
 
 %preun
-if [ "$1" -gt 0 ]; then
+if [ "$1" -eq 0 ]; then
   export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
   gconftool-2 --makefile-uninstall-rule \
     %{_sysconfdir}/gconf/schemas/gnome-shell.schemas \
@@ -115,6 +115,9 @@ gconftool-2 --makefile-install-rule \
   > /dev/null || :
 
 %changelog
+* Sat Aug 29 2009 Owen Taylor <otaylor at redhat.com> - 2.27.1-4
+- Fix GConf %%preun script to properly be for package removal
+
 * Fri Aug 28 2009 Owen Taylor <otaylor at redhat.com> - 2.27.1-3
 - Replace libgnomeui with gnome-desktop in BuildRequires
 




More information about the fedora-extras-commits mailing list