Accepting request 254109 from GNOME:Next

- 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.

OBS-URL: https://build.opensuse.org/request/show/254109
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-software?expand=0&rev=34
This commit is contained in:
Dominique Leuenberger 2014-10-06 18:30:49 +00:00 committed by Git OBS Bridge
parent b098c3b96d
commit df8d2bbbac
3 changed files with 13 additions and 0 deletions

View File

@ -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/*

View File

@ -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

View File

@ -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