From 7125068b04f46def7c9fd62bbb83b855817b9952 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Mon, 14 Jul 2014 18:34:59 +0530 Subject: [PATCH] Fix the directory ownership (rh#1056020) --- dconf.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/dconf.spec b/dconf.spec index 5627d26..da5ed6f 100644 --- a/dconf.spec +++ b/dconf.spec @@ -3,7 +3,7 @@ Name: dconf Version: 0.20.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A configuration system Group: System Environment/Base @@ -98,6 +98,9 @@ done %files -f dconf.lang %doc COPYING +%dir %{_sysconfdir}/dconf +%dir %{_sysconfdir}/dconf/db +%dir %{_sysconfdir}/dconf/profile %{_libdir}/gio/modules/libdconfsettings.so %{_libexecdir}/dconf-service %{_datadir}/dbus-1/services/ca.desrt.dconf.service @@ -129,6 +132,9 @@ done %{_mandir}/man1/dconf-editor.1.gz %changelog +* Fri Jul 11 2014 Parag - 0.20.0-4 +- Fix the directory ownership (rh#1056020) + * Sat Jun 07 2014 Fedora Release Engineering - 0.20.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild