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 2022-01-13 23:20:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/livecd-openSUSE (Old)
and /work/SRC/openSUSE:Factory/.livecd-openSUSE.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "livecd-openSUSE"
Thu Jan 13 23:20:59 2022 rev:172 rq:946072 version:unknown
Changes:
--------
--- /work/SRC/openSUSE:Factory/livecd-openSUSE/livecd-openSUSE.changes
2022-01-13 10:17:31.749347909 +0100
+++
/work/SRC/openSUSE:Factory/.livecd-openSUSE.new.1892/livecd-openSUSE.changes
2022-01-13 23:21:37.472054670 +0100
@@ -1,0 +2,6 @@
+Thu Jan 13 10:28:43 UTC 2022 - Fabian Vogt <[email protected]>
+
+- config.sh: Disable initrd networking also for Xfce
+- list-xfce: add shotwell back
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
livecd-leap-kde.kiwi: same change
livecd-leap-x11.kiwi: same change
++++++ livecd-leap-xfce.kiwi ++++++
--- /var/tmp/diff_new_pack.nevNIJ/_old 2022-01-13 23:21:38.248055178 +0100
+++ /var/tmp/diff_new_pack.nevNIJ/_new 2022-01-13 23:21:38.248055178 +0100
@@ -487,8 +487,6 @@
<ignore name="libreoffice"/>
<package name="aaa_base" replaces="gdb"/>
<ignore name="gdb"/>
- <package name="aaa_base" replaces="shotwell"/>
- <ignore name="shotwell"/>
<package name="aaa_base" replaces="gimp"/>
<ignore name="gimp"/>
<package name="aaa_base" replaces="pidgin"/>
livecd-tumbleweed-gnome.kiwi: same change
livecd-tumbleweed-kde.kiwi: same change
livecd-tumbleweed-x11.kiwi: same change
++++++ livecd-tumbleweed-xfce.kiwi ++++++
--- /var/tmp/diff_new_pack.nevNIJ/_old 2022-01-13 23:21:38.300055211 +0100
+++ /var/tmp/diff_new_pack.nevNIJ/_new 2022-01-13 23:21:38.304055215 +0100
@@ -481,8 +481,6 @@
<ignore name="libreoffice"/>
<package name="aaa_base" replaces="gdb"/>
<ignore name="gdb"/>
- <package name="aaa_base" replaces="shotwell"/>
- <ignore name="shotwell"/>
<package name="aaa_base" replaces="gimp"/>
<ignore name="gimp"/>
<package name="aaa_base" replaces="pidgin"/>
++++++ config.sh ++++++
--- /var/tmp/diff_new_pack.nevNIJ/_old 2022-01-13 23:21:38.396055274 +0100
+++ /var/tmp/diff_new_pack.nevNIJ/_new 2022-01-13 23:21:38.404055280 +0100
@@ -51,7 +51,7 @@
echo '# multipath needs to be excluded from dracut as it breaks os-prober' >
/etc/dracut.conf.d/no-multipath.conf
echo 'omit_dracutmodules+=" multipath "' >>
/etc/dracut.conf.d/no-multipath.conf
-if [ "$desktop" = "x11" ]; then
+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
echo 'omit_dracutmodules+=" network "' >>
/etc/dracut.conf.d/no-network.conf
@@ -61,7 +61,9 @@
# Work around https://github.com/OSInside/kiwi/issues/1751
sed -i '/omit_dracutmodules=/d' /usr/bin/dracut
+fi
+if [ "$desktop" = "x11" ]; then
# Only used for X11 acceleration on vmwgfx, saves ~47MiB
rpm -e --nodeps Mesa-gallium
++++++ list-xfce.sh ++++++
--- /var/tmp/diff_new_pack.nevNIJ/_old 2022-01-13 23:21:38.516055353 +0100
+++ /var/tmp/diff_new_pack.nevNIJ/_new 2022-01-13 23:21:38.520055355 +0100
@@ -31,7 +31,6 @@
# Save a bit of space
buildignore gdb
-buildignore shotwell
buildignore gimp
buildignore pidgin