Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sdbootutil for openSUSE:Factory checked in at 2026-04-10 17:49:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sdbootutil (Old) and /work/SRC/openSUSE:Factory/.sdbootutil.new.21863 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sdbootutil" Fri Apr 10 17:49:41 2026 rev:100 rq:1345675 version:1+git20260409.83d5678 Changes: -------- --- /work/SRC/openSUSE:Factory/sdbootutil/sdbootutil.changes 2026-04-09 16:10:23.371108204 +0200 +++ /work/SRC/openSUSE:Factory/.sdbootutil.new.21863/sdbootutil.changes 2026-04-10 17:52:38.500913852 +0200 @@ -2 +2,4 @@ -Wed Apr 08 18:07:32 UTC 2026 - Alberto Planas Dominguez <[email protected]> +Thu Apr 09 14:28:59 UTC 2026 - Alberto Planas Dominguez <[email protected]> + +- Update to version 1+git20260409.83d5678: + * Detect uninitialized machine-id @@ -3,0 +7,2 @@ +------------------------------------------------------------------- +Wed Apr 08 18:07:32 UTC 2026 - Alberto Planas Dominguez <[email protected]> Old: ---- sdbootutil-1+git20260408.db91528.obscpio New: ---- sdbootutil-1+git20260409.83d5678.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sdbootutil.spec ++++++ --- /var/tmp/diff_new_pack.J47Zul/_old 2026-04-10 17:52:39.200942701 +0200 +++ /var/tmp/diff_new_pack.J47Zul/_new 2026-04-10 17:52:39.204942866 +0200 @@ -18,7 +18,7 @@ %global rustflags '-Clink-arg=-Wl,-z,relro,-z,now' Name: sdbootutil -Version: 1+git20260408.db91528 +Version: 1+git20260409.83d5678 Release: 0 Summary: Bootctl wrapper for BLS boot loaders License: MIT ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.J47Zul/_old 2026-04-10 17:52:39.256945008 +0200 +++ /var/tmp/diff_new_pack.J47Zul/_new 2026-04-10 17:52:39.264945338 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/openSUSE/sdbootutil.git</param> - <param name="changesrevision">db91528723411fcb53942737a61d0febd44e94f0</param></service></servicedata> + <param name="changesrevision">83d56780b73f15fcdfe8a7524e2adb9bedecf52a</param></service></servicedata> (No newline at EOF) ++++++ sdbootutil-1+git20260408.db91528.obscpio -> sdbootutil-1+git20260409.83d5678.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sdbootutil-1+git20260408.db91528/sdbootutil new/sdbootutil-1+git20260409.83d5678/sdbootutil --- old/sdbootutil-1+git20260408.db91528/sdbootutil 2026-04-08 20:05:12.000000000 +0200 +++ new/sdbootutil-1+git20260409.83d5678/sdbootutil 2026-04-09 16:27:55.000000000 +0200 @@ -892,7 +892,8 @@ for file in "${machine_id_files[@]}"; do if [ -s "$file" ]; then read -r machine_id < "$file" - break + [ "$machine_id" != "uninitialized" ] || machine_id= + [ -z "$machine_id" ] || break fi done } ++++++ sdbootutil.obsinfo ++++++ --- /var/tmp/diff_new_pack.J47Zul/_old 2026-04-10 17:52:39.468953746 +0200 +++ /var/tmp/diff_new_pack.J47Zul/_new 2026-04-10 17:52:39.472953911 +0200 @@ -1,5 +1,5 @@ name: sdbootutil -version: 1+git20260408.db91528 -mtime: 1775671512 -commit: db91528723411fcb53942737a61d0febd44e94f0 +version: 1+git20260409.83d5678 +mtime: 1775744875 +commit: 83d56780b73f15fcdfe8a7524e2adb9bedecf52a
