Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kiwi-images-tbz for openSUSE:Factory 
checked in at 2026-03-11 20:57:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kiwi-images-tbz (Old)
 and      /work/SRC/openSUSE:Factory/.kiwi-images-tbz.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kiwi-images-tbz"

Wed Mar 11 20:57:03 2026 rev:2 rq:1338283 version:%RELEASE%

Changes:
--------
+++ only whitespace diff in changes, re-diffing

New:
----
  SUSE-Linux-Enterprise-16.1.ico
  openSUSE-Leap-16.1.ico

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

Other differences:
------------------




++++++ _service ++++++
--- /var/tmp/diff_new_pack.9sGJba/_old  2026-03-11 20:59:01.815103117 +0100
+++ /var/tmp/diff_new_pack.9sGJba/_new  2026-03-11 20:59:01.823103446 +0100
@@ -7,11 +7,20 @@
     <image schemaversion="7.5" name="%OS_PRETTY_NAME_DASHED%-%OS_VERSION_ID%">
     <file name="%OS_PRETTY_NAME_DASHED%.ico" 
target="/usr/share/pixmaps/%OS_PRETTY_NAME_DASHED%.ico" owner="root:root" 
permissions="644"/>
   -->
+  <!--
+    Around 20251126, Leap-release is adding a "theme_ver" of "+leap" which 
upsets kiwi:
+      ERROR:RELAXNGV:RELAXNG_ERR_INTERSEQ: Invalid sequence in interleave
+      ERROR:RELAXNGV:RELAXNG_ERR_CONTENTVALID: Element image failed to 
validate content
+    The addition of OS_VERSION_ID here will remove that extra text and 
reinsert the 'original'
+      value for OS_VERSION_ID
+  -->
   <service mode="buildtime" name="replace_using_env">
     <param name="file">appliance.kiwi</param>
+    <param name="var">OS_VERSION_ID</param>
+    <param name="eval">OS_VERSION_ID=$( find ./repos -iname '*-release*.rpm' 
-exec rpm -q --queryformat "%{VERSION}" {} \; -quit | sed 's/+leap//g' )</param>
     <param name="var">OS_PRETTY_NAME_DASHED</param>
     <param name="eval">OS_PRETTY_NAME_DASHED=$( find ./repos -iname 
'*-release*.rpm' -exec rpm -q --queryformat "%{SUMMARY}" {} \; -quit | sed 's/\ 
/-/g' | sed 
's/\(Server-\|-Alpha.*\|-Beta.*\|-GMC.*\|-PublicBeta.*\|-PublicRC.*\|-RC1.*\|-Snapshot.*\)//g'
 )</param>
-    <param name="eval">sed -i -e "s#\(.image schemaversion=\"[0-9].[0-9]\" 
name=\"\).*\(-.*\".\)#\1%%OS_PRETTY_NAME_DASHED%%\2#" appliance.kiwi</param>
+    <param name="eval">sed -i -e "s#\(.image schemaversion=\"[0-9].[0-9]\" 
name=\"\).*\(-\).*\(\".\)#\1%%OS_PRETTY_NAME_DASHED%%\2%%OS_VERSION_ID%%\3#" 
appliance.kiwi</param>
     <param name="eval">sed -i -e "s#\(.file name=\"\).*\(.ico\" 
target=\"/usr/share/pixmaps/\).*\(.ico\"\)#\1%%OS_PRETTY_NAME_DASHED%%\2%%OS_PRETTY_NAME_DASHED%%\3#"
 appliance.kiwi</param>
     <param name="verbose">1</param>
   </service>

Reply via email to