Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sdbootutil for openSUSE:Factory checked in at 2024-02-21 17:52:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sdbootutil (Old) and /work/SRC/openSUSE:Factory/.sdbootutil.new.1706 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sdbootutil" Wed Feb 21 17:52:29 2024 rev:16 rq:1148172 version:1+git20240215.cb7e392 Changes: -------- --- /work/SRC/openSUSE:Factory/sdbootutil/sdbootutil.changes 2024-02-15 20:59:08.897326223 +0100 +++ /work/SRC/openSUSE:Factory/.sdbootutil.new.1706/sdbootutil.changes 2024-02-21 17:52:44.975341064 +0100 @@ -1,0 +2,6 @@ +Thu Feb 15 15:04:42 UTC 2024 - [email protected] + +- Update to version 1+git20240215.cb7e392: + * Add --no-random-seed argument + +------------------------------------------------------------------- Old: ---- sdbootutil-1+git20240214.ba81e0e.obscpio New: ---- sdbootutil-1+git20240215.cb7e392.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sdbootutil.spec ++++++ --- /var/tmp/diff_new_pack.m7UMjz/_old 2024-02-21 17:52:45.615364229 +0100 +++ /var/tmp/diff_new_pack.m7UMjz/_new 2024-02-21 17:52:45.615364229 +0100 @@ -27,7 +27,7 @@ %define git_version %{nil} %endif Name: sdbootutil -Version: 1+git20240214.ba81e0e%{git_version} +Version: 1+git20240215.cb7e392%{git_version} Release: 0 Summary: script to install shim with sd-boot License: MIT ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.m7UMjz/_old 2024-02-21 17:52:45.655365676 +0100 +++ /var/tmp/diff_new_pack.m7UMjz/_new 2024-02-21 17:52:45.655365676 +0100 @@ -3,6 +3,6 @@ <param name="url">https://github.com/lnussel/sdbootutil.git</param> <param name="changesrevision">708592a5033bb41d14e378172466ae9e90dfb3c4</param></service><service name="tar_scm"> <param name="url">https://github.com/openSUSE/sdbootutil.git</param> - <param name="changesrevision">ba81e0e6e300032635c28ba8a14ffcbe73517d0d</param></service></servicedata> + <param name="changesrevision">cb7e392f6dd267f735aa7e96e1611a9e2757d06f</param></service></servicedata> (No newline at EOF) ++++++ sdbootutil-1+git20240214.ba81e0e.obscpio -> sdbootutil-1+git20240215.cb7e392.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sdbootutil-1+git20240214.ba81e0e/sdbootutil new/sdbootutil-1+git20240215.cb7e392/sdbootutil --- old/sdbootutil-1+git20240214.ba81e0e/sdbootutil 2024-02-14 09:52:02.000000000 +0100 +++ new/sdbootutil-1+git20240215.cb7e392/sdbootutil 2024-02-15 16:03:55.000000000 +0100 @@ -19,6 +19,7 @@ arg_all_entries= arg_no_variables= arg_no_reuse_initrd= +arg_no_random_seed= # for x in vmlinuz image vmlinux linux bzImage uImage Image zImage; do image= @@ -1064,6 +1065,7 @@ update_random_seed() { + [ -z "$arg_no_random_seed" ] || return 0 local s _p read -r s _p < <({ dd if=/dev/urandom bs=32 count=1 status=none; [ -e "$boot_root/loader/random-seed" ] && dd if="$boot_root/loader/random-seed" bs=32 count=1 status=none; } | sha256sum) [ "${#s}" = 64 ] || { warn "Invalid random seed"; return 0; } @@ -1385,7 +1387,7 @@ ####### main ####### -getopttmp=$(getopt -o hc:v --long help,flicker,verbose,esp-path:,entry-token:,arch:,image:,no-variables,no-reuse-initrd,all -n "${0##*/}" -- "$@") +getopttmp=$(getopt -o hc:v --long help,flicker,verbose,esp-path:,entry-token:,arch:,image:,no-variables,no-reuse-initrd,no-random-seed,all -n "${0##*/}" -- "$@") eval set -- "$getopttmp" while true ; do @@ -1399,6 +1401,7 @@ --image) image="$2"; shift 2 ;; --no-variables) arg_no_variables=1; shift ;; --no-reuse-initrd) arg_no_reuse_initrd=1; shift ;; + --no-random-seed) arg_no_random_seed=1; shift ;; --all) arg_all_entries=1; shift ;; --) shift ; break ;; *) echo "Internal error!" ; exit 1 ;; ++++++ sdbootutil.obsinfo ++++++ --- /var/tmp/diff_new_pack.m7UMjz/_old 2024-02-21 17:52:45.779370165 +0100 +++ /var/tmp/diff_new_pack.m7UMjz/_new 2024-02-21 17:52:45.783370309 +0100 @@ -1,5 +1,5 @@ name: sdbootutil -version: 1+git20240214.ba81e0e -mtime: 1707900722 -commit: ba81e0e6e300032635c28ba8a14ffcbe73517d0d +version: 1+git20240215.cb7e392 +mtime: 1708009435 +commit: cb7e392f6dd267f735aa7e96e1611a9e2757d06f
