[kernel] turn on %aarch64patches

Kyle McMartin kyle at fedoraproject.org
Tue Feb 17 19:16:59 UTC 2015


commit de60a198485b88603eb3dc179b9e277ea76a6b4a
Author: Kyle McMartin <kmcmarti at redhat.com>
Date:   Tue Feb 17 14:16:28 2015 -0500

    turn on %aarch64patches

 kernel.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 95d662d..e4db687 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -8,7 +8,7 @@ Summary: The Linux kernel
 # be 0.
 %global released_kernel 0
 
-%global aarch64patches 0
+%global aarch64patches 1
 
 # Sign modules on x86.  Make sure the config files match this setting if more
 # architectures are added.
@@ -42,7 +42,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 3
 %global fedora_build %{baserelease}
 
 # base_sublevel is the kernel version we're starting with and patching
@@ -2221,6 +2221,9 @@ fi
 #                                    ||----w |
 #                                    ||     ||
 %changelog
+* Tue Feb 17 2015 Kyle McMartin <kyle at fedoraproject.org> - 3.20.0-0.rc0.git7.3
+- kernel-arm64.patch turned on.
+
 * Tue Feb 17 2015 Kyle McMartin <kyle at fedoraproject.org> - 3.20.0-0.rc0.git7.2
 - kernel-arm64.patch merge, but leave it off.
 - kernel-arm64-fix-psci-when-pg.patch: when -pg (because of ftrace) is enabled


More information about the scm-commits mailing list