From 6a0c3786827a05ecb90bbceaacf9ba718aabee9594cc07f3207f1180e81e4a42 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Wed, 4 Oct 2017 09:40:17 +0000 Subject: [PATCH] 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 --- InstallAppdata.sh | 2 +- libzypp-plugin-appdata.changes | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/InstallAppdata.sh b/InstallAppdata.sh index 455091d..d8b883c 100644 --- a/InstallAppdata.sh +++ b/InstallAppdata.sh @@ -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 ;; diff --git a/libzypp-plugin-appdata.changes b/libzypp-plugin-appdata.changes index ed47d0d..f3de314 100644 --- a/libzypp-plugin-appdata.changes +++ b/libzypp-plugin-appdata.changes @@ -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