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-02-03 19:56:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/live-net-installer (Old) and /work/SRC/openSUSE:Factory/.live-net-installer.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "live-net-installer" Wed Feb 3 19:56:15 2021 rev:14 rq:868884 version:1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/live-net-installer/live-net-installer.changes 2021-02-01 13:31:04.890355585 +0100 +++ /work/SRC/openSUSE:Factory/.live-net-installer.new.28504/live-net-installer.changes 2021-02-03 19:56:19.225717775 +0100 @@ -1,0 +2,5 @@ +Wed Feb 3 09:58:04 UTC 2021 - Fabian Vogt <fv...@suse.com> + +- Stop packagekitd before starting the installation (boo#1181606) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ start-install.sh ++++++ --- /var/tmp/diff_new_pack.VX5MUm/_old 2021-02-03 19:56:20.053718772 +0100 +++ /var/tmp/diff_new_pack.VX5MUm/_new 2021-02-03 19:56:20.057718777 +0100 @@ -12,6 +12,11 @@ # boo#1155687 systemctl stop nscd.service +# boo#1181606 +if systemctl -q is-active packagekit.service; then + systemctl stop packagekit.service +fi + #The URL placeholder gets filled by live-net-installer.spec cat >/etc/install.inf <<EOF ZyppRepoURL: @URL@