Hello community,

here is the log from the commit of package dracut for openSUSE:Factory checked 
in at 2020-03-06 21:24:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dracut (Old)
 and      /work/SRC/openSUSE:Factory/.dracut.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dracut"

Fri Mar  6 21:24:00 2020 rev:152 rq:781231 version:049.1+git125.e2b2c9ef

Changes:
--------
--- /work/SRC/openSUSE:Factory/dracut/dracut.changes    2020-02-27 
16:29:38.999628294 +0100
+++ /work/SRC/openSUSE:Factory/.dracut.new.26092/dracut.changes 2020-03-06 
21:24:06.737443287 +0100
@@ -1,0 +2,7 @@
+Tue Mar 03 14:19:26 UTC 2020 - [email protected]
+
+- Update to version 049.1+git125.e2b2c9ef:
+  * 01fips: handle SHA1 on machines without AVX (bsc#1160318)
+  * Update: 90kernel-modules: Add PCI host controller modules (boo#1162669)
+
+-------------------------------------------------------------------

Old:
----
  dracut-049.1+git124.70941b30.obscpio
  dracut-049.1+git124.70941b30.tar.xz

New:
----
  dracut-049.1+git125.e2b2c9ef.obscpio
  dracut-049.1+git125.e2b2c9ef.tar.xz

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

Other differences:
------------------
++++++ dracut.spec ++++++
--- /var/tmp/diff_new_pack.t7k7Sp/_old  2020-03-06 21:24:08.381444195 +0100
+++ /var/tmp/diff_new_pack.t7k7Sp/_new  2020-03-06 21:24:08.397444204 +0100
@@ -19,7 +19,7 @@
 %define dracutlibdir %{_prefix}/lib/dracut
 
 Name:           dracut
-Version:        049.1+git124.70941b30
+Version:        049.1+git125.e2b2c9ef
 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.t7k7Sp/_old  2020-03-06 21:24:08.513444268 +0100
+++ /var/tmp/diff_new_pack.t7k7Sp/_new  2020-03-06 21:24:08.513444268 +0100
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/opensuse/dracut.git</param>
-              <param 
name="changesrevision">70941b302bb05a22c508c74aa2568f51a472a558</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">e2b2c9ef43e696e6d3ea4fc88754247531f33b89</param></service></servicedata>
\ No newline at end of file

++++++ dracut-049.1+git124.70941b30.obscpio -> 
dracut-049.1+git125.e2b2c9ef.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/dracut-049.1+git124.70941b30/modules.d/01fips/fips.sh 
new/dracut-049.1+git125.e2b2c9ef/modules.d/01fips/fips.sh
--- old/dracut-049.1+git124.70941b30/modules.d/01fips/fips.sh   2020-02-21 
17:07:19.000000000 +0100
+++ new/dracut-049.1+git125.e2b2c9ef/modules.d/01fips/fips.sh   2020-03-02 
18:04:52.000000000 +0100
@@ -137,6 +137,9 @@
                         -o  "$_module" == "twofish_x86_64_3way" \
                         -o  "$_module" == "ablk_helper"         \
                         -o  "$_module" == "glue_helper"         \
+                        -o  "$_module" == "sha1-mb"             \
+                        -o  "$_module" == "sha256-mb"           \
+                        -o  "$_module" == "sha512-mb"           \
                     ]; then
                         _found=1
                     fi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/dracut-049.1+git124.70941b30/modules.d/90kernel-modules/module-setup.sh 
new/dracut-049.1+git125.e2b2c9ef/modules.d/90kernel-modules/module-setup.sh
--- old/dracut-049.1+git124.70941b30/modules.d/90kernel-modules/module-setup.sh 
2020-02-21 17:07:19.000000000 +0100
+++ new/dracut-049.1+git125.e2b2c9ef/modules.d/90kernel-modules/module-setup.sh 
2020-03-02 18:04:52.000000000 +0100
@@ -33,9 +33,9 @@
             "=drivers/tty/serial" \
             "=drivers/input/serio" \
             "=drivers/input/keyboard" \
-            "=drivers/usb/controller" \
             "=drivers/usb/storage" \
             "=drivers/pci/host" \
+            "=drivers/pci/controller" \
             ${NULL}
 
         instmods \

++++++ dracut-049.1+git124.70941b30.tar.xz -> 
dracut-049.1+git125.e2b2c9ef.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/dracut-049.1+git124.70941b30/modules.d/01fips/fips.sh 
new/dracut-049.1+git125.e2b2c9ef/modules.d/01fips/fips.sh
--- old/dracut-049.1+git124.70941b30/modules.d/01fips/fips.sh   2020-02-21 
17:07:19.000000000 +0100
+++ new/dracut-049.1+git125.e2b2c9ef/modules.d/01fips/fips.sh   2020-03-02 
18:04:52.000000000 +0100
@@ -137,6 +137,9 @@
                         -o  "$_module" == "twofish_x86_64_3way" \
                         -o  "$_module" == "ablk_helper"         \
                         -o  "$_module" == "glue_helper"         \
+                        -o  "$_module" == "sha1-mb"             \
+                        -o  "$_module" == "sha256-mb"           \
+                        -o  "$_module" == "sha512-mb"           \
                     ]; then
                         _found=1
                     fi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/dracut-049.1+git124.70941b30/modules.d/90kernel-modules/module-setup.sh 
new/dracut-049.1+git125.e2b2c9ef/modules.d/90kernel-modules/module-setup.sh
--- old/dracut-049.1+git124.70941b30/modules.d/90kernel-modules/module-setup.sh 
2020-02-21 17:07:19.000000000 +0100
+++ new/dracut-049.1+git125.e2b2c9ef/modules.d/90kernel-modules/module-setup.sh 
2020-03-02 18:04:52.000000000 +0100
@@ -33,9 +33,9 @@
             "=drivers/tty/serial" \
             "=drivers/input/serio" \
             "=drivers/input/keyboard" \
-            "=drivers/usb/controller" \
             "=drivers/usb/storage" \
             "=drivers/pci/host" \
+            "=drivers/pci/controller" \
             ${NULL}
 
         instmods \

++++++ dracut.obsinfo ++++++
--- /var/tmp/diff_new_pack.t7k7Sp/_old  2020-03-06 21:24:09.153444622 +0100
+++ /var/tmp/diff_new_pack.t7k7Sp/_new  2020-03-06 21:24:09.165444629 +0100
@@ -1,5 +1,5 @@
 name: dracut
-version: 049.1+git124.70941b30
-mtime: 1582301239
-commit: 70941b302bb05a22c508c74aa2568f51a472a558
+version: 049.1+git125.e2b2c9ef
+mtime: 1583168692
+commit: e2b2c9ef43e696e6d3ea4fc88754247531f33b89
 


Reply via email to