summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJohn W. Linville <linville@tuxdriver.com>2011-12-12 16:11:06 -0500
committerJohn W. Linville <linville@tuxdriver.com>2011-12-12 16:11:06 -0500
commit98db752ff892c37e5aa61f38b2984bb697d2c6eb (patch)
tree93c7e9cbf7ff11a325c56b45d05b21b25a7e7fbe /kernel.spec
parent23654a1026ee61f976d37278a6a14c94c0be9d4a (diff)
downloadkernel-98db752ff892c37e5aa61f38b2984bb697d2c6eb.tar.gz
kernel-98db752ff892c37e5aa61f38b2984bb697d2c6eb.tar.xz
kernel-98db752ff892c37e5aa61f38b2984bb697d2c6eb.zip
Turn-off backports until TAINT_OOT_MODULE issue is resolved
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec
index fa352d280..ad3b5e9a2 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@redhat.com>
+- Turn-off backports until TAINT_OOT_MODULE issue is resolved
+
* Mon Dec 12 2011 Josh Boyer <jwboyer@redhat.com>
- Disable backports on arches where we don't actually build a kernel (or config)