- 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
This commit is contained in:
Dominique Leuenberger 2015-03-17 13:14:52 +00:00 committed by Git OBS Bridge
parent 56b9799d7a
commit 5fce0c24f8
3 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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 \