fix directory ownership

This commit is contained in:
Matthias Clasen 2009-04-11 02:19:23 +00:00
parent 6e6b8e5e65
commit 07695f8353

View File

@ -12,7 +12,7 @@
Summary: Disk management application
Name: gnome-disk-utility
Version: 0.3
Release: 0.2.20090406git%{?dist}
Release: 0.3.20090406git%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://git.gnome.org/cgit/gnome-disk-utility
@ -168,7 +168,8 @@ fi
# Yes, it's a bit weird to include icons in the non-UI package but the
# library returns references to these icons
%{_datadir}/icons/hicolor/*
%{_datadir}/icons/hicolor/*/apps/*.png
%{_datadir}/icons/hicolor/scalable/apps/*.svg
%files ui-libs
%defattr(-,root,root,-)
@ -199,6 +200,9 @@ fi
%{_includedir}/gnome-disk-utility/gdu-gtk/*
%changelog
* Fri Apr 10 2009 Matthias Clasen <mclasen@redhat.com> - 0.3-0.3.20090406git%{?dist}
- Don't own directories that belong to hicolor-icon-theme
* Wed Apr 08 2009 David Zeuthen <davidz@redhat.com> - 0.3-0.2.20090406git%{?dist}
- Fix bug in detecting when a PolicyKit error is returned (#494787)