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-08-20 16:57:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ignition (Old) and /work/SRC/openSUSE:Factory/.ignition.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ignition" Fri Aug 20 16:57:50 2021 rev:27 rq:913198 version:2.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ignition/ignition.changes 2021-08-10 10:28:10.217763573 +0200 +++ /work/SRC/openSUSE:Factory/.ignition.new.1899/ignition.changes 2021-08-20 16:58:11.262844950 +0200 @@ -1,0 +2,7 @@ +Thu Aug 12 17:42:59 UTC 2021 - Ignaz Forster <[email protected]> + +- is-live-image doesn't exist on *SUSE, and our live images don't + use Ignition, so just add the Ignition device dependency to the + service file directly. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ignition-setup-user.service ++++++ --- /var/tmp/diff_new_pack.zgCDE8/_old 2021-08-20 16:58:12.078843708 +0200 +++ /var/tmp/diff_new_pack.zgCDE8/_new 2021-08-20 16:58:12.082843701 +0200 @@ -11,6 +11,9 @@ OnFailure=emergency.target OnFailureJobMode=isolate +Wants=dev-disk-by\x2dlabel-ignition.device +After=dev-disk-by\x2dlabel-ignition.device + [Service] Type=oneshot RemainAfterExit=yes ++++++ ignition-suse-generator ++++++ --- /var/tmp/diff_new_pack.zgCDE8/_old 2021-08-20 16:58:12.098843677 +0200 +++ /var/tmp/diff_new_pack.zgCDE8/_new 2021-08-20 16:58:12.098843677 +0200 @@ -11,17 +11,6 @@ add_requires ignition-mount-initrd-fstab.service ignition-files.service add_requires ignition-enable-network.service ignition-fetch.service -if ! is-live-image; then - # ignition-setup-user.service should depend on the boot device node - # only on diskful boots - mkdir -p "${UNIT_DIR}/ignition-setup-user.service.d" - cat > "${UNIT_DIR}/ignition-setup-user.service.d/diskful.conf" <<EOF -[Unit] -Wants=dev-disk-by\x2dlabel-ignition.device -After=dev-disk-by\x2dlabel-ignition.device -EOF -fi - if [ -z "${PLATFORM_ID}" ]; then platform="$(systemd-detect-virt || true)" case "${platform}" in
