Disable with_backports to help things to stabilize

This commit is contained in:
John W. Linville 2012-02-15 14:15:31 -05:00
parent 08db8c5d12
commit f516fcd1f0
1 changed files with 4 additions and 1 deletions

View File

@ -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 <linville@redhat.com>
- Disable with_backports to help things to stabilize
* Tue Feb 14 2012 Josh Boyer <jwboyer@redhat.com>
- Add patch to fix RCU usage during cpu idle (rhbz 789641)
- Add patch to fix mce rcu splat (rhbz 789644)