Fix unowned directories.
This commit is contained in:
parent
35cba5a50f
commit
a7fb57f491
@ -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@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@redhat.com> - 1:3.2.0-1
|
||||
- Update to 3.2.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user