Hello community, here is the log from the commit of package ceph-csi-image for openSUSE:Factory checked in at 2019-11-15 00:10:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ceph-csi-image (Old) and /work/SRC/openSUSE:Factory/.ceph-csi-image.new.26869 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ceph-csi-image" Fri Nov 15 00:10:10 2019 rev:6 rq:748560 version:1.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ceph-csi-image/ceph-csi-image.changes 2019-11-07 23:20:44.952808140 +0100 +++ /work/SRC/openSUSE:Factory/.ceph-csi-image.new.26869/ceph-csi-image.changes 2019-11-15 00:10:11.444162780 +0100 @@ -1,0 +2,5 @@ +Tue Nov 12 15:27:29 UTC 2019 - Kristoffer Gronlund <[email protected]> + +- Modify history to document changes in layer (SES-922) + +------------------------------------------------------------------- @@ -12 +17 @@ -- Add release number to version labels +- Add release number to version labels (SES-1034) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ceph-csi-image.kiwi ++++++ --- /var/tmp/diff_new_pack.qdCcnX/_old 2019-11-15 00:10:12.068162558 +0100 +++ /var/tmp/diff_new_pack.qdCcnX/_new 2019-11-15 00:10:12.068162558 +0100 @@ -27,7 +27,7 @@ <label name="org.opensuse.reference" value="registry.opensuse.org/opensuse/cephcsi/cephcsi:%PKG_VERSION%.%PKG_COMMIT_NUM%.%RELEASE%"/> </suse_label_helper:add_prefix> </labels> - <history author="Denis Kondratenko <[email protected]>">Derive from ceph-image (SES-636)</history> + <history author="Denis Kondratenko <[email protected]>">Install ceph-csi binaries and configuration</history> </containerconfig> </type> <version>1.0.0</version> ++++++ ceph-csi-image.xsl ++++++ --- /var/tmp/diff_new_pack.qdCcnX/_old 2019-11-15 00:10:12.148162529 +0100 +++ /var/tmp/diff_new_pack.qdCcnX/_new 2019-11-15 00:10:12.148162529 +0100 @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> -<xsl:param name="history" select="'Derive the image'"/> <xsl:output method="xml" encoding="UTF-8" indent="yes"/> <xsl:template match="/"> @@ -82,7 +81,7 @@ </labels> - <history author="Denis Kondratenko <[email protected]>"><xsl:value-of select="$history"/></history> + <history author="Denis Kondratenko <[email protected]>">Install ceph-csi binaries and configuration</history> </containerconfig> </type> <version>1.0.0</version> ++++++ pre-checkin.sh ++++++ --- /var/tmp/diff_new_pack.qdCcnX/_old 2019-11-15 00:10:12.176162519 +0100 +++ /var/tmp/diff_new_pack.qdCcnX/_new 2019-11-15 00:10:12.176162519 +0100 @@ -3,11 +3,10 @@ # Generate the kiwi file for the given target. image="ceph-csi-image" -history="$(sed -n "s/^-[ ]//p" <${image}.changes | head -1)" target=${1:-tumbleweed} if [ ! -e ${target}.xml ]; then echo "Unknown target: ${target}.xml must exist!" exit 1 fi -xsltproc --stringparam history "$history" "${image}.xsl" "${target}.xml" > "${image}.kiwi" +xsltproc "${image}.xsl" "${target}.xml" > "${image}.kiwi"
