diff options
author | Laura Abbott <labbott@redhat.com> | 2019-10-24 10:06:22 -0400 |
---|---|---|
committer | Laura Abbott <labbott@redhat.com> | 2019-10-29 15:28:51 -0400 |
commit | 10b3a150cf0d4b06f5f9105e9f7c7e49951caf70 (patch) | |
tree | 0febcbb502d1c855e959e00b2e645517c2baa569 | |
parent | 1cf4120f6fc0cb76a666e9ad9539832403c75314 (diff) | |
download | kernel-10b3a150cf0d4b06f5f9105e9f7c7e49951caf70.tar.gz kernel-10b3a150cf0d4b06f5f9105e9f7c7e49951caf70.tar.xz kernel-10b3a150cf0d4b06f5f9105e9f7c7e49951caf70.zip |
Move the with_vanilla up with the rest of the macros
-rw-r--r-- | kernel.spec | 6 |
1 files 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} |