From 13b0e6295e885a9666bc11a3c52a8606f4955c52 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Aug 29 2009 22:01:57 +0000 Subject: - Fix GConf %%preun script to properly be for package removal --- diff --git a/gnome-shell.spec b/gnome-shell.spec index 290e314..1a18234 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -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 - 2.27.1-4 +- Fix GConf %%preun script to properly be for package removal + * Fri Aug 28 2009 Owen Taylor - 2.27.1-3 - Replace libgnomeui with gnome-desktop in BuildRequires