Hello community,

here is the log from the commit of package rpm for openSUSE:Factory checked in 
at 2014-11-24 11:08:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rpm (Old)
 and      /work/SRC/openSUSE:Factory/.rpm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rpm"

Changes:
--------
rpm-python.changes: same change
--- /work/SRC/openSUSE:Factory/rpm/rpm.changes  2014-10-06 22:05:10.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.rpm.new/rpm.changes     2014-11-24 
11:08:04.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Nov 11 10:51:37 UTC 2014 - [email protected]
+
+- Do not generate supplements for kgraft patches (bnc#904848)
+  new patch: modalias-no-kgraft.diff
+
+-------------------------------------------------------------------

New:
----
  modalias-no-kgraft.diff

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

Other differences:
------------------
rpm-python.spec: same change
++++++ rpm.spec ++++++
--- /var/tmp/diff_new_pack.MmcWJ4/_old  2014-11-24 11:08:06.000000000 +0100
+++ /var/tmp/diff_new_pack.MmcWJ4/_new  2014-11-24 11:08:06.000000000 +0100
@@ -129,6 +129,7 @@
 Patch93:        weakdepscompat.diff
 Patch94:        checksepwarn.diff
 Patch95:        fixsizeforbigendian.diff
+Patch96:        modalias-no-kgraft.diff
 Patch6464:      auto-config-update-aarch64-ppc64le.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 #
@@ -216,7 +217,7 @@
 %patch -P 60 -P 61                   -P 65 -P 66 -P 67 -P 68 -P 69
 %patch -P 70 -P 71       -P 73 -P 74 -P 75 -P 76 -P 77 -P 78 -P 79
 %patch                               -P 85                  
-%patch             -P 92 -P 93 -P 94 -P 95
+%patch             -P 92 -P 93 -P 94 -P 95 -P 96
 
 %ifarch aarch64 ppc64le
 %patch6464

++++++ modalias-no-kgraft.diff ++++++
From: Michal Marek <[email protected]>
Subject: Do not generate supplements for kgraft patches
References: bnc#904848

kgraft-patches are to be automatically installed if a matching kernel is
installed. Generating the KMP supplements thus makes no sense.

Signed-off-by: Michal Marek <[email protected]>

---
 scripts/find-supplements.ksyms |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- scripts/find-supplements.ksyms.orig
+++ scripts/find-supplements.ksyms
@@ -7,7 +7,7 @@ PACKAGE=$1
 case "$1" in
 kernel-module-*)    ;; # Fedora kernel module package names start with
                       # kernel-module.
-kernel*)          is_kernel_package=1 ;;
+kernel* | kgraft-patch*)   is_kernel_package=1 ;;
 esac
 
 if ! [ -z "$is_kernel_package" ]; then
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to