[devhelp/f15] Fix some unowned directories.

Matthew Barnes mbarnes at fedoraproject.org
Tue Oct 11 16:39:26 UTC 2011


commit a45162f94ff2e657f92213605915f3bd8cee7c47
Author: Matthew Barnes <mbarnes at redhat.com>
Date:   Tue Oct 11 12:39:11 2011 -0400

    Fix some unowned directories.

 devhelp.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/devhelp.spec b/devhelp.spec
index 49303c4..0638087 100644
--- a/devhelp.spec
+++ b/devhelp.spec
@@ -6,7 +6,7 @@
 
 Name: devhelp
 Version: 3.0.0
-Release: 2%{?dist}
+Release: 3%{?dist}
 Epoch: 1
 License: GPLv2+
 Group: Development/Tools
@@ -128,6 +128,8 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
 %{_datadir}/icons/hicolor/48x48/apps/devhelp.png
 %{_datadir}/icons/hicolor/256x256/apps/devhelp.png
 
+%dir %{_libdir}/gedit
+%dir %{_libdir}/gedit/plugins
 %{_libdir}/gedit/plugins/devhelp.*
 
 %files devel
@@ -137,6 +139,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Tue Oct 11 2011 Matthew Barnes <mbarnes at redhat.com> - 1:3.0.0-3
+- Own /usr/lib/gedit and /usr/lib/gedit/plugins (RH bug #744884).
+
 * Sat May 07 2011 Christopher Aillon <caillon at redhat.com> - 1:3.0.0-2
 - Update icon cache scriptlet
 


More information about the scm-commits mailing list