Hello community,

here is the log from the commit of package suse-module-tools for 
openSUSE:Factory checked in at 2015-10-19 22:13:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      
2015-10-01 12:20:35.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.suse-module-tools.new/suse-module-tools.changes 
2015-10-19 22:13:53.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Oct 13 08:35:32 UTC 2015 - [email protected]
+
+- Revert change for fate#319339, as some 3rd party KMPs are built
+  with a modified template (bsc#949862).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ suse-module-tools.spec ++++++
--- /var/tmp/diff_new_pack.4roH4f/_old  2015-10-19 22:13:54.000000000 +0200
+++ /var/tmp/diff_new_pack.4roH4f/_new  2015-10-19 22:13:54.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package suse-module-tools
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++++++ weak-modules2 ++++++
--- /var/tmp/diff_new_pack.4roH4f/_old  2015-10-19 22:13:54.000000000 +0200
+++ /var/tmp/diff_new_pack.4roH4f/_new  2015-10-19 22:13:54.000000000 +0200
@@ -247,9 +247,7 @@
     local basename=$1 flavor=$2
     local kmp
 
-    # Only consider KMPs that are built using the %kernel_module_package macro
-    # and have the _k<kver> string in their version
-    for kmp in $(rpm -qa --qf '%{n}-%{v}-%{r}\n' --nodigest --nosignature 
"$basename-kmp-$flavor" | grep '_k[1-9][^-]*-[^-]*$'); do
+    for kmp in $(rpm -qa --qf '%{n}-%{v}-%{r}\n' --nodigest --nosignature 
"$basename-kmp-$flavor"); do
        rpm -ql --nodigest --nosignature "$kmp" \
            | grep -Ee '^/lib/modules/[^/]+/.+\.ko$' \
            > $tmpdir/modules-$kmp


Reply via email to