From f91c80ef3655e6721934517151a70d22f7b58e81 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 20 Jan 2010 01:45:10 +0000 Subject: [PATCH] fix defaults mechanisms choice of actions --- GConf2.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/GConf2.spec b/GConf2.spec index fbf09ea..b671555 100644 --- a/GConf2.spec +++ b/GConf2.spec @@ -7,7 +7,7 @@ Summary: A process-transparent configuration system Name: GConf2 Version: 2.28.0 -Release: 3%{?dist} +Release: 4%{?dist} License: LGPLv2+ Group: System Environment/Base Source: http://download.gnome.org/sources/GConf/2.28/GConf-%{version}.tar.bz2 @@ -40,7 +40,8 @@ Patch0: GConf-2.18.0.1-reload.patch Patch1: GConf-gettext.patch # Patch2: no-access-crash.patch - +# upstream fix +Patch3: 0001-Make-the-defaults-mechanism-find-the-right-polkit-ac.patch %description GConf is a process-transparent configuration database API used to @@ -78,6 +79,7 @@ which require GTK+. %patch0 -p1 -b .reload %patch1 -p1 -b .gettext %patch2 -p1 -b .no-access +%patch3 -p1 -b .defaults-actions autoreconf -f -i @@ -154,6 +156,9 @@ fi %{_libdir}/pkgconfig/* %changelog +* Tue Jan 19 2010 Matthias Clasen - 2.28.0-4 +- Make the defaults mechanism use the right polkit actions + * Mon Dec 14 2009 Matthias Clasen - 2.28.0-3 - Avoid a crash when gconftool-2 can't read the db (#547238)