[gnome-shell] fix file list

Matthias Clasen mclasen at fedoraproject.org
Sat Jan 21 22:19:25 UTC 2012


commit 00d25950275019509c14dc279ee1971ba625397d
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Sat Jan 21 17:19:15 2012 -0500

    fix file list

 gnome-shell.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/gnome-shell.spec b/gnome-shell.spec
index 179d96b..ec58e8b 100644
--- a/gnome-shell.spec
+++ b/gnome-shell.spec
@@ -130,6 +130,11 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
 %{_libexecdir}/gnome-shell-calendar-server
 %{_libexecdir}/gnome-shell-perf-helper
 %{_libexecdir}/gnome-shell-hotplug-sniffer
+# Co own these directories instead of pulling in GConf
+# after all, we are trying to get rid of GConf with these files
+%dir %{_datadir}/GConf
+%dir %{_datadir}/GConf/gsettings
+%{_datadir}/GConf/gsettings/gnome-shell-overrides.convert
 %{_mandir}/man1/%{name}.1.gz
 # exclude as these should be in a devel package for st etc
 %exclude %{_datadir}/gtk-doc


More information about the scm-commits mailing list