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:
parent
b098c3b96d
commit
df8d2bbbac
@ -46,3 +46,6 @@ while ([ "$1" = "-R" ]); do
|
|||||||
shift 6
|
shift 6
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# Fixup icon that might have uncompressed with odd permissions
|
||||||
|
chmod 755 /usr/share/app-info/icons/*
|
||||||
|
|
||||||
|
@ -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
|
Sat Oct 4 18:10:23 UTC 2014 - badshah400@gmail.com
|
||||||
|
|
||||||
|
@ -55,6 +55,7 @@ Version: 1.0
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: Extend libzypp to handle AppStream metadata
|
Summary: Extend libzypp to handle AppStream metadata
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
BuildArch: noarch
|
||||||
Requires: appstream-glib >= 0.2.4
|
Requires: appstream-glib >= 0.2.4
|
||||||
# appdata hook was introduced in libzypp 14.29.4
|
# appdata hook was introduced in libzypp 14.29.4
|
||||||
Requires: libzypp >= 14.29.4
|
Requires: libzypp >= 14.29.4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user