From fd6460a8d81a3dc5242b43097a3c96db6737ff3b Mon Sep 17 00:00:00 2001 From: Laura Abbott Date: Sat, 28 Jan 2017 16:16:56 +0100 Subject: Temporary workaround for gcc7 and arm64 See http://lists.infradead.org/pipermail/linux-arm-kernel/2016-October/461597.html --- kernel.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index e31e39c18..3e212ce9a 100644 --- a/kernel.spec +++ b/kernel.spec @@ -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 1 +%global baserelease 2 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -593,6 +593,9 @@ Patch851: Armada-trace-build-fix.patch # selinux: allow context mounts on tmpfs, ramfs, devpts within user namespaces Patch852: selinux-allow-context-mounts-on-tmpfs-etc.patch +# See http://lists.infradead.org/pipermail/linux-arm-kernel/2016-October/461597.html +Patch853: 0001-Work-around-for-gcc7-and-arm64.patch + # END OF PATCH DEFINITIONS %endif @@ -2163,6 +2166,9 @@ fi # # %changelog +* Sat Jan 28 2017 Laura Abbott - 4.10.0-0.rc5.git4.2 +- Temporary workaround for gcc7 and arm64 + * Fri Jan 27 2017 Justin M. Forbes - 4.10.0-0.rc5.git4.1 - Linux v4.10-rc5-367-g1b1bc42 -- cgit