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-07-27 10:01:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/livecd-openSUSE (Old) and /work/SRC/openSUSE:Factory/.livecd-openSUSE.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "livecd-openSUSE" Wed Jul 27 10:01:50 2022 rev:185 rq:991349 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/livecd-openSUSE/livecd-openSUSE.changes 2022-07-22 14:39:33.806294031 +0200 +++ /work/SRC/openSUSE:Factory/.livecd-openSUSE.new.1533/livecd-openSUSE.changes 2022-07-27 10:01:51.490172124 +0200 @@ -1,0 +2,5 @@ +Wed Jul 27 06:25:00 UTC 2022 - Fabian Vogt <fv...@suse.com> + +- config.sh: Cope with new name of noto-coloremoji-fonts + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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.RKtLQa/_old 2022-07-27 10:01:52.218174095 +0200 +++ /var/tmp/diff_new_pack.RKtLQa/_new 2022-07-27 10:01:52.222174106 +0200 @@ -35,7 +35,10 @@ [ "$desktop" = "kde" ] && rpm -e --nodeps adwaita-icon-theme # Workaround until dropped from xfce4-branding-openSUSE -[ "$desktop" = "x11" -o "$desktop" = "xfce" ] && rpm -e --nodeps noto-coloremoji-fonts xorg-x11-server-Xvfb +if [ "$desktop" = "x11" -o "$desktop" = "xfce" ]; then + rpm -e --nodeps xorg-x11-server-Xvfb + rpm -e --nodeps noto-coloremoji-fonts || rpm -e --nodeps google-noto-coloremoji-fonts +fi #-------------------------------------- # enable and disable services