Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package dracut for openSUSE:Factory checked 
in at 2021-10-04 18:39:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dracut (Old)
 and      /work/SRC/openSUSE:Factory/.dracut.new.2443 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dracut"

Mon Oct  4 18:39:08 2021 rev:177 rq:922385 version:055+suse.119.g6c4187af

Changes:
--------
--- /work/SRC/openSUSE:Factory/dracut/dracut.changes    2021-08-19 
13:39:00.437426483 +0200
+++ /work/SRC/openSUSE:Factory/.dracut.new.2443/dracut.changes  2021-10-04 
18:39:36.330022488 +0200
@@ -1,0 +2,6 @@
+Thu Sep 30 12:15:25 UTC 2021 - antonio.fei...@suse.com
+
+- Update to version 055+suse.119.g6c4187af:
+  * fix(suse-initrd): handle cases with zero modprobe.d files (bsc#1189895)
+
+-------------------------------------------------------------------

Old:
----
  dracut-055+suse.117.ge5fc2048.obscpio

New:
----
  dracut-055+suse.119.g6c4187af.obscpio

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

Other differences:
------------------
++++++ dracut.spec ++++++
--- /var/tmp/diff_new_pack.FoRh0e/_old  2021-10-04 18:39:36.910023430 +0200
+++ /var/tmp/diff_new_pack.FoRh0e/_new  2021-10-04 18:39:36.914023436 +0200
@@ -19,7 +19,7 @@
 %define dracutlibdir %{_prefix}/lib/dracut
 
 Name:           dracut
-Version:        055+suse.117.ge5fc2048
+Version:        055+suse.119.g6c4187af
 Release:        0
 Summary:        Initramfs generator using udev
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.FoRh0e/_old  2021-10-04 18:39:36.966023522 +0200
+++ /var/tmp/diff_new_pack.FoRh0e/_new  2021-10-04 18:39:36.966023522 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/opensuse/dracut.git</param>
-              <param 
name="changesrevision">35a98754b7c7addc0fc917f503dc179fce35b375</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">145ca72ef8c12b3b43e7075ede7b7f5999e11b51</param></service></servicedata>
\ No newline at end of file

++++++ dracut-055+suse.117.ge5fc2048.obscpio -> 
dracut-055+suse.119.g6c4187af.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/dracut-055+suse.117.ge5fc2048/modules.d/99suse-initrd/module-setup.sh 
new/dracut-055+suse.119.g6c4187af/modules.d/99suse-initrd/module-setup.sh
--- old/dracut-055+suse.117.ge5fc2048/modules.d/99suse-initrd/module-setup.sh   
2021-08-16 09:48:38.000000000 +0200
+++ new/dracut-055+suse.119.g6c4187af/modules.d/99suse-initrd/module-setup.sh   
2021-09-21 15:28:55.000000000 +0200
@@ -10,7 +10,8 @@
 # called by dracut
 check() {
     # Skip the module if no SUSE INITRD is used
-    grep -q "^# SUSE INITRD: " $(get_modprobe_conf_files)
+    local conf_files=$(get_modprobe_conf_files)
+    [[ $conf_files ]] && grep -q "^# SUSE INITRD: " $conf_files
 }
 
 get_modprobe_conf_files() {
@@ -20,6 +21,11 @@
     return 0
 }
 
+get_suse_initrd_lines() {
+    local conf_files=$(get_modprobe_conf_files)
+    [[ -z "$conf_files" ]] || grep -h "^# SUSE INITRD: " $conf_files
+}
+
 read_initrd_modules() {
     if [[ -f /etc/sysconfig/kernel ]]; then
         INITRD_MODULES=
@@ -47,7 +53,7 @@
         then
             all_mods="$all_mods $(filter_builtin $reqs)"
         fi
-    done <<< "$(grep -h "^# SUSE INITRD: " $(get_modprobe_conf_files))"
+    done <<< "$(get_suse_initrd_lines)"
 
     # strip whitespace
     all_mods="$(echo $all_mods)"

++++++ dracut.obsinfo ++++++
--- /var/tmp/diff_new_pack.FoRh0e/_old  2021-10-04 18:39:37.258023995 +0200
+++ /var/tmp/diff_new_pack.FoRh0e/_new  2021-10-04 18:39:37.262024002 +0200
@@ -1,5 +1,5 @@
 name: dracut
-version: 055+suse.117.ge5fc2048
-mtime: 1629100118
-commit: e5fc2048dc7c6db9bb4f916bf88db7425b923ce4
+version: 055+suse.119.g6c4187af
+mtime: 1632230935
+commit: 6c4187af03e841a8212f975d21ae688ce2292190
 

Reply via email to