From 07695f8353a2c98a5dc3133c8976edfbc3a35701 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Apr 11 2009 02:19:23 +0000 Subject: fix directory ownership --- diff --git a/gnome-disk-utility.spec b/gnome-disk-utility.spec index 87cfede..fb663f9 100644 --- a/gnome-disk-utility.spec +++ b/gnome-disk-utility.spec @@ -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 - 0.3-0.3.20090406git%{?dist} +- Don't own directories that belong to hicolor-icon-theme + * Wed Apr 08 2009 David Zeuthen - 0.3-0.2.20090406git%{?dist} - Fix bug in detecting when a PolicyKit error is returned (#494787)