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 2023-12-06 09:32:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/livecd-openSUSE (Old) and /work/SRC/openSUSE:Factory/.livecd-openSUSE.new.25432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "livecd-openSUSE" Wed Dec 6 09:32:21 2023 rev:214 rq: version:unknown Changes: -------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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.i3SzwQ/_old 2023-12-06 09:32:25.023707368 +0100 +++ /var/tmp/diff_new_pack.i3SzwQ/_new 2023-12-06 09:32:25.027707515 +0100 @@ -145,11 +145,10 @@ zypper rl $(seq 1 $(zypper ll | wc -l)) #====================================== -# /etc/sudoers hack to fix #297695 +# sudoers hack to fix #297695 # (Installation Live CD: no need to ask for password of root) #-------------------------------------- -sed -i -e "s/ALL ALL=(ALL) ALL/ALL ALL=(ALL) NOPASSWD: ALL/" /etc/sudoers -chmod 0440 /etc/sudoers +echo "ALL ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/50-livecd /usr/sbin/useradd -m -u 1000 linux -c "Live-CD User" -p ""