Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package suse-module-tools for 
openSUSE:Factory checked in at 2025-01-18 13:18:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/suse-module-tools (Old)
 and      /work/SRC/openSUSE:Factory/.suse-module-tools.new.5589 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "suse-module-tools"

Sat Jan 18 13:18:06 2025 rev:87 rq:1238535 version:16.0.56

Changes:
--------
--- /work/SRC/openSUSE:Factory/suse-module-tools/suse-module-tools.changes      
2025-01-14 16:22:02.052485426 +0100
+++ 
/work/SRC/openSUSE:Factory/.suse-module-tools.new.5589/suse-module-tools.changes
    2025-01-18 13:18:19.826060412 +0100
@@ -1,0 +2,7 @@
+Fri Jan 17 15:49:05 UTC 2025 - Martin Wilck <mwi...@suse.com>
+
+- Update to version 16.0.56:
+  * rpm-script: create /boot/vmlinuz and /boot/initrd in kiwi environment
+    (bsc#1234275, bsc#1234759)
+
+-------------------------------------------------------------------

Old:
----
  suse-module-tools-16.0.55.obscpio

New:
----
  suse-module-tools-16.0.56.obscpio

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

Other differences:
------------------
++++++ suse-module-tools.spec ++++++
--- /var/tmp/diff_new_pack.Lojf1w/_old  2025-01-18 13:18:20.318080700 +0100
+++ /var/tmp/diff_new_pack.Lojf1w/_new  2025-01-18 13:18:20.318080700 +0100
@@ -37,7 +37,7 @@
 %global modprobe_conf_rpmsave %(echo "%{modprobe_conf_files}" | sed 's,\\([^ 
]*\\),%{_sysconfdir}/modprobe.d/\\1.conf.rpmsave,g')
 
 Name:           suse-module-tools
-Version:        16.0.55
+Version:        16.0.56
 Release:        0
 Summary:        Configuration for module loading and SUSE-specific utilities 
for KMPs
 License:        GPL-2.0-or-later

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.Lojf1w/_old  2025-01-18 13:18:20.358082349 +0100
+++ /var/tmp/diff_new_pack.Lojf1w/_new  2025-01-18 13:18:20.362082514 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/openSUSE/suse-module-tools.git</param>
-              <param 
name="changesrevision">232ea5f55fe1e8454c0f6cb17fe34bd363cd207c</param></service></servicedata>
+              <param 
name="changesrevision">330f3f889a2abb36d4c9c054219454336ee9ca31</param></service></servicedata>
 (No newline at EOF)
 

++++++ suse-module-tools-16.0.55.obscpio -> suse-module-tools-16.0.56.obscpio 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/suse-module-tools-16.0.55/kernel-scriptlets/rpm-script 
new/suse-module-tools-16.0.56/kernel-scriptlets/rpm-script
--- old/suse-module-tools-16.0.55/kernel-scriptlets/rpm-script  2025-01-13 
16:48:39.000000000 +0100
+++ new/suse-module-tools-16.0.56/kernel-scriptlets/rpm-script  2025-01-17 
16:43:45.000000000 +0100
@@ -191,6 +191,12 @@
     done
 }
 
+# In build environments like kiwi, we need to create the symlinks.
+# kiwi will create the missing initrd a later stage in the boot process.
+is_build_environment() {
+    [ -e /.buildenv ] || [ -e /image/config.xml ]
+}
+
 create_boot_symlinks() {
     rel_flav=$1
     broken=
@@ -199,7 +205,7 @@
     for x in /boot/"$image" /boot/initrd; do
        [ -f "$x-$rel_flav" ] || broken=yes
     done
-    if [ "$broken" ] && [ ! -e /.buildenv ]; then
+    if [ "$broken" ] && ! is_build_environment; then
        echo "ERROR: cannot create symlinks /boot/$image and /boot/initrd" >&2
     else
        for x in /boot/"$image" /boot/initrd; do
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-module-tools-16.0.55/suse-module-tools.spec 
new/suse-module-tools-16.0.56/suse-module-tools.spec
--- old/suse-module-tools-16.0.55/suse-module-tools.spec        2025-01-13 
16:48:39.000000000 +0100
+++ new/suse-module-tools-16.0.56/suse-module-tools.spec        2025-01-17 
16:43:45.000000000 +0100
@@ -37,7 +37,7 @@
 %global modprobe_conf_rpmsave %(echo "%{modprobe_conf_files}" | sed 's,\\([^ 
]*\\),%{_sysconfdir}/modprobe.d/\\1.conf.rpmsave,g')
 
 Name:           suse-module-tools
-Version:        16.0.55
+Version:        16.0.56
 Release:        0
 Summary:        Configuration for module loading and SUSE-specific utilities 
for KMPs
 License:        GPL-2.0-or-later

++++++ suse-module-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.Lojf1w/_old  2025-01-18 13:18:20.530089441 +0100
+++ /var/tmp/diff_new_pack.Lojf1w/_new  2025-01-18 13:18:20.534089606 +0100
@@ -1,5 +1,5 @@
 name: suse-module-tools
-version: 16.0.55
-mtime: 1736783319
-commit: 232ea5f55fe1e8454c0f6cb17fe34bd363cd207c
+version: 16.0.56
+mtime: 1737128625
+commit: 330f3f889a2abb36d4c9c054219454336ee9ca31
 

Reply via email to