[kernel] Turn-off backports until TAINT_OOT_MODULE issue is resolved

John W. Linville linville at fedoraproject.org
Mon Dec 12 21:11:17 UTC 2011


commit 98db752ff892c37e5aa61f38b2984bb697d2c6eb
Author: John W. Linville <linville at tuxdriver.com>
Date:   Mon Dec 12 16:11:06 2011 -0500

    Turn-off backports until TAINT_OOT_MODULE issue is resolved

 kernel.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index fa352d2..ad3b5e9 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -147,7 +147,7 @@ Summary: The Linux kernel
 %define with_release   %{?_with_release:      1} %{?!_with_release:      0}
 
 # Include driver backports (e.g. compat-wireless) in the kernel build.
-%define with_backports %{?_without_backports: 0} %{?!_without_backports: 1}
+%define with_backports %{?_with_backports:    1} %{?!_with_backports:    0}
 
 # Set debugbuildsenabled to 1 for production (build separate debug kernels)
 #  and 0 for rawhide (all kernels are debug kernels).
@@ -2229,6 +2229,9 @@ fi
 #                 ||----w |
 #                 ||     ||
 %changelog
+* Mon Dec 12 2011 John W. Linville <linville at redhat.com>
+- Turn-off backports until TAINT_OOT_MODULE issue is resolved
+
 * Mon Dec 12 2011 Josh Boyer <jwboyer at redhat.com>
 - Disable backports on arches where we don't actually build a kernel (or config)
 


More information about the scm-commits mailing list