[dconf] Fix the directory ownership (rh#1056020)

paragn paragn at fedoraproject.org
Mon Jul 14 13:04:56 UTC 2014


commit 7125068b04f46def7c9fd62bbb83b855817b9952
Author: Parag Nemade <paragn at fedoraproject.org>
Date:   Mon Jul 14 18:34:59 2014 +0530

    Fix the directory ownership (rh#1056020)

 dconf.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
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 <paragn AT fedoraproject DOT org> - 0.20.0-4
+- Fix the directory ownership (rh#1056020)
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.20.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list