Hello community,

here is the log from the commit of package suse-module-tools for 
openSUSE:Factory checked in at 2016-04-28 16:49:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/suse-module-tools (Old)
 and      /work/SRC/openSUSE:Factory/.suse-module-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "suse-module-tools"

Changes:
--------
--- /work/SRC/openSUSE:Factory/suse-module-tools/suse-module-tools.changes      
2016-03-01 11:57:13.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.suse-module-tools.new/suse-module-tools.changes 
2016-04-28 16:49:11.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Apr  1 11:43:32 UTC 2016 - [email protected]
+
+- Skip KMPs built from the kernel spec file directly (fate#319339)
+- Bump version number to 12.4
+
+-------------------------------------------------------------------
@@ -7,0 +14,5 @@
+Fri Jan 15 23:04:41 UTC 2016 - [email protected]
+
+- Add module option ib_mthca.catas_reset_disable=1 on ppc64le (bsc#456389).
+
+-------------------------------------------------------------------
@@ -14 +25 @@
-Tue Sep  8 12:44:33 UTC 2015 - [email protected]
+Tue Sep  8 12:52:15 UTC 2015 - [email protected]

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

Other differences:
------------------
++++++ suse-module-tools.spec ++++++
--- /var/tmp/diff_new_pack.vRI6Fi/_old  2016-04-28 16:49:12.000000000 +0200
+++ /var/tmp/diff_new_pack.vRI6Fi/_new  2016-04-28 16:49:12.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           suse-module-tools
-Version:        12.3
+Version:        12.4
 Release:        0
 Requires:       /sbin/depmod
 Requires:       /sbin/mkinitrd

++++++ modprobe.conf.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modprobe.conf/modprobe.conf.ppc64le 
new/modprobe.conf/modprobe.conf.ppc64le
--- old/modprobe.conf/modprobe.conf.ppc64le     1970-01-01 01:00:00.000000000 
+0100
+++ new/modprobe.conf/modprobe.conf.ppc64le     2016-01-16 00:12:26.000000000 
+0100
@@ -0,0 +1,7 @@
+# begin of ppc64le part for modprobe.conf
+
+# catas recovery conflicts with eeh (bsc#456389)
+options ib_mthca catas_reset_disable=1
+
+# end of ppc64le part for modprobe.conf
+

++++++ weak-modules2 ++++++
--- /var/tmp/diff_new_pack.vRI6Fi/_old  2016-04-28 16:49:12.000000000 +0200
+++ /var/tmp/diff_new_pack.vRI6Fi/_new  2016-04-28 16:49:12.000000000 +0200
@@ -248,6 +248,11 @@
     local kmp
 
     for kmp in $(rpm -qa --qf '%{n}-%{v}-%{r}\n' --nodigest --nosignature 
"$basename-kmp-$flavor"); do
+       if rpm -q --qf '[%{providename}\n]' --nodigest --nosignature "$kmp" | \
+           grep -q '^kmp_in_kernel$'; then
+           # KMP built directly from the kernel spec file (fate#319339)
+           continue
+       fi
        rpm -ql --nodigest --nosignature "$kmp" \
            | grep -Ee '^/lib/modules/[^/]+/.+\.ko$' \
            > $tmpdir/modules-$kmp


Reply via email to