Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ignition for openSUSE:Factory checked in at 2021-07-22 22:43:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ignition (Old) and /work/SRC/openSUSE:Factory/.ignition.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ignition" Thu Jul 22 22:43:21 2021 rev:24 rq:907542 version:2.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ignition/ignition.changes 2021-07-08 22:49:18.864054459 +0200 +++ /work/SRC/openSUSE:Factory/.ignition.new.1899/ignition.changes 2021-07-22 22:44:00.991148499 +0200 @@ -1,0 +2,9 @@ +Wed Jul 21 14:33:48 UTC 2021 - Ignaz Forster <ifors...@suse.com> + +- Ignore error return code if no virtualization environment + detected. [bsc#1188479] + This makes it possible to use Ignition also on bare metal (e.g. + when dumping images directly to disk) without adding a + ignition.platform.id parameter. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ignition-suse-generator ++++++ --- /var/tmp/diff_new_pack.Hrx7QC/_old 2021-07-22 22:44:01.615147686 +0200 +++ /var/tmp/diff_new_pack.Hrx7QC/_new 2021-07-22 22:44:01.619147681 +0200 @@ -24,7 +24,7 @@ fi if [ -z "${PLATFORM_ID}" ]; then - platform="$(systemd-detect-virt)" + platform="$(systemd-detect-virt || true)" case "${platform}" in *vmware*) platform="vmware" ;; *oracle*) platform="virtualbox" ;;