Hello community,

here is the log from the commit of package suse-module-tools for 
openSUSE:Factory checked in at 2019-03-24 14:54:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/suse-module-tools (Old)
 and      /work/SRC/openSUSE:Factory/.suse-module-tools.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "suse-module-tools"

Sun Mar 24 14:54:52 2019 rev:27 rq:685081 version:15.1.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/suse-module-tools/suse-module-tools.changes      
2019-02-24 16:53:30.340962554 +0100
+++ 
/work/SRC/openSUSE:Factory/.suse-module-tools.new.25356/suse-module-tools.changes
   2019-03-24 14:54:56.375215130 +0100
@@ -1,0 +2,15 @@
+Thu Mar 14 16:02:23 UTC 2019 - [email protected]
+
+- Update to version 15.1.13:
+  * spec file: add conflicts for dracut < 44.2 (bsc#1127891)
+
+-------------------------------------------------------------------
+Thu Mar 14 14:53:24 UTC 2019 - [email protected]
+
+- Update to version 15.1.12 (git 1ab0b84):
+  * modprobe.conf.common: add csiostor->cxgb4 dependency
+    (bsc#1100989)
+  * Load fbcon together with virtio_gpu on s390 (bsc#1121996,
+    fate#327159)
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ suse-module-tools.spec ++++++
--- /var/tmp/diff_new_pack.pGjjU2/_old  2019-03-24 14:54:56.931215072 +0100
+++ /var/tmp/diff_new_pack.pGjjU2/_new  2019-03-24 14:54:56.935215071 +0100
@@ -25,7 +25,7 @@
 %endif
 
 Name:           suse-module-tools
-Version:        15.1.11
+Version:        15.1.13
 Release:        0
 Summary:        Configuration for module loading and SUSE-specific utilities 
for KMPs
 License:        GPL-2.0-or-later
@@ -48,6 +48,8 @@
 %else
 Recommends:     modutils
 %endif
+# This release requires the dracut fix for bsc#1127891
+Conflicts:      dracut < 44.2
 
 %description
 This package contains helper scripts for KMP installation and

++++++ _service ++++++
--- /var/tmp/diff_new_pack.pGjjU2/_old  2019-03-24 14:54:56.979215066 +0100
+++ /var/tmp/diff_new_pack.pGjjU2/_new  2019-03-24 14:54:56.991215065 +0100
@@ -4,11 +4,16 @@
     <param name="scm">git</param>
     <param name="changesgenerate">enable</param>
     <param name="filename">suse-module-tools</param>
-    <param name="version">15.1.11</param>
+    <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
+    <param name="versionrewrite-pattern">\+0$</param>
+    <param name="versionrewrite-replacement"></param>
     <param name="revision">master</param>
     <param name="exclude">*.spec</param>
     <param name="exclude">*.rpmlintrc</param>
   </service>
+  <service mode="disabled" name="set_version">
+    <param name="basename">suse-module-tools</param>
+  </service>
   <service mode="disabled" name="recompress">
     <param name="file">*.tar</param>
     <param name="compression">xz</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.pGjjU2/_old  2019-03-24 14:54:57.023215062 +0100
+++ /var/tmp/diff_new_pack.pGjjU2/_new  2019-03-24 14:54:57.023215062 +0100
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/openSUSE/suse-module-tools.git</param>
-              <param 
name="changesrevision">54df1924526f53b1860e15be9815277f2095c4a2</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">53810546ce76fb4a95fe2cb4ce6a08f41dafb797</param></service></servicedata>
\ No newline at end of file

++++++ suse-module-tools-15.1.11.tar.xz -> suse-module-tools-15.1.13.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/suse-module-tools-15.1.11/modprobe.conf/modprobe.conf.common 
new/suse-module-tools-15.1.13/modprobe.conf/modprobe.conf.common
--- old/suse-module-tools-15.1.11/modprobe.conf/modprobe.conf.common    
2019-02-18 12:58:43.000000000 +0100
+++ new/suse-module-tools-15.1.13/modprobe.conf/modprobe.conf.common    
2019-03-14 16:58:47.000000000 +0100
@@ -91,4 +91,8 @@
 softdep usb_storage pre: uas
 softdep uas pre: usb_storage
 
+# bsc#1100989: cxgb4 needs to be loaded before csiostor (Chelsio request)
+# SUSE INITRD: csiostor REQUIRES cxgb4
+softdep csiostor pre: cxgb4
+
 # end of common part for modprobe.conf
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/suse-module-tools-15.1.11/modprobe.conf/modprobe.conf.s390 
new/suse-module-tools-15.1.13/modprobe.conf/modprobe.conf.s390
--- old/suse-module-tools-15.1.11/modprobe.conf/modprobe.conf.s390      
2019-02-18 12:58:43.000000000 +0100
+++ new/suse-module-tools-15.1.13/modprobe.conf/modprobe.conf.s390      
2019-03-14 16:58:47.000000000 +0100
@@ -40,5 +40,11 @@
 
 alias block-major-35 xpram
 
+# The framebuffer console is built as a module on s390, because it is
+# useful only to a KVM guest. But then it should be loaded together
+# with the corresponding DRM driver.
+# SUSE INITRD: virtio_gpu REQUIRES fbcon
+softdep virtio_gpu post: fbcon
+
 # end of s390 part for modprobe.conf
 


Reply via email to