diff options
author | Josh Boyer <jwboyer@redhat.com> | 2011-12-12 14:36:14 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@redhat.com> | 2011-12-12 14:36:14 -0500 |
commit | 23654a1026ee61f976d37278a6a14c94c0be9d4a (patch) | |
tree | bf1c339d2071bfac2cb93bfae5472e6f5e12160e /kernel.spec | |
parent | 09b002e2d5d5c37b93116676fcbc162c72eedbc0 (diff) | |
download | kernel-23654a1026ee61f976d37278a6a14c94c0be9d4a.tar.gz kernel-23654a1026ee61f976d37278a6a14c94c0be9d4a.tar.xz kernel-23654a1026ee61f976d37278a6a14c94c0be9d4a.zip |
Disable backports on arches where we don't actually build a kernel (or config)
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec index 00fbc4f0d..fa352d280 100644 --- a/kernel.spec +++ b/kernel.spec @@ -54,7 +54,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 @@ -443,6 +443,7 @@ Summary: The Linux kernel %define with_debuginfo 0 %define with_perf 0 %define with_tools 0 +%define with_backports 0 %define _enable_debug_packages 0 %endif @@ -2228,6 +2229,9 @@ fi # ||----w | # || || %changelog +* Mon Dec 12 2011 Josh Boyer <jwboyer@redhat.com> +- Disable backports on arches where we don't actually build a kernel (or config) + * Sun Dec 11 2011 Kyle McMartin <kyle@redhat.com> - 3.0.0-0.rc5.git0.1 - Linux 3.2-rc5 |