Linux v3.9-7992-g99c6bcf

- Temporarily removed the ARM configs until they get fixed up
This commit is contained in:
Josh Boyer 2013-05-02 14:01:40 -04:00
parent 0e5e26e82a
commit 646b52f3a2
3 changed files with 10 additions and 3 deletions

View File

@ -6,6 +6,8 @@ CONFIG_ARCH_VIRT=y
# CONFIG_ARCH_EXYNOS4 is not set
CONFIG_ARCH_EXYNOS5=y
# CONFIG_EXYNOS_ATAGS is not set
CONFIG_ARM_LPAE=y
CONFIG_VIRTIO_CONSOLE=m
CONFIG_ARM_VIRT_EXT=y

View File

@ -62,7 +62,7 @@ Summary: The Linux kernel
# For non-released -rc kernels, this will be appended after the rcX and
# gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
#
%global baserelease 2
%global baserelease 1
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@ -95,7 +95,7 @@ Summary: The Linux kernel
# The rc snapshot level
%define rcrev 0
# The git snapshot level
%define gitrev 11
%define gitrev 12
# Set rpm version accordingly
%define rpmversion 3.%{upstream_sublevel}.0
%endif
@ -1451,6 +1451,8 @@ mkdir configs
rm -f kernel-%{version}-*debug.config
%endif
rm -f kernel-%{version}-arm*.config
# now run oldconfig over all the config files
for i in *.config
do
@ -2264,6 +2266,9 @@ fi
# ||----w |
# || ||
%changelog
* Thu May 02 2013 Josh Boyer <jwboyer@redhat.com> - 3.10.0-0.rc0.git12.1
- Linux v3.9-7992-g99c6bcf
* Thu May 02 2013 Josh Boyer <jwboyer@redhat.com> - 3.10.0-0.rc0.git11.1
- Linux v3.9-7391-g20b4fb4

View File

@ -1,2 +1,2 @@
4348c9b6b2eb3144d601e87c19d5d909 linux-3.9.tar.xz
a79517eb8c6db4d0080bff9f4140ba8d patch-3.9-git11.xz
3aab7d769a8df9f94999c42896e13b58 patch-3.9-git12.xz