Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package health-checker for openSUSE:Factory checked in at 2026-01-29 17:44:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/health-checker (Old) and /work/SRC/openSUSE:Factory/.health-checker.new.1995 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "health-checker" Thu Jan 29 17:44:36 2026 rev:28 rq:1325430 version:1.13+git20251219.f90f390 Changes: -------- --- /work/SRC/openSUSE:Factory/health-checker/health-checker.changes 2025-11-04 18:40:22.012400122 +0100 +++ /work/SRC/openSUSE:Factory/.health-checker.new.1995/health-checker.changes 2026-01-29 17:45:11.137943018 +0100 @@ -1,0 +2,13 @@ +Mon Jan 05 14:02:10 UTC 2026 - Danilo Spinella <[email protected]> + +- Update to version 1.13+git20251219.f90f390: + * Revert "fix(systemd): Fix dependency cycle with other systemd services" + +------------------------------------------------------------------- +Thu Dec 11 14:38:19 UTC 2025 - Danilo Spinella <[email protected]> + +- Update to version 1.13+git20251209.bb58b41: + * fix(systemd): Fix dependency cycle with other systemd services + * fix(dracut): Skip dracut module on BLS systems + +------------------------------------------------------------------- Old: ---- health-checker-1.13+git20251028.c9a2249.obscpio New: ---- health-checker-1.13+git20251219.f90f390.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ health-checker.spec ++++++ --- /var/tmp/diff_new_pack.XHHCL7/_old 2026-01-29 17:45:11.957977647 +0100 +++ /var/tmp/diff_new_pack.XHHCL7/_new 2026-01-29 17:45:11.961977816 +0100 @@ -1,7 +1,7 @@ # # spec file for package health-checker # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define _dracutmoduledir %(pkg-config --variable=dracutmodulesdir dracut) Name: health-checker -Version: 1.13+git20251028.c9a2249 +Version: 1.13+git20251219.f90f390 Release: 0 Summary: Service for verifying that important services are running License: GPL-2.0-only ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.XHHCL7/_old 2026-01-29 17:45:12.025980518 +0100 +++ /var/tmp/diff_new_pack.XHHCL7/_new 2026-01-29 17:45:12.029980687 +0100 @@ -1,7 +1,7 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/openSUSE/health-checker.git</param> - <param name="changesrevision">c9a224963060436a7991e26d0235a77ba267f70e</param></service> + <param name="changesrevision">f90f390d3e770d5608c8b34013d8b1f951e94186</param></service> </servicedata> (No newline at EOF) ++++++ health-checker-1.13+git20251028.c9a2249.obscpio -> health-checker-1.13+git20251219.f90f390.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/health-checker-1.13+git20251028.c9a2249/dracut/module-setup.sh new/health-checker-1.13+git20251219.f90f390/dracut/module-setup.sh --- old/health-checker-1.13+git20251028.c9a2249/dracut/module-setup.sh 2025-10-28 11:06:25.000000000 +0100 +++ new/health-checker-1.13+git20251219.f90f390/dracut/module-setup.sh 2025-12-19 17:05:16.000000000 +0100 @@ -2,18 +2,24 @@ # called by dracut check() { - require_binaries logger date || return 1 + if [ ! -x /bin/sdbootutil ]; then + require_binaries logger date || return 1 + fi } # called by dracut depends() { - echo drm + if [ ! -x /bin/sdbootutil ]; then + echo drm + fi } # called by dracut install() { - inst_hook emergency 90 "$moddir"/health-checker-emergency.sh + if [ ! -x /bin/sdbootutil ]; then + inst_hook emergency 90 "$moddir"/health-checker-emergency.sh - inst_multiple date btrfs awk grub2-editenv + inst_multiple date btrfs awk grub2-editenv + fi } ++++++ health-checker.obsinfo ++++++ --- /var/tmp/diff_new_pack.XHHCL7/_old 2026-01-29 17:45:12.213988457 +0100 +++ /var/tmp/diff_new_pack.XHHCL7/_new 2026-01-29 17:45:12.217988626 +0100 @@ -1,5 +1,5 @@ name: health-checker -version: 1.13+git20251028.c9a2249 -mtime: 1761645985 -commit: c9a224963060436a7991e26d0235a77ba267f70e +version: 1.13+git20251219.f90f390 +mtime: 1766160316 +commit: f90f390d3e770d5608c8b34013d8b1f951e94186
