Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package livecd-openSUSE for
openSUSE:Leap:15.6:Images checked in at 2025-11-13 17:18:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.6:Images/livecd-openSUSE (Old)
and /work/SRC/openSUSE:Leap:15.6:Images/.livecd-openSUSE.new.2061 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "livecd-openSUSE"
Thu Nov 13 17:18:12 2025 rev:6 rq:1317635 version:unknown
Changes:
--------
New Changes file:
NO CHANGES FILE!!!
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ project.diff ++++++
--- /var/tmp/diff_new_pack.eb0vkF/_old 2025-11-13 17:18:13.800038805 +0100
+++ /var/tmp/diff_new_pack.eb0vkF/_new 2025-11-13 17:18:13.808039143 +0100
@@ -20,7 +20,7 @@
systemctl -f enable $i
done
-@@ -57,7 +65,7 @@ echo '# multipath needs to be excluded f
+@@ -57,12 +65,12 @@ echo '# multipath needs to be excluded f
echo 'omit_dracutmodules+=" multipath "' >>
/etc/dracut.conf.d/no-multipath.conf
# Stronger compression for the initrd
@@ -29,6 +29,12 @@
# Smaller initrd where necessary
if [ "$desktop" = "x11" ] || [ "$desktop" = "xfce" ]; then
+ # Forcibly exclude networking support
+- sed -i 's/echo network rootfs-block/echo rootfs-block/'
/usr/lib/dracut/modules.d/90kiwi-live/module-setup.sh
++ sed -i 's/echo network rootfs-block/echo rootfs-block/'
/usr/lib/dracut/modules.d/*kiwi-live/module-setup.sh
+ echo 'omit_dracutmodules+=" network qemu-net rdma "' >>
/etc/dracut.conf.d/no-network.conf
+
+ # This only needs to be able to boot the live cd
@@ -75,14 +83,20 @@ if [ "$desktop" = "x11" ] || [ "$desktop
sed -i '/omit_dracutmodules=/d' /usr/bin/dracut
fi
@@ -3302,8 +3308,13 @@
</packages>
--- livecd-openSUSE.changes.orig
+++ livecd-openSUSE.changes
-@@ -1,4 +1,225 @@
+@@ -1,4 +1,230 @@
-------------------------------------------------------------------
++Thu Nov 13 16:09:13 UTC 2025 - Fabian Vogt <[email protected]>
++
++- config.sh: Use modules.d/*kiwi-live/ to support newer kiwi
++
++-------------------------------------------------------------------
+Fri Sep 12 13:31:52 UTC 2025 - Fabian Vogt <[email protected]>
+
+- list-xfce: Allow xdg-desktop-portal again, needed by MozillaFirefox