Linux v3.9-7992-g99c6bcf
- Temporarily removed the ARM configs until they get fixed up
This commit is contained in:
parent
0e5e26e82a
commit
646b52f3a2
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user