From 10b3a150cf0d4b06f5f9105e9f7c7e49951caf70 Mon Sep 17 00:00:00 2001 From: Laura Abbott Date: Thu, 24 Oct 2019 10:06:22 -0400 Subject: [PATCH] Move the with_vanilla up with the rest of the macros --- kernel.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel.spec b/kernel.spec index 6d2090fff..ee802544f 100644 --- a/kernel.spec +++ b/kernel.spec @@ -161,6 +161,9 @@ Summary: The Linux kernel # ipa_clone support %define with_ipaclones %{?_without_ipaclones: 0} %{?!_without_ipaclones: 1} +# Want to build a vanilla kernel build without any non-upstream patches? +%define with_vanilla %{?_with_vanilla: 1} %{?!_with_vanilla: 0} + # Set debugbuildsenabled to 1 for production (build separate debug kernels) # and 0 for rawhide (all kernels are debug kernels). @@ -189,9 +192,6 @@ Summary: The Linux kernel %define make_opts -s %endif -# Want to build a vanilla kernel build without any non-upstream patches? -%define with_vanilla %{?_with_vanilla: 1} %{?!_with_vanilla: 0} - # pkg_release is what we'll fill in for the rpm Release: field %if 0%{?released_kernel}