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-30 18:00:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dracut (Old) and /work/SRC/openSUSE:Factory/.dracut.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dracut" Fri May 30 18:00:46 2025 rev:243 rq: version:059+suse.725.g1df2cbe1 Changes: -------- --- /work/SRC/openSUSE:Factory/dracut/dracut.changes 2025-05-27 18:49:10.634199197 +0200 +++ /work/SRC/openSUSE:Factory/.dracut.new.16005/dracut.changes 2025-05-30 18:00:51.884090984 +0200 @@ -2,8 +1,0 @@ -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.732.g739e1c2f.obscpio New: ---- dracut-059+suse.725.g1df2cbe1.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dracut.spec ++++++ --- /var/tmp/diff_new_pack.AilL1H/_old 2025-05-30 18:00:53.616162984 +0200 +++ /var/tmp/diff_new_pack.AilL1H/_new 2025-05-30 18:00:53.620163149 +0200 @@ -25,7 +25,7 @@ %endif Name: dracut -Version: 059+suse.732.g739e1c2f +Version: 059+suse.725.g1df2cbe1 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.AilL1H/_old 2025-05-30 18:00:53.656164646 +0200 +++ /var/tmp/diff_new_pack.AilL1H/_new 2025-05-30 18:00:53.660164813 +0200 @@ -11,7 +11,6 @@ - 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 @@ -419,6 +418,4 @@ 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.AilL1H/_old 2025-05-30 18:00:53.696166309 +0200 +++ /var/tmp/diff_new_pack.AilL1H/_new 2025-05-30 18:00:53.700166476 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/opensuse/dracut.git</param> - <param name="changesrevision">739e1c2fc8f6daecb5995a0b6b9683becdd9e32a</param></service></servicedata> + <param name="changesrevision">1df2cbe1b4d822be5294b894f0d1f032b9b6fe99</param></service></servicedata> (No newline at EOF) ++++++ dracut-059+suse.732.g739e1c2f.obscpio -> dracut-059+suse.725.g1df2cbe1.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dracut-059+suse.732.g739e1c2f/dracut.conf.d/suse.conf.example new/dracut-059+suse.725.g1df2cbe1/dracut.conf.d/suse.conf.example --- old/dracut-059+suse.732.g739e1c2f/dracut.conf.d/suse.conf.example 2025-05-21 14:45:43.000000000 +0200 +++ new/dracut-059+suse.725.g1df2cbe1/dracut.conf.d/suse.conf.example 2025-04-17 07:39:18.000000000 +0200 @@ -12,5 +12,3 @@ 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.732.g739e1c2f/dracut.sh new/dracut-059+suse.725.g1df2cbe1/dracut.sh --- old/dracut-059+suse.732.g739e1c2f/dracut.sh 2025-05-21 14:45:43.000000000 +0200 +++ new/dracut-059+suse.725.g1df2cbe1/dracut.sh 2025-04-17 07:39:18.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.732.g739e1c2f/modules.d/06rngd/module-setup.sh new/dracut-059+suse.725.g1df2cbe1/modules.d/06rngd/module-setup.sh --- old/dracut-059+suse.732.g739e1c2f/modules.d/06rngd/module-setup.sh 2025-05-21 14:45:43.000000000 +0200 +++ new/dracut-059+suse.725.g1df2cbe1/modules.d/06rngd/module-setup.sh 2025-04-17 07:39:18.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 2 of the License, or +# the Free Software Foundation, either version 3 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.732.g739e1c2f/suse/README.susemaint new/dracut-059+suse.725.g1df2cbe1/suse/README.susemaint --- old/dracut-059+suse.732.g739e1c2f/suse/README.susemaint 2025-05-21 14:45:43.000000000 +0200 +++ new/dracut-059+suse.725.g1df2cbe1/suse/README.susemaint 2025-04-17 07:39:18.000000000 +0200 @@ -11,7 +11,6 @@ - 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 @@ -419,5 +418,3 @@ 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.AilL1H/_old 2025-05-30 18:00:54.024179944 +0200 +++ /var/tmp/diff_new_pack.AilL1H/_new 2025-05-30 18:00:54.028180110 +0200 @@ -1,5 +1,5 @@ name: dracut -version: 059+suse.732.g739e1c2f -mtime: 1747831543 -commit: 739e1c2fc8f6daecb5995a0b6b9683becdd9e32a +version: 059+suse.725.g1df2cbe1 +mtime: 1744868358 +commit: 1df2cbe1b4d822be5294b894f0d1f032b9b6fe99