auto-import changelog data from GConf2-2.6.0-5.src.rpm

Fri Apr 16 2004 Colin Walters <walters@redhat.com> - 2.6.0-5
- Apply patch to move temporary directory creation into daemon, needed for
    SELinux GConf policy
epel9
cvsdist 21 years ago
parent c47e0b7ac4
commit 4c72246854

@ -5,7 +5,7 @@
Summary: A process-transparent configuration system
Name: GConf2
Version: 2.6.0
Release: 4
Release: 5
License: LGPL
Group: System Environment/Base
Source: ftp://ftp.gnome.org/pub/GNOME/unstable/sources/GConf/GConf-%{version}.tar.bz2
@ -28,6 +28,7 @@ BuildRequires: gettext
## Will all be in 2.6.1
Patch1: GConf2-2.6.0-fix-local-defaults-path-position.patch
Patch2: GConf2-2.6.0-handle-entry-with-only-a-schema-name.patch
Patch3: GConf2-2.6.0-dont-mkdir-in-client.patch
%description
GConf is a process-transparent configuration database API used to
@ -54,6 +55,7 @@ perl -pi -e 's/-lintl//g' aclocal.m4
%patch1 -p1 -b .fix-local-defaults-path-position
%patch2 -p1 -b .handle-entry-with-only-a-schema-name
%patch3 -p0 -b .dont-mkdir-in-client
## unpack pofiles
## tar zxf %{SOURCE2}
@ -112,6 +114,10 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/*
%changelog
* Fri Apr 16 2004 Colin Walters <walters@redhat.com> - 2.6.0-5
- Apply patch to move temporary directory creation into daemon,
needed for SELinux GConf policy
* Wed Apr 14 2004 Warren Togami <wtogami@redhat.com> - 2.6.0-4
- #110724 BR gtk2-devel gettext
- #106283 add versioned ORBit2 minimum

Loading…
Cancel
Save