Hello community,
here is the log from the commit of package libzypp-plugin-appdata for
openSUSE:Factory checked in at 2015-03-16 06:54:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libzypp-plugin-appdata (Old)
and /work/SRC/openSUSE:Factory/.libzypp-plugin-appdata.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libzypp-plugin-appdata"
Changes:
--------
---
/work/SRC/openSUSE:Factory/libzypp-plugin-appdata/libzypp-plugin-appdata.changes
2015-01-24 22:20:36.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.libzypp-plugin-appdata.new/libzypp-plugin-appdata.changes
2015-03-16 06:54:55.000000000 +0100
@@ -1,0 +2,7 @@
+Fri Mar 13 13:19:07 UTC 2015 - [email protected]
+
+- Require openSUSE-appstream-extra by openSUSE-appstream-process:
+ Having the extra appstream metadata available will allow the
+ builder to get better results.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libzypp-plugin-appdata.spec ++++++
--- /var/tmp/diff_new_pack.2Vus27/_old 2015-03-16 06:54:57.000000000 +0100
+++ /var/tmp/diff_new_pack.2Vus27/_new 2015-03-16 06:54:57.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package libzypp-plugin-appdata
#
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -48,6 +48,8 @@
Summary: Appstream processor employed by kiwi
Group: System
Requires: appstream-glib >= 0.2.4
+# external repository with appstream metadata, to assist packages that don't
ship their own (yet)
+Requires: openSUSE-appstream-extra
%description -n openSUSE-appstream-process
A wrapper around appstream-builder, called by kiwi in order to produce
AppStream metadata
++++++ InstallAppdata.sh ++++++
--- /var/tmp/diff_new_pack.2Vus27/_old 2015-03-16 06:54:57.000000000 +0100
+++ /var/tmp/diff_new_pack.2Vus27/_new 2015-03-16 06:54:57.000000000 +0100
@@ -26,7 +26,7 @@
YAST2=/suse/setup/descr
# Cleanup existing appdata found on the system
-for list in $(find /usr/share/app-info/xmls/*.xml.gz); do
+for list in $(find /var/cache/app-info/xmls/*.xml.gz); do
appdata=$(basename ${list} .xml.gz)
appstream-util uninstall "${appdata}" 2>&1 > /dev/null
done
++++++ openSUSE-appstream-process ++++++
--- /var/tmp/diff_new_pack.2Vus27/_old 2015-03-16 06:54:57.000000000 +0100
+++ /var/tmp/diff_new_pack.2Vus27/_new 2015-03-16 06:54:57.000000000 +0100
@@ -3,6 +3,9 @@
SRC=$1
DEST=$2
+# appstream-buider should be more quiet while parsing packages
+export ASB_IS_SELF_TEST=1
+
/usr/bin/appstream-builder \
--no-net \
--enable-hidpi \
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]