Hello community,

here is the log from the commit of package suse-module-tools for 
openSUSE:Factory checked in at 2020-04-22 20:42:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/suse-module-tools (Old)
 and      /work/SRC/openSUSE:Factory/.suse-module-tools.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "suse-module-tools"

Wed Apr 22 20:42:54 2020 rev:35 rq:794962 version:15.3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/suse-module-tools/suse-module-tools.changes      
2020-01-25 13:23:14.192012272 +0100
+++ 
/work/SRC/openSUSE:Factory/.suse-module-tools.new.2738/suse-module-tools.changes
    2020-04-22 20:42:57.462213519 +0200
@@ -1,0 +2,7 @@
+Fri Apr 17 15:32:54 UTC 2020 - [email protected]
+
+- Update to version 15.3.2:
+  * modprobe.conf.common: eliminate circular uas/usb-storage dependency
+  (bsc#1168661)
+
+-------------------------------------------------------------------

Old:
----
  suse-module-tools-15.2.10.tar.xz

New:
----
  suse-module-tools-15.3.2.tar.xz

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

Other differences:
------------------
++++++ suse-module-tools.spec ++++++
--- /var/tmp/diff_new_pack.jPl3Yg/_old  2020-04-22 20:42:58.482215516 +0200
+++ /var/tmp/diff_new_pack.jPl3Yg/_new  2020-04-22 20:42:58.486215523 +0200
@@ -33,7 +33,7 @@
 %endif
 
 Name:           suse-module-tools
-Version:        15.2.10
+Version:        15.3.2
 Release:        0
 Summary:        Configuration for module loading and SUSE-specific utilities 
for KMPs
 License:        GPL-2.0-or-later

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.jPl3Yg/_old  2020-04-22 20:42:58.526215601 +0200
+++ /var/tmp/diff_new_pack.jPl3Yg/_new  2020-04-22 20:42:58.526215601 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/openSUSE/suse-module-tools.git</param>
-              <param 
name="changesrevision">88e785968c55e64cbe12f029b047fc4757799a0f</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">ee68844d60e97a584f4f67fc0c274b5f83f38bb6</param></service></servicedata>
\ No newline at end of file

++++++ suse-module-tools-15.2.10.tar.xz -> suse-module-tools-15.3.2.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/suse-module-tools-15.2.10/modprobe.conf/modprobe.conf.common 
new/suse-module-tools-15.3.2/modprobe.conf/modprobe.conf.common
--- old/suse-module-tools-15.2.10/modprobe.conf/modprobe.conf.common    
2020-01-20 15:57:17.000000000 +0100
+++ new/suse-module-tools-15.3.2/modprobe.conf/modprobe.conf.common     
2020-04-17 17:48:13.000000000 +0200
@@ -88,8 +88,9 @@
 options ch init=0
 
 # uas devices can be unpredictably a fallback for both drivers must be present
-softdep usb_storage pre: uas
-softdep uas pre: usb_storage
+# (bnc#862397)
+# but avoid circular dependency (bsc#1168661)
+softdep usb_storage post: uas
 
 # bsc#1100989: cxgb4 needs to be loaded before csiostor (Chelsio request)
 # SUSE INITRD: csiostor REQUIRES cxgb4


Reply via email to