[devhelp] Fix unowned directories.

Matthew Barnes mbarnes at fedoraproject.org
Tue Oct 11 17:20:05 UTC 2011


commit a7fb57f4919e7a84c5f9017adac08313e7f61b9b
Author: Matthew Barnes <mbarnes at redhat.com>
Date:   Tue Oct 11 13:19:53 2011 -0400

    Fix unowned directories.

 devhelp.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/devhelp.spec b/devhelp.spec
index 10c0d16..76b86b8 100644
--- a/devhelp.spec
+++ b/devhelp.spec
@@ -6,7 +6,7 @@
 
 Name: devhelp
 Version: 3.2.0
-Release: 1%{?dist}
+Release: 2%{?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.2.0-2
+- Own /usr/lib/gedit and /usr/lib/gedit/plugins (RH bug #744884).
+
 * Tue Sep 27 2011 Ray <rstrode at redhat.com> - 1:3.2.0-1
 - Update to 3.2.0
 


More information about the scm-commits mailing list