diff --git a/InstallAppdata.sh b/InstallAppdata.sh index 4f93f4f..8abe180 100644 --- a/InstallAppdata.sh +++ b/InstallAppdata.sh @@ -46,3 +46,6 @@ while ([ "$1" = "-R" ]); do shift 6 done +# Fixup icon that might have uncompressed with odd permissions +chmod 755 /usr/share/app-info/icons/* + diff --git a/gnome-software.changes b/gnome-software.changes index d2db3bd..e7bbdc1 100644 --- a/gnome-software.changes +++ b/gnome-software.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Oct 6 08:58:25 UTC 2014 - dimstar@opensuse.org + +- Make libzypp-plugin-appdata a noarch package (It's a shell script + only). +- Enhance InstallAppdata.sh to correct permissions in + /usr/share/app-info/icons: some app-icons.tar.gz seem to carry + too restrictive permissions. + ------------------------------------------------------------------- Sat Oct 4 18:10:23 UTC 2014 - badshah400@gmail.com diff --git a/gnome-software.spec b/gnome-software.spec index f4849e0..2db9903 100644 --- a/gnome-software.spec +++ b/gnome-software.spec @@ -55,6 +55,7 @@ Version: 1.0 Release: 0 Summary: Extend libzypp to handle AppStream metadata Group: System/Libraries +BuildArch: noarch Requires: appstream-glib >= 0.2.4 # appdata hook was introduced in libzypp 14.29.4 Requires: libzypp >= 14.29.4