diff options
-rw-r--r-- | kernel.spec | 10 | ||||
-rw-r--r-- | sources | 2 |
2 files changed, 8 insertions, 4 deletions
diff --git a/kernel.spec b/kernel.spec index 51a594e26..eb86d6b13 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 10 +%global baserelease 1 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -61,7 +61,7 @@ Summary: The Linux kernel # The rc snapshot level %define rcrev 3 # The git snapshot level -%define gitrev 1 +%define gitrev 2 # Set rpm version accordingly %define rpmversion 3.%{upstream_sublevel}.0 %endif @@ -394,7 +394,7 @@ Version: %{rpmversion} Release: %{pkg_release} # DO NOT CHANGE THE 'ExclusiveArch' LINE TO TEMPORARILY EXCLUDE AN ARCHITECTURE BUILD. # SET %%nobuildarches (ABOVE) INSTEAD -ExclusiveArch: noarch %{all_x86} x86_64 ppc ppc64 ppc64p7 s390 s390x %{arm} aarch64 ppc64le +ExclusiveArch: %{all_x86} x86_64 ppc ppc64 ppc64p7 s390 s390x %{arm} aarch64 ppc64le ExclusiveOS: Linux Requires: kernel-%{?variant:%{variant}-}core-uname-r = %{KVERREL}%{?variant} Requires: kernel-%{?variant:%{variant}-}drivers-uname-r = %{KVERREL}%{?variant} @@ -2187,6 +2187,10 @@ fi # ||----w | # || || %changelog +* Wed Apr 30 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.15.0-0.rc3.git2.1 +- Linux v3.15-rc3-62-ged8c37e158cb +- Drop noarch from ExclusiveArch. Nothing is built as noarch + * Tue Apr 29 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.15.0-0.rc3.git1.10 - Make depmod call fatal if it errors or warns @@ -1,4 +1,4 @@ b621207b3f6ecbb67db18b13258f8ea8 linux-3.14.tar.xz d36baf2d62de5aa61f10a976d00d2d2a perf-man-3.14.tar.gz f5b96a3e396c4aa9f1b25bb8e1ad6d87 patch-3.15-rc3.xz -43c17f8d858e65d7c414bd4a922213cd patch-3.15-rc3-git1.xz +cb0164aa9ed248693f6b43ec917a6cb7 patch-3.15-rc3-git2.xz |