Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kiwi-templates-Minimal for 
openSUSE:Factory checked in at 2024-03-22 15:17:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kiwi-templates-Minimal (Old)
 and      /work/SRC/openSUSE:Factory/.kiwi-templates-Minimal.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kiwi-templates-Minimal"

Fri Mar 22 15:17:52 2024 rev:14 rq:1160044 version:84.87.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/kiwi-templates-Minimal/kiwi-templates-Minimal.changes
    2024-02-28 19:47:37.270904194 +0100
+++ 
/work/SRC/openSUSE:Factory/.kiwi-templates-Minimal.new.1905/kiwi-templates-Minimal.changes
  2024-03-22 15:28:14.957768519 +0100
@@ -1,0 +2,5 @@
+Thu Feb 15 15:07:56 UTC 2024 - Ludwig Nussel <lnus...@suse.com>
+
+- call sdbootutil --no-random-seed to avoid shipping random seed in the ESP
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
kiwi-templates-Minimal.spec: same change
++++++ disk.sh ++++++
--- /var/tmp/diff_new_pack.GmvQq6/_old  2024-03-22 15:28:15.513788962 +0100
+++ /var/tmp/diff_new_pack.GmvQq6/_new  2024-03-22 15:28:15.517789110 +0100
@@ -11,10 +11,10 @@
        *) echo "Unknown arch $arch"; exit 1 ;;
 esac
 echo "install boot loader"
-sdbootutil -v --arch "$arch" --esp-path /boot/efi --entry-token=auto 
--no-variables install
+sdbootutil -v --no-random-seed --arch "$arch" --esp-path /boot/efi 
--entry-token=auto --no-variables install
 echo "add kernels"
 export hostonly_l=no # for dracut
-sdbootutil --arch "$arch" --esp-path /boot/efi --entry-token=auto 
add-all-kernels
+sdbootutil -v --arch "$arch" --esp-path /boot/efi --entry-token=auto 
add-all-kernels
 rm -f /boot/mbrid
 # Set a 5s timeout, the "hold a key down" method doesn't work effectively.
 echo "timeout 5" >> /boot/efi/loader/loader.conf

Reply via email to