Updating link to change in openSUSE:Factory/libzypp-plugin-appdata revision 14.0

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libzypp-plugin-appdata?expand=0&rev=5681e62eabd0e253ee603bcd85cdc694
This commit is contained in:
OBS User buildservice-autocommit 2017-10-04 09:40:17 +00:00 committed by Git OBS Bridge
parent 4c438e7976
commit 6a0c378682
2 changed files with 6 additions and 1 deletions

View File

@ -44,7 +44,7 @@ while ([ "$1" = "-R" ]); do
# We do not validate an appdata.xml.gz in a yast2 repo: those are created by appstream-builder, and we can trust them
#if appstream-util validate-relax --nonet "$6$YAST2/appdata.xml.gz" 2>&1 > /dev/null; then
# get the real appdata.xml.gz file name out of content
APPDATA=$(awk '/appdata.*xml.gz/ && !/failed/ {print $4}' "$6/content")
APPDATA=$(awk '/appdata.*xml.gz/ && !/failed|ignore/ {print $4}' "$6/content")
appstream-util install-origin "$2" "$6$YAST2/${APPDATA}" "$6$YAST2/"appdata-icons*.tar.gz 2>&1 > /dev/null
#fi
;;

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 4 09:39:20 UTC 2017 - dleuenberger@suse.com
- Do not consider appdata-ignore.xml.gz as appdata to be installed.
-------------------------------------------------------------------
Fri Jul 14 08:49:26 UTC 2017 - dimstar@opensuse.org