Hello community, here is the log from the commit of package suse-module-tools for openSUSE:Factory checked in at 2015-09-19 06:52:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-06-30 10:14:28.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.suse-module-tools.new/suse-module-tools.changes 2015-09-19 06:52:02.000000000 +0200 @@ -1,0 +2,6 @@ +Thu Aug 13 13:30:17 UTC 2015 - [email protected] + +- Only handle KMPs that are built using the %kernel_module_package + macro (preparatory work for fate#319339). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ weak-modules2 ++++++ --- /var/tmp/diff_new_pack.7xBJx9/_old 2015-09-19 06:52:03.000000000 +0200 +++ /var/tmp/diff_new_pack.7xBJx9/_new 2015-09-19 06:52:03.000000000 +0200 @@ -247,7 +247,9 @@ local basename=$1 flavor=$2 local kmp - for kmp in $(rpm -qa --qf '%{n}-%{v}-%{r}\n' --nodigest --nosignature "$basename-kmp-$flavor"); do + # 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 rpm -ql --nodigest --nosignature "$kmp" \ | grep -Ee '^/lib/modules/[^/]+/.+\.ko$' \ > $tmpdir/modules-$kmp
