update ARM configs to F-17 branch

This commit is contained in:
Peter Robinson 2012-02-21 23:05:36 +00:00
commit 201cb5c644
4 changed files with 14 additions and 10 deletions

View file

@ -269,9 +269,11 @@ Summary: The Linux kernel
%define with_tegra 0
%define with_omap 0
%define with_imx 0
%define with_highbank 0
%endif
# disable highbank ARM kernels for the time being
%define with_highbank 0
# kernel-kirkwood is only built for armv5
%ifnarch armv5tel
%define with_kirkwood 0
@ -2369,6 +2371,9 @@ fi
# ||----w |
# || ||
%changelog
* Tue Feb 21 2012 Peter Robinson <pbrobinson@fedoraproject.org>
- update ARM configs to F-17 branch
* Tue Feb 21 2012 Josh Boyer <jwboyer@redhat.com>
- ext4: fix resize when resizing within single group (rhbz 786454)
- imon: don't wedge hardware after early callbacks (rhbz 781832)