Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package dracut for openSUSE:Factory checked 
in at 2026-02-11 19:12:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dracut (Old)
 and      /work/SRC/openSUSE:Factory/.dracut.new.1670 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dracut"

Wed Feb 11 19:12:15 2026 rev:253 rq:1332509 version:109+suse.37.geed860c2

Changes:
--------
--- /work/SRC/openSUSE:Factory/dracut/dracut.changes    2026-02-10 
21:11:57.910413134 +0100
+++ /work/SRC/openSUSE:Factory/.dracut.new.1670/dracut.changes  2026-02-11 
19:12:20.572789333 +0100
@@ -1,0 +2,7 @@
+Wed Feb 11 15:24:02 UTC 2026 - Antonio Feijoo <[email protected]>
+
+- Update to version 109+suse.37.geed860c2:
+  * fix(dracut): remove wrong auto-detection logic for output file 
(bsc#1258071)
+  * feat(dracut-install): do not return non-zero if a dependency cannot be 
resolved (bsc#1258038)
+
+-------------------------------------------------------------------

Old:
----
  dracut-109+suse.35.g1fdbb27e.tar.xz

New:
----
  dracut-109+suse.37.geed860c2.tar.xz

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

Other differences:
------------------
++++++ dracut.spec ++++++
--- /var/tmp/diff_new_pack.eunsa7/_old  2026-02-11 19:12:21.336821503 +0100
+++ /var/tmp/diff_new_pack.eunsa7/_new  2026-02-11 19:12:21.340821672 +0100
@@ -26,7 +26,7 @@
 %endif
 
 Name:           dracut
-Version:        109+suse.35.g1fdbb27e
+Version:        109+suse.37.geed860c2
 Release:        0
 Summary:        Event driven initramfs infrastructure
 License:        GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.eunsa7/_old  2026-02-11 19:12:21.408824535 +0100
+++ /var/tmp/diff_new_pack.eunsa7/_new  2026-02-11 19:12:21.412824704 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/opensuse/dracut-ng.git</param>
-              <param 
name="changesrevision">1fdbb27e32cd4b4cb399876138fcb3f62e9bdcb6</param></service></servicedata>
+              <param 
name="changesrevision">eed860c2c12f7f79fcd034cc249d56a1c6a813c5</param></service></servicedata>
 (No newline at EOF)
 

++++++ dracut-109+suse.35.g1fdbb27e.tar.xz -> 
dracut-109+suse.37.geed860c2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dracut-109+suse.35.g1fdbb27e/dracut.sh 
new/dracut-109+suse.37.geed860c2/dracut.sh
--- old/dracut-109+suse.35.g1fdbb27e/dracut.sh  2026-02-09 10:41:19.000000000 
+0100
+++ new/dracut-109+suse.37.geed860c2/dracut.sh  2026-02-11 16:23:03.000000000 
+0100
@@ -1258,18 +1258,6 @@
             
outfile="${dracutsysrootdir-}/boot/efi/${MACHINE_ID}/${kernel}/initrd"
         elif [[ -f "${dracutsysrootdir-}"/lib/modules/${kernel}/initrd ]]; then
             outfile="${dracutsysrootdir-}/lib/modules/${kernel}/initrd"
-        elif [[ -e ${dracutsysrootdir-}/boot/vmlinuz-${kernel} ||
-            -e ${dracutsysrootdir-}/boot/vmlinux-${kernel} ||
-            -e ${dracutsysrootdir-}/boot/kernel-${kernel} ]]; then
-            outfile="${dracutsysrootdir-}/boot/$initrdname"
-        elif [[ -z ${dracutsysrootdir-} ]] \
-            && [[ $MACHINE_ID ]] \
-            && mountpoint -q /efi; then
-            outfile="/efi/${MACHINE_ID}/${kernel}/initrd"
-        elif [[ -z ${dracutsysrootdir-} ]] \
-            && [[ $MACHINE_ID ]] \
-            && mountpoint -q /boot/efi; then
-            outfile="/boot/efi/${MACHINE_ID}/${kernel}/initrd"
         else
             outfile="${dracutsysrootdir-}/boot/$initrdname"
         fi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/dracut-109+suse.35.g1fdbb27e/src/install/dracut-install.c 
new/dracut-109+suse.37.geed860c2/src/install/dracut-install.c
--- old/dracut-109+suse.35.g1fdbb27e/src/install/dracut-install.c       
2026-02-09 10:41:19.000000000 +0100
+++ new/dracut-109+suse.37.geed860c2/src/install/dracut-install.c       
2026-02-11 16:23:03.000000000 +0100
@@ -1126,7 +1126,6 @@
                         char* library = find_library(soname, fullsrcpath, 
src_len, match64, match32); \
                         if (!library || hashmap_put_strdup_key(deps, soname, 
library) < 0) { \
                                 log_error("ERROR: could not locate dependency 
%s requested by '%s'", soname, fullsrcpath); \
-                                ret = -1; \
                         } \
                 } \
         } \

Reply via email to