Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sdbootutil for openSUSE:Factory 
checked in at 2023-11-02 20:20:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sdbootutil (Old)
 and      /work/SRC/openSUSE:Factory/.sdbootutil.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sdbootutil"

Thu Nov  2 20:20:11 2023 rev:8 rq:1122190 version:1+git20231026.f43c33c

Changes:
--------
--- /work/SRC/openSUSE:Factory/sdbootutil/sdbootutil.changes    2023-10-24 
20:07:34.530819395 +0200
+++ /work/SRC/openSUSE:Factory/.sdbootutil.new.17445/sdbootutil.changes 
2023-11-02 20:20:14.717132007 +0100
@@ -1,0 +2,6 @@
+Thu Oct 26 07:55:11 UTC 2023 - lnus...@suse.com
+
+- Update to version 1+git20231026.f43c33c:
+  * Fix generating initrd for random snapshots
+
+-------------------------------------------------------------------

Old:
----
  sdbootutil-1+git20231023.873adb9.obscpio

New:
----
  sdbootutil-1+git20231026.f43c33c.obscpio

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

Other differences:
------------------
++++++ sdbootutil.spec ++++++
--- /var/tmp/diff_new_pack.WPOSht/_old  2023-11-02 20:20:15.841173367 +0100
+++ /var/tmp/diff_new_pack.WPOSht/_new  2023-11-02 20:20:15.845173515 +0100
@@ -27,7 +27,7 @@
 %define git_version %{nil}
 %endif
 Name:           sdbootutil
-Version:        1+git20231023.873adb9%{git_version}
+Version:        1+git20231026.f43c33c%{git_version}
 Release:        0
 Summary:        script to install shim with sd-boot
 License:        MIT

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.WPOSht/_old  2023-11-02 20:20:15.881174839 +0100
+++ /var/tmp/diff_new_pack.WPOSht/_new  2023-11-02 20:20:15.881174839 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/lnussel/sdbootutil.git</param>
-              <param 
name="changesrevision">873adb9eeea175d6a0557b087e82dfd3140cd863</param></service></servicedata>
+              <param 
name="changesrevision">f43c33c479838871b57c0f0acbb1b9ef2b06bb34</param></service></servicedata>
 (No newline at EOF)
 

++++++ sdbootutil-1+git20231023.873adb9.obscpio -> 
sdbootutil-1+git20231026.f43c33c.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sdbootutil-1+git20231023.873adb9/sdbootutil 
new/sdbootutil-1+git20231026.f43c33c/sdbootutil
--- old/sdbootutil-1+git20231023.873adb9/sdbootutil     2023-10-23 
14:34:50.000000000 +0200
+++ new/sdbootutil-1+git20231026.f43c33c/sdbootutil     2023-10-26 
09:53:50.000000000 +0200
@@ -333,11 +333,12 @@
        if [ -e "$initrd" ]; then
                ln -s "$initrd" "$tmpdir/initrd"
        elif ! reuse_initrd "$snapshot" "$subvol"; then
+               local dracut_args=()
                if [ "$subvol" != "$root_subvol" ]; then
-                       err "Can't call dracut for snapshots that have no 
initrd yet"
+                       dracut_args=('--sysroot' 
'/.snapshots/$snapshot/snapshot' '--tmpdir' '/var/tmp')
                fi
                log_info "generating new initrd"
-               run_command_live_output dracut --quiet --reproducible 
"$tmpdir/initrd" "$kernel_version"
+               run_command_live_output dracut --quiet --reproducible 
"${dracut_args[@]}" "$tmpdir/initrd" "$kernel_version"
        fi
 
        local boot_options=

++++++ sdbootutil.obsinfo ++++++
--- /var/tmp/diff_new_pack.WPOSht/_old  2023-11-02 20:20:15.985178665 +0100
+++ /var/tmp/diff_new_pack.WPOSht/_new  2023-11-02 20:20:15.985178665 +0100
@@ -1,5 +1,5 @@
 name: sdbootutil
-version: 1+git20231023.873adb9
-mtime: 1698064490
-commit: 873adb9eeea175d6a0557b087e82dfd3140cd863
+version: 1+git20231026.f43c33c
+mtime: 1698306830
+commit: f43c33c479838871b57c0f0acbb1b9ef2b06bb34
 

Reply via email to