fix defaults mechanisms choice of actions

epel9
Matthias Clasen 15 years ago
parent bc33481466
commit f91c80ef36

@ -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@redhat.com> - 2.28.0-4
- Make the defaults mechanism use the right polkit actions
* Mon Dec 14 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-3
- Avoid a crash when gconftool-2 can't read the db (#547238)

Loading…
Cancel
Save