Hello community,
here is the log from the commit of package rook-ceph-image for openSUSE:Factory
checked in at 2019-11-15 00:10:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rook-ceph-image (Old)
and /work/SRC/openSUSE:Factory/.rook-ceph-image.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rook-ceph-image"
Fri Nov 15 00:10:51 2019 rev:7 rq:748561 version:1.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/rook-ceph-image/rook-ceph-image.changes
2019-11-07 23:20:48.852812322 +0100
+++
/work/SRC/openSUSE:Factory/.rook-ceph-image.new.26869/rook-ceph-image.changes
2019-11-15 00:10:52.580148106 +0100
@@ -1,0 +2,5 @@
+Tue Nov 12 15:26:16 UTC 2019 - Kristoffer Gronlund <[email protected]>
+
+- Modify history to document changes in layer (SES-922)
+
+-------------------------------------------------------------------
@@ -11 +16 @@
-- Add release number to label versions
+- Add release number to label versions (SES-1034)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rook-ceph-image.kiwi ++++++
--- /var/tmp/diff_new_pack.7KSNlJ/_old 2019-11-15 00:10:53.312147845 +0100
+++ /var/tmp/diff_new_pack.7KSNlJ/_new 2019-11-15 00:10:53.312147845 +0100
@@ -30,7 +30,7 @@
<label name="org.opensuse.reference"
value="registry.opensuse.org/opensuse/rook/ceph:%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 rook and configuration</history>
</containerconfig>
</type>
<version>1.0.0</version>
++++++ pre-checkin.sh ++++++
--- /var/tmp/diff_new_pack.7KSNlJ/_old 2019-11-15 00:10:53.404147812 +0100
+++ /var/tmp/diff_new_pack.7KSNlJ/_new 2019-11-15 00:10:53.408147811 +0100
@@ -3,11 +3,10 @@
# Generate the kiwi file for the given target.
image="rook-ceph-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"
++++++ rook-ceph-image.xsl ++++++
--- /var/tmp/diff_new_pack.7KSNlJ/_old 2019-11-15 00:10:53.428147803 +0100
+++ /var/tmp/diff_new_pack.7KSNlJ/_new 2019-11-15 00:10:53.428147803 +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="/">
<xsl:comment> OBS-ExclusiveArch: aarch64 x86_64 </xsl:comment>
@@ -82,7 +81,7 @@
</labels>
- <history author="Denis Kondratenko
<[email protected]>"><xsl:value-of select="$history"/></history>
+ <history author="Denis Kondratenko
<[email protected]>">Install rook and configuration</history>
</containerconfig>
</type>
<version>1.0.0</version>