From 5fce0c24f89bbb1b8c1401ea15944d030f16765af29d3c37ee1216580456e119 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 17 Mar 2015 13:14:52 +0000 Subject: [PATCH] - Pass --include-failed to appstream-builder (requires apb 0.3.5). OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libzypp-plugin-appdata?expand=0&rev=11 --- libzypp-plugin-appdata.changes | 5 +++++ libzypp-plugin-appdata.spec | 2 +- openSUSE-appstream-process | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/libzypp-plugin-appdata.changes b/libzypp-plugin-appdata.changes index d2e31de..56b6d25 100644 --- a/libzypp-plugin-appdata.changes +++ b/libzypp-plugin-appdata.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 17 13:14:07 UTC 2015 - dimstar@opensuse.org + +- Pass --include-failed to appstream-builder (requires apb 0.3.5). + ------------------------------------------------------------------- Fri Mar 13 13:19:07 UTC 2015 - dimstar@opensuse.org diff --git a/libzypp-plugin-appdata.spec b/libzypp-plugin-appdata.spec index b6cf09f..c9117b4 100644 --- a/libzypp-plugin-appdata.spec +++ b/libzypp-plugin-appdata.spec @@ -47,7 +47,7 @@ At this moment, gnome-software is the only known implementation making use of it %package -n openSUSE-appstream-process Summary: Appstream processor employed by kiwi Group: System -Requires: appstream-glib >= 0.2.4 +Requires: appstream-glib >= 0.3.5 # external repository with appstream metadata, to assist packages that don't ship their own (yet) Requires: openSUSE-appstream-extra diff --git a/openSUSE-appstream-process b/openSUSE-appstream-process index c98d552..3f56699 100644 --- a/openSUSE-appstream-process +++ b/openSUSE-appstream-process @@ -9,6 +9,7 @@ export ASB_IS_SELF_TEST=1 /usr/bin/appstream-builder \ --no-net \ --enable-hidpi \ + --include-failed \ --temp-dir=/tmp/apb \ --cache-dir=/tmp/apb/cache \ --origin=appdata \