Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package live-net-installer for openSUSE:Factory checked in at 2021-07-07 18:30:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/live-net-installer (Old) and /work/SRC/openSUSE:Factory/.live-net-installer.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "live-net-installer" Wed Jul 7 18:30:43 2021 rev:18 rq:904607 version:1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/live-net-installer/live-net-installer.changes 2021-04-06 17:33:01.351343699 +0200 +++ /work/SRC/openSUSE:Factory/.live-net-installer.new.2625/live-net-installer.changes 2021-07-07 18:32:00.502271193 +0200 @@ -1,0 +2,5 @@ +Wed Jul 7 14:40:54 UTC 2021 - Fabian Vogt <[email protected]> + +- Prevent deletion of /run/utmp (boo#1187971) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ start-install.sh ++++++ --- /var/tmp/diff_new_pack.q94sYX/_old 2021-07-07 18:32:00.966267552 +0200 +++ /var/tmp/diff_new_pack.q94sYX/_new 2021-07-07 18:32:00.966267552 +0200 @@ -45,8 +45,15 @@ # gnomesu does not add sbin to $PATH, so do it manually. export PATH=/sbin:/usr/sbin:$PATH +# YaST bind mounts /run/ all the way into the target system, which can break +# the running system through various ways. It's not (easily) possible to +# pass YaST its own /run/, so for now just protect /run/utmp. That's especially +# important because upgrades from 42.3's aaa_base delete /run/utmp, which causes +# logind to crash for some reason (boo#1187971). +mountpoint -q /run/utmp || mount --bind /run/utmp /run/utmp + # Run YaST in a separate mount namespace to avoid that it messes with the -# running system, for instance by altering /run +# running system. unshare -m /usr/lib/YaST2/startup/YaST2.call installation initial # YaST replaces this with a symlink into the destination, fix it up manually
