From 98db752ff892c37e5aa61f38b2984bb697d2c6eb Mon Sep 17 00:00:00 2001 From: "John W. Linville" Date: Mon, 12 Dec 2011 16:11:06 -0500 Subject: [PATCH] Turn-off backports until TAINT_OOT_MODULE issue is resolved --- kernel.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 +- Turn-off backports until TAINT_OOT_MODULE issue is resolved + * Mon Dec 12 2011 Josh Boyer - Disable backports on arches where we don't actually build a kernel (or config)