summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@fedoraproject.org>2014-05-13 11:29:55 -0400
committerJosh Boyer <jwboyer@fedoraproject.org>2014-05-13 11:29:55 -0400
commit54a9e1a9cf194f561a52ba2c7284d1a13b487e18 (patch)
treedcc4f0fc14ab72e2f0f8a87e6103761e29739f6f /kernel.spec
parent8ac1d4cad8199fb1a14e0471b608ae92d3aa2358 (diff)
downloadkernel-54a9e1a9cf194f561a52ba2c7284d1a13b487e18.tar.gz
kernel-54a9e1a9cf194f561a52ba2c7284d1a13b487e18.tar.xz
kernel-54a9e1a9cf194f561a52ba2c7284d1a13b487e18.zip
Don't try and merge local config changes on arches we aren't building
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec
index 6c880369..ec8ee4f4 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -34,7 +34,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
@@ -1194,12 +1194,14 @@ make -f %{SOURCE19} config-release
make -f %{SOURCE20} VERSION=%{version} configs
# Merge in any user-provided local config option changes
+%ifnarch %nobuildarches
for i in %{all_arch_configs}
do
mv $i $i.tmp
./merge.pl %{SOURCE1000} $i.tmp > $i
rm $i.tmp
done
+%endif
ApplyPatch makefile-after_link.patch
@@ -2217,6 +2219,9 @@ fi
# ||----w |
# || ||
%changelog
+* Tue May 13 2014 Josh Boyer <jwboyer@fedoraproject.org>
+- Don't try and merge local config changes on arches we aren't building
+
* Tue May 13 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.15.0-0.rc5.git2.1
- Linux v3.15-rc5-77-g14186fea0cb0