Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package combustion for openSUSE:Factory checked in at 2023-09-13 20:43:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/combustion (Old) and /work/SRC/openSUSE:Factory/.combustion.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "combustion" Wed Sep 13 20:43:29 2023 rev:22 rq:1110652 version:1.2+git6 Changes: -------- --- /work/SRC/openSUSE:Factory/combustion/combustion.changes 2023-09-08 21:15:40.522758676 +0200 +++ /work/SRC/openSUSE:Factory/.combustion.new.1766/combustion.changes 2023-09-13 20:43:45.768371453 +0200 @@ -1,0 +2,6 @@ +Tue Sep 12 15:04:25 UTC 2023 - Fabian Vogt <fv...@suse.com> + +- Update to version 1.2+git6: + * Fix failure if /sysroot not mounted and no config provided + +------------------------------------------------------------------- Old: ---- combustion-1.2+git5.obscpio New: ---- combustion-1.2+git6.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ combustion.spec ++++++ --- /var/tmp/diff_new_pack.lViASl/_old 2023-09-13 20:43:48.180457206 +0200 +++ /var/tmp/diff_new_pack.lViASl/_new 2023-09-13 20:43:48.200457917 +0200 @@ -17,7 +17,7 @@ Name: combustion -Version: 1.2+git5 +Version: 1.2+git6 Release: 0 Summary: System for initial configuration of appliances License: GPL-2.0-or-later ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.lViASl/_old 2023-09-13 20:43:48.528469578 +0200 +++ /var/tmp/diff_new_pack.lViASl/_new 2023-09-13 20:43:48.556470574 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/openSUSE/combustion.git</param> - <param name="changesrevision">39e013ed1f916d347deae5fdd5eee2b86dbff437</param></service></servicedata> + <param name="changesrevision">e82a8ffcd5cc343eb09c2dbfe923dc7cc7313f91</param></service></servicedata> (No newline at EOF) ++++++ combustion-1.2+git5.obscpio -> combustion-1.2+git6.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/combustion-1.2+git5/combustion new/combustion-1.2+git6/combustion --- old/combustion-1.2+git5/combustion 2023-09-07 14:37:20.000000000 +0200 +++ new/combustion-1.2+git6/combustion 2023-09-12 14:16:28.000000000 +0200 @@ -116,16 +116,18 @@ rm -f /sysroot/etc/resolv.conf || true fi - # umount and remount so that the new default subvol is used - umount -R /sysroot - # Manual umount confuses systemd sometimes because it's async and the - # .mount unit might still be active when the "start" is queued, making - # it a noop, which ultimately leaves /sysroot unmounted - # (https://github.com/systemd/systemd/issues/20329). To avoid that, - # wait until systemd processed the umount events. In a chroot (or with - # SYSTEMD_OFFLINE=1) systemctl always succeeds, so avoid an infinite loop. - if ! systemctl --quiet is-active does-not-exist.mount; then - while systemctl --quiet is-active sysroot.mount; do sleep 0.5; done + if findmnt /sysroot >/dev/null; then + # umount and remount so that the new default subvol is used + umount -R /sysroot + # Manual umount confuses systemd sometimes because it's async and the + # .mount unit might still be active when the "start" is queued, making + # it a noop, which ultimately leaves /sysroot unmounted + # (https://github.com/systemd/systemd/issues/20329). To avoid that, + # wait until systemd processed the umount events. In a chroot (or with + # SYSTEMD_OFFLINE=1) systemctl always succeeds, so avoid an infinite loop. + if ! systemctl --quiet is-active does-not-exist.mount; then + while systemctl --quiet is-active sysroot.mount; do sleep 0.5; done + fi fi systemctl start sysroot.mount } ++++++ combustion.obsinfo ++++++ --- /var/tmp/diff_new_pack.lViASl/_old 2023-09-13 20:43:49.264495745 +0200 +++ /var/tmp/diff_new_pack.lViASl/_new 2023-09-13 20:43:49.300497025 +0200 @@ -1,5 +1,5 @@ name: combustion -version: 1.2+git5 -mtime: 1694090240 -commit: 39e013ed1f916d347deae5fdd5eee2b86dbff437 +version: 1.2+git6 +mtime: 1694520988 +commit: e82a8ffcd5cc343eb09c2dbfe923dc7cc7313f91