Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sdbootutil for openSUSE:Factory checked in at 2025-04-02 17:07:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sdbootutil (Old) and /work/SRC/openSUSE:Factory/.sdbootutil.new.1907 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sdbootutil" Wed Apr 2 17:07:45 2025 rev:54 rq:1266191 version:1+git20250401.2eda714 Changes: -------- --- /work/SRC/openSUSE:Factory/sdbootutil/sdbootutil.changes 2025-03-28 09:36:55.187856776 +0100 +++ /work/SRC/openSUSE:Factory/.sdbootutil.new.1907/sdbootutil.changes 2025-04-02 17:09:03.722528293 +0200 @@ -1,0 +2,32 @@ +Tue Apr 01 13:59:48 UTC 2025 - Alberto Planas Dominguez <apla...@suse.com> + +- Update to version 1+git20250401.2eda714: + * Shift only the matching component + * Rework free-space allocator algorithm + * Clarify when the initrd is generated + * Add the kernel version for measurement order + * Keep original prediction for pcrlock aligment + * Check array size for emptiness + * Refactor debug output + * Reclaim free space when updating entries + * spec: Update bootloader if it is recognized + * Limit variations up to 8 for a component + * Add priority field in entry list + * Make snapshot_ids ordered by importance + * Convert echo to info + * In virtual environment drop PCR0 + +------------------------------------------------------------------- +Fri Mar 28 21:13:53 UTC 2025 - Alberto Planas Dominguez <apla...@suse.com> + +- Update to version 1+git20250328.f1d4885: + * Fallback to file config when bootctl fails + * Remove TODO file + * Declare local variable + * Print colors when in terminal + * Do not load the config file when variable is set + * Uset btrfs instead of snapper for set default snapshot + * Drop unused entries parameter + * Improve boot loader detection + +------------------------------------------------------------------- Old: ---- sdbootutil-1+git20250327.9714cbd.obscpio New: ---- sdbootutil-1+git20250401.2eda714.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sdbootutil.spec ++++++ --- /var/tmp/diff_new_pack.5zSziY/_old 2025-04-02 17:09:06.022624652 +0200 +++ /var/tmp/diff_new_pack.5zSziY/_new 2025-04-02 17:09:06.038625323 +0200 @@ -17,7 +17,7 @@ Name: sdbootutil -Version: 1+git20250327.9714cbd +Version: 1+git20250401.2eda714 Release: 0 Summary: bootctl wrapper for BLS boot loaders License: MIT @@ -176,7 +176,14 @@ [ -e /sys/firmware/efi/efivars ] || exit 0 [ -z "$TRANSACTIONAL_UPDATE" ] || exit 0 [ -z "$VERBOSE_FILETRIGGERS" ] || echo "%{name}-%{version}-%{release}: updating bootloader" -sdbootutil update +if [ -e /etc/sysconfig/bootloader ]; then + . /etc/sysconfig/bootloader &> /dev/null + if [ "$LOADER_TYPE" = "grub2-bls" ] || [ "$LOADER_TYPE" = "systemd-boot" ]; then + sdbootutil update + fi +else + sdbootutil update +fi %preun %service_del_preun %{name}-update-predictions.service ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.5zSziY/_old 2025-04-02 17:09:06.270635043 +0200 +++ /var/tmp/diff_new_pack.5zSziY/_new 2025-04-02 17:09:06.306636551 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/openSUSE/sdbootutil.git</param> - <param name="changesrevision">9714cbdeac75df3fd9cc975e5f729b483d968044</param></service></servicedata> + <param name="changesrevision">2eda71499571a7d701cf7f9296e4ca1635fd2a66</param></service></servicedata> (No newline at EOF) ++++++ sdbootutil-1+git20250327.9714cbd.obscpio -> sdbootutil-1+git20250401.2eda714.obscpio ++++++ ++++ 1760 lines of diff (skipped) ++++++ sdbootutil.obsinfo ++++++ --- /var/tmp/diff_new_pack.5zSziY/_old 2025-04-02 17:09:06.970664369 +0200 +++ /var/tmp/diff_new_pack.5zSziY/_new 2025-04-02 17:09:07.018666381 +0200 @@ -1,5 +1,5 @@ name: sdbootutil -version: 1+git20250327.9714cbd -mtime: 1743088588 -commit: 9714cbdeac75df3fd9cc975e5f729b483d968044 +version: 1+git20250401.2eda714 +mtime: 1743515567 +commit: 2eda71499571a7d701cf7f9296e4ca1635fd2a66