From 86e1e9dbdde46d2f53ab473b79b44e6eb1d0b92925597525731dc3dcad53dd3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Tue, 3 May 2016 15:40:01 +0000 Subject: [PATCH] Accepting request 393445 from GNOME:Next Lets go one step further: not only icons, but also the xml.gz file OBS-URL: https://build.opensuse.org/request/show/393445 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libzypp-plugin-appdata?expand=0&rev=28 --- InstallAppdata.sh | 2 +- libzypp-plugin-appdata.changes | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/InstallAppdata.sh b/InstallAppdata.sh index 15f6ed4..6e10643 100644 --- a/InstallAppdata.sh +++ b/InstallAppdata.sh @@ -43,7 +43,7 @@ while ([ "$1" = "-R" ]); do yast2) # 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 - appstream-util install-origin "$2" "$6$YAST2/appdata.xml.gz" "$6$YAST2/"appdata-icons*.tar.gz 2>&1 > /dev/null + appstream-util install-origin "$2" "$6$YAST2/"appdata*.xml.gz "$6$YAST2/"appdata-icons*.tar.gz 2>&1 > /dev/null #fi ;; *) diff --git a/libzypp-plugin-appdata.changes b/libzypp-plugin-appdata.changes index 7fc1c68..d572feb 100644 --- a/libzypp-plugin-appdata.changes +++ b/libzypp-plugin-appdata.changes @@ -1,18 +1,18 @@ ------------------------------------------------------------------- Tue May 3 14:13:12 UTC 2016 - dimstar@opensuse.org -- InstallAppdata.sh: prepare for YaST type repositories to received - appdata-icons.tar.gz with a hashed filename in order to allow - mirrorbrain to distribute it. +- InstallAppdata.sh: prepare for YaST type repositories to receive + appdata.xml.gz and appdata-icons.tar.gz with a hashed filename in + order to allow mirrorbrain to distribute it. ------------------------------------------------------------------- Fri Feb 5 13:36:42 UTC 2016 - tittiatcoke@gmail.com -- Expand the InstallAppdata.sh so that it (re)builds the Xapian - database for the available appdata. This Xapian database is - required by the KDE tools (Muon/Discover) to show the +- Expand the InstallAppdata.sh so that it (re)builds the Xapian + database for the available appdata. This Xapian database is + required by the KDE tools (Muon/Discover) to show the installed software - * Add Requires on AppStream package as that this provides the + * Add Requires on AppStream package as that this provides the appstreamcli binary -------------------------------------------------------------------