[kernel] Disable backports on arches where we don't actually build a kernel (or config)

Josh Boyer jwboyer at fedoraproject.org
Mon Dec 12 19:36:39 UTC 2011


commit 23654a1026ee61f976d37278a6a14c94c0be9d4a
Author: Josh Boyer <jwboyer at redhat.com>
Date:   Mon Dec 12 14:36:14 2011 -0500

    Disable backports on arches where we don't actually build a kernel (or config)

 kernel.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 00fbc4f..fa352d2 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 at redhat.com>
+- Disable backports on arches where we don't actually build a kernel (or config)
+
 * Sun Dec 11 2011 Kyle McMartin <kyle at redhat.com> - 3.0.0-0.rc5.git0.1
 - Linux 3.2-rc5
 


More information about the scm-commits mailing list