Fix a directory ownership issue

epel9
Matthias Clasen 18 years ago
parent a82f002103
commit b167cfffad

@ -5,7 +5,7 @@
Summary: A process-transparent configuration system Summary: A process-transparent configuration system
Name: GConf2 Name: GConf2
Version: 2.18.0.1 Version: 2.18.0.1
Release: 1%{?dist} Release: 2%{?dist}
License: LGPL License: LGPL
Group: System Environment/Base Group: System Environment/Base
Source: ftp://ftp.gnome.org/pub/GNOME/sources/GConf/2.18/GConf-%{version}.tar.bz2 Source: ftp://ftp.gnome.org/pub/GNOME/sources/GConf/2.18/GConf-%{version}.tar.bz2
@ -97,6 +97,7 @@ rm -rf $RPM_BUILD_ROOT
%doc COPYING ChangeLog NEWS README backends/README.evoldap %doc COPYING ChangeLog NEWS README backends/README.evoldap
%config(noreplace) %{_sysconfdir}/gconf/2/path %config(noreplace) %{_sysconfdir}/gconf/2/path
%config(noreplace) %{_sysconfdir}/gconf/2/evoldap.conf %config(noreplace) %{_sysconfdir}/gconf/2/evoldap.conf
%dir %{_sysconfdir}/gconf
%dir %{_sysconfdir}/gconf/2 %dir %{_sysconfdir}/gconf/2
%dir %{_sysconfdir}/gconf/gconf.xml.defaults %dir %{_sysconfdir}/gconf/gconf.xml.defaults
%dir %{_sysconfdir}/gconf/gconf.xml.mandatory %dir %{_sysconfdir}/gconf/gconf.xml.mandatory
@ -123,6 +124,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/* %{_libdir}/pkgconfig/*
%changelog %changelog
* Sun Mar 25 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0.1-2
- Fix a directory ownership issue. (#233756)
* Tue Mar 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0.1-1 * Tue Mar 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0.1-1
- Update to 2.18.0.1 - Update to 2.18.0.1

Loading…
Cancel
Save