Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package dracut for openSUSE:Factory checked 
in at 2025-05-27 18:49:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dracut (Old)
 and      /work/SRC/openSUSE:Factory/.dracut.new.2732 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dracut"

Tue May 27 18:49:03 2025 rev:242 rq:1279057 version:059+suse.732.g739e1c2f

Changes:
--------
--- /work/SRC/openSUSE:Factory/dracut/dracut.changes    2025-04-20 
19:51:24.751485472 +0200
+++ /work/SRC/openSUSE:Factory/.dracut.new.2732/dracut.changes  2025-05-27 
18:49:10.634199197 +0200
@@ -1,0 +2,8 @@
+Wed May 21 12:47:07 UTC 2025 - antonio.fei...@suse.com
+
+- Update to version 059+suse.732.g739e1c2f:
+  * ci(suse.conf.example): change log levels (jsc#PED-12922)
+  * fix(rngd): adjust license to match the license of the whole project
+  * fix(dracut): kernel module name normalization in drivers lists 
(bsc#1241680)
+
+-------------------------------------------------------------------

Old:
----
  dracut-059+suse.725.g1df2cbe1.obscpio

New:
----
  dracut-059+suse.732.g739e1c2f.obscpio

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

Other differences:
------------------
++++++ dracut.spec ++++++
--- /var/tmp/diff_new_pack.HfWSBd/_old  2025-05-27 18:49:12.030258002 +0200
+++ /var/tmp/diff_new_pack.HfWSBd/_new  2025-05-27 18:49:12.030258002 +0200
@@ -25,7 +25,7 @@
 %endif
 
 Name:           dracut
-Version:        059+suse.725.g1df2cbe1
+Version:        059+suse.732.g739e1c2f
 Release:        0
 Summary:        Event driven initramfs infrastructure
 License:        GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later

++++++ README.susemaint ++++++
--- /var/tmp/diff_new_pack.HfWSBd/_old  2025-05-27 18:49:12.066259518 +0200
+++ /var/tmp/diff_new_pack.HfWSBd/_new  2025-05-27 18:49:12.070259687 +0200
@@ -11,6 +11,7 @@
 - SUSE/055              -> SLE 15 SP4
 - SLE-15-SP5_Update     -> SLE 15 SP5 (based on SUSE/055 plus some specific 
patches)
 - SLE-15-SP6_Update     -> SLE 15 SP6
+- SLE-15-SP7_Update     -> SLE 15 SP7
 - SL-Micro-6.0_Update   -> SL Micro 6.0
 - SL-Micro-6.1_Update   -> SL Micro 6.1
 - SLFO_Main             -> SUSE Linux Framework One
@@ -418,4 +419,6 @@
 e8f72ed9 chore(multipath): remove `rd_NO_MULTIPATH` kernel command line option
 5e87b68c refactor(multipath): remove custom multipathd.service
 bb6d0c11 fix(dracut-init): assign real path to srcmods
+8674d84f fix(dracut): kernel module name normalization in drivers lists
+da099c30 fix(rngd): adjust license to match the license of the whole project
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.HfWSBd/_old  2025-05-27 18:49:12.110261371 +0200
+++ /var/tmp/diff_new_pack.HfWSBd/_new  2025-05-27 18:49:12.114261540 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/opensuse/dracut.git</param>
-              <param 
name="changesrevision">1df2cbe1b4d822be5294b894f0d1f032b9b6fe99</param></service></servicedata>
+              <param 
name="changesrevision">739e1c2fc8f6daecb5995a0b6b9683becdd9e32a</param></service></servicedata>
 (No newline at EOF)
 

++++++ dracut-059+suse.725.g1df2cbe1.obscpio -> 
dracut-059+suse.732.g739e1c2f.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/dracut-059+suse.725.g1df2cbe1/dracut.conf.d/suse.conf.example 
new/dracut-059+suse.732.g739e1c2f/dracut.conf.d/suse.conf.example
--- old/dracut-059+suse.725.g1df2cbe1/dracut.conf.d/suse.conf.example   
2025-04-17 07:39:18.000000000 +0200
+++ new/dracut-059+suse.732.g739e1c2f/dracut.conf.d/suse.conf.example   
2025-05-21 14:45:43.000000000 +0200
@@ -12,3 +12,5 @@
 i18n_vars="/etc/sysconfig/language:RC_LANG-LANG,RC_LC_ALL-LC_ALL 
/etc/sysconfig/console:CONSOLE_UNICODEMAP-FONT_UNIMAP,CONSOLE_FONT-FONT,CONSOLE_SCREENMAP-FONT_MAP
 /etc/sysconfig/keyboard:KEYTABLE-KEYMAP"
 omit_drivers+=" i2o_scsi "
 
+stdloglvl="3"
+sysloglvl="4"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dracut-059+suse.725.g1df2cbe1/dracut.sh 
new/dracut-059+suse.732.g739e1c2f/dracut.sh
--- old/dracut-059+suse.725.g1df2cbe1/dracut.sh 2025-04-17 07:39:18.000000000 
+0200
+++ new/dracut-059+suse.732.g739e1c2f/dracut.sh 2025-05-21 14:45:43.000000000 
+0200
@@ -1362,16 +1362,16 @@
 export dracutfunctions
 
 ((${#drivers_l[@]})) && drivers="${drivers_l[*]}"
-drivers=${drivers/-/_}
+drivers=${drivers//-/_}
 
 ((${#add_drivers_l[@]})) && add_drivers+=" ${add_drivers_l[*]} "
-add_drivers=${add_drivers/-/_}
+add_drivers=${add_drivers//-/_}
 
 ((${#force_drivers_l[@]})) && force_drivers+=" ${force_drivers_l[*]} "
-force_drivers=${force_drivers/-/_}
+force_drivers=${force_drivers//-/_}
 
 ((${#omit_drivers_l[@]})) && omit_drivers+=" ${omit_drivers_l[*]} "
-omit_drivers=${omit_drivers/-/_}
+omit_drivers=${omit_drivers//-/_}
 
 ((${#kernel_cmdline_l[@]})) && kernel_cmdline+=" ${kernel_cmdline_l[*]} "
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/dracut-059+suse.725.g1df2cbe1/modules.d/06rngd/module-setup.sh 
new/dracut-059+suse.732.g739e1c2f/modules.d/06rngd/module-setup.sh
--- old/dracut-059+suse.725.g1df2cbe1/modules.d/06rngd/module-setup.sh  
2025-04-17 07:39:18.000000000 +0200
+++ new/dracut-059+suse.732.g739e1c2f/modules.d/06rngd/module-setup.sh  
2025-05-21 14:45:43.000000000 +0200
@@ -6,7 +6,7 @@
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
 # (at your option) any later version.
 #
 # This program is distributed in the hope that it will be useful,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dracut-059+suse.725.g1df2cbe1/suse/README.susemaint 
new/dracut-059+suse.732.g739e1c2f/suse/README.susemaint
--- old/dracut-059+suse.725.g1df2cbe1/suse/README.susemaint     2025-04-17 
07:39:18.000000000 +0200
+++ new/dracut-059+suse.732.g739e1c2f/suse/README.susemaint     2025-05-21 
14:45:43.000000000 +0200
@@ -11,6 +11,7 @@
 - SUSE/055              -> SLE 15 SP4
 - SLE-15-SP5_Update     -> SLE 15 SP5 (based on SUSE/055 plus some specific 
patches)
 - SLE-15-SP6_Update     -> SLE 15 SP6
+- SLE-15-SP7_Update     -> SLE 15 SP7
 - SL-Micro-6.0_Update   -> SL Micro 6.0
 - SL-Micro-6.1_Update   -> SL Micro 6.1
 - SLFO_Main             -> SUSE Linux Framework One
@@ -418,3 +419,5 @@
 e8f72ed9 chore(multipath): remove `rd_NO_MULTIPATH` kernel command line option
 5e87b68c refactor(multipath): remove custom multipathd.service
 bb6d0c11 fix(dracut-init): assign real path to srcmods
+8674d84f fix(dracut): kernel module name normalization in drivers lists
+da099c30 fix(rngd): adjust license to match the license of the whole project

++++++ dracut.obsinfo ++++++
--- /var/tmp/diff_new_pack.HfWSBd/_old  2025-05-27 18:49:12.434275019 +0200
+++ /var/tmp/diff_new_pack.HfWSBd/_new  2025-05-27 18:49:12.438275188 +0200
@@ -1,5 +1,5 @@
 name: dracut
-version: 059+suse.725.g1df2cbe1
-mtime: 1744868358
-commit: 1df2cbe1b4d822be5294b894f0d1f032b9b6fe99
+version: 059+suse.732.g739e1c2f
+mtime: 1747831543
+commit: 739e1c2fc8f6daecb5995a0b6b9683becdd9e32a
 

Reply via email to