summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config-armv7-lpae2
-rw-r--r--kernel.spec9
-rw-r--r--sources2
3 files changed, 10 insertions, 3 deletions
diff --git a/config-armv7-lpae b/config-armv7-lpae
index ce2f3f78a..714e778d7 100644
--- a/config-armv7-lpae
+++ b/config-armv7-lpae
@@ -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
diff --git a/kernel.spec b/kernel.spec
index a6cc7fc58..134bd0f01 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -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
diff --git a/sources b/sources
index 1d915f779..5d7670f0f 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
4348c9b6b2eb3144d601e87c19d5d909 linux-3.9.tar.xz
-a79517eb8c6db4d0080bff9f4140ba8d patch-3.9-git11.xz
+3aab7d769a8df9f94999c42896e13b58 patch-3.9-git12.xz