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 +- Turn off i686 builds + * Fri Jul 12 2019 Laura Abbott - 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.