Move the with_vanilla up with the rest of the macros

This commit is contained in:
Laura Abbott 2019-10-24 10:06:22 -04:00
parent 1cf4120f6f
commit 10b3a150cf
1 changed files with 3 additions and 3 deletions

View File

@ -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}