Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package livecd-openSUSE for openSUSE:Factory checked in at 2025-01-12 11:14:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/livecd-openSUSE (Old) and /work/SRC/openSUSE:Factory/.livecd-openSUSE.new.1881 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "livecd-openSUSE" Sun Jan 12 11:14:33 2025 rev:265 rq:1236196 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/livecd-openSUSE/livecd-openSUSE.changes 2024-11-27 22:11:06.771904805 +0100 +++ /work/SRC/openSUSE:Factory/.livecd-openSUSE.new.1881/livecd-openSUSE.changes 2025-01-12 11:20:06.513121757 +0100 @@ -1,0 +2,12 @@ +Thu Jan 9 09:28:23 UTC 2025 - Fabian Vogt <fv...@suse.com> + +- config.sh: Replace pulseaudio entry in the xfce panel config for + the rescue CD with a separator + +------------------------------------------------------------------- +Thu Jan 9 08:26:48 UTC 2025 - Fabian Vogt <fv...@suse.com> + +- config.sh: Run depmod for all kernel module directories to support + kmps with mismatching versions (boo#1233432) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ livecd-leap-kde.kiwi: same change livecd-leap-x11.kiwi: same change livecd-leap-xfce.kiwi: same change livecd-openSUSE.kiwi: same change livecd-tumbleweed-gnome.kiwi: same change livecd-tumbleweed-kde.kiwi: same change livecd-tumbleweed-x11.kiwi: same change livecd-tumbleweed-xfce.kiwi: same change ++++++ config.sh ++++++ --- /var/tmp/diff_new_pack.FOdX14/_old 2025-01-12 11:20:07.341155817 +0100 +++ /var/tmp/diff_new_pack.FOdX14/_new 2025-01-12 11:20:07.341155817 +0100 @@ -91,6 +91,9 @@ if [ "$desktop" = "x11" ]; then # Generated on boot if missing rm /etc/udev/hwdb.bin + # xfce4-pulseaudio-plugin is omitted, remove it from the panel config. + # To avoid having to mess with IDs, just replace it with a separator. + sed -i 's/"pulseaudio"/"separator"/' /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml fi # Kernel modules (+ firmware) for X13s @@ -146,7 +149,9 @@ # Decompress kernel modules, better for squashfs (boo#1192457) find /lib/modules/*/kernel -name '*.ko.xz' -exec xz -d {} + find /lib/modules/*/kernel -name '*.ko.zst' -exec zstd --rm -d {} + -depmod $(basename /lib/modules/*) +for moddir in /lib/modules/*; do + depmod "$(basename "$moddir")" +done # Add repos from /etc/YaST2/control.xml add-yast-repos