rpms/GConf2/devel GConf2.spec,1.114,1.115

Matthias Clasen mclasen at fedoraproject.org
Wed Jan 20 01:45:10 UTC 2010


Author: mclasen

Update of /cvs/pkgs/rpms/GConf2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31804

Modified Files:
	GConf2.spec 
Log Message:
fix defaults mechanisms choice of actions



Index: GConf2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/GConf2/devel/GConf2.spec,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -p -r1.114 -r1.115
--- GConf2.spec	14 Dec 2009 19:13:45 -0000	1.114
+++ GConf2.spec	20 Jan 2010 01:45:10 -0000	1.115
@@ -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 <mclasen at redhat.com> - 2.28.0-4
+- Make the defaults mechanism use the right polkit actions
+
 * Mon Dec 14 2009 Matthias Clasen <mclasen at redhat.com> - 2.28.0-3
 - Avoid a crash when gconftool-2 can't read the db  (#547238)
 



More information about the scm-commits mailing list