From f516fcd1f04a4e38d82bf27bafa71b1eca2ca992 Mon Sep 17 00:00:00 2001 From: John W. Linville Date: Feb 15 2012 19:15:31 +0000 Subject: Disable with_backports to help things to stabilize --- diff --git a/kernel.spec b/kernel.spec index 584250a..f3df5a7 100644 --- a/kernel.spec +++ b/kernel.spec @@ -218,7 +218,7 @@ Summary: The Linux kernel # # (Uncomment the '#' and both spaces below to disable with_backports.) # -# % define with_backports 0 +%define with_backports 0 ####################################################################### %define make_target bzImage @@ -2357,6 +2357,9 @@ fi # '-' | | # '-' %changelog +* Wed Feb 15 2012 John W. Linville +- Disable with_backports to help things to stabilize + * Tue Feb 14 2012 Josh Boyer - Add patch to fix RCU usage during cpu idle (rhbz 789641) - Add patch to fix mce rcu splat (rhbz 789644)