Hello community,

here is the log from the commit of package ceph-image for openSUSE:Factory 
checked in at 2019-11-15 00:09:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ceph-image (Old)
 and      /work/SRC/openSUSE:Factory/.ceph-image.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ceph-image"

Fri Nov 15 00:09:27 2019 rev:6 rq:748559 version:1.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ceph-image/ceph-image.changes    2019-11-07 
23:20:40.236803082 +0100
+++ /work/SRC/openSUSE:Factory/.ceph-image.new.26869/ceph-image.changes 
2019-11-15 00:09:28.832177981 +0100
@@ -1,0 +2,5 @@
+Tue Nov 12 15:20:55 UTC 2019 - Kristoffer Gronlund <kgronl...@suse.com>
+
+- Modify history to document changes in layer (SES-922)
+
+-------------------------------------------------------------------
@@ -10 +15 @@
-- Add release number to version labels
+- Add release number to version labels (SES-1034)

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ceph-image.kiwi ++++++
--- /var/tmp/diff_new_pack.1dFZwK/_old  2019-11-15 00:09:29.448177761 +0100
+++ /var/tmp/diff_new_pack.1dFZwK/_new  2019-11-15 00:09:29.452177759 +0100
@@ -32,7 +32,7 @@
             <label name="org.opensuse.reference" 
value="registry.opensuse.org/opensuse/ceph/ceph:%PKG_VERSION%.%RELEASE%"/>
           </suse_label_helper:add_prefix>
         </labels>
-        <history author="Denis Kondratenko 
&lt;denis.kondrate...@suse.com&gt;">Add nautilus tag to image 
(SES-636)</history>
+        <history author="Denis Kondratenko 
&lt;denis.kondrate...@suse.com&gt;">Install ceph binaries</history>
       </containerconfig>
     </type>
     <version>1.0.0</version>

++++++ ceph-image.xsl ++++++
--- /var/tmp/diff_new_pack.1dFZwK/_old  2019-11-15 00:09:29.540177728 +0100
+++ /var/tmp/diff_new_pack.1dFZwK/_new  2019-11-15 00:09:29.540177728 +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="/">
@@ -87,7 +86,7 @@
 
         </labels>
 
-        <history author="Denis Kondratenko 
&lt;denis.kondrate...@suse.com&gt;"><xsl:value-of select="$history"/></history>
+        <history author="Denis Kondratenko 
&lt;denis.kondrate...@suse.com&gt;">Install ceph binaries</history>
      </containerconfig>
     </type>
     <version>1.0.0</version>

++++++ pre-checkin.sh ++++++
--- /var/tmp/diff_new_pack.1dFZwK/_old  2019-11-15 00:09:29.572177717 +0100
+++ /var/tmp/diff_new_pack.1dFZwK/_new  2019-11-15 00:09:29.572177717 +0100
@@ -3,11 +3,10 @@
 # Generate the kiwi file for the given target.
 
 image="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"
 


Reply via email to