summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2019-07-12 14:43:02 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2019-07-12 14:43:02 -0500
commit92f058c860054a1950c399be6fbf5532dce2db03 (patch)
tree7ab65da3433ed82754d6504cb520f0ffb5271484
parent14105ee3676ec729dee9d5f7605efd94dba4847b (diff)
downloadkernel-92f058c860054a1950c399be6fbf5532dce2db03.tar.gz
kernel-92f058c860054a1950c399be6fbf5532dce2db03.tar.xz
kernel-92f058c860054a1950c399be6fbf5532dce2db03.zip
Turn off i686 builds for Rawhide
-rw-r--r--kernel.spec5
-rw-r--r--rebase-notes.txt3
2 files changed, 7 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec
index ea4d33b44..00d55c5f0 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -365,7 +365,7 @@ Version: %{rpmversion}
Release: %{pkg_release}
# DO NOT CHANGE THE 'ExclusiveArch' LINE TO TEMPORARILY EXCLUDE AN ARCHITECTURE BUILD.
# SET %%nobuildarches (ABOVE) INSTEAD
-ExclusiveArch: %{all_x86} x86_64 s390x %{arm} aarch64 ppc64le
+ExclusiveArch: x86_64 s390x %{arm} aarch64 ppc64le
ExclusiveOS: Linux
%ifnarch %{nobuildarches}
Requires: kernel-core-uname-r = %{KVERREL}%{?variant}
@@ -1820,6 +1820,9 @@ fi
#
#
%changelog
+* Fri Jul 12 2019 Justin M. Forbes <jforbes@fedoraproject.org>
+- Turn off i686 builds
+
* Fri Jul 12 2019 Laura Abbott <labbott@redhat.com> - 5.3.0-0.rc0.git4.1
- Linux v5.2-7109-gd7d170a8e357
diff --git a/rebase-notes.txt b/rebase-notes.txt
index 111ff7732..7232e6996 100644
--- a/rebase-notes.txt
+++ b/rebase-notes.txt
@@ -1,3 +1,6 @@
+For all F29 and F30 builds:
+- Re-enable i686
+
Linux 5.1 rebase notes:
- CONFIG_CONFIG_SUNRPC_DISABLE_INSECURE_ENCTYPES should probably be turned off as
it removes support for deprecated encryption types.