Do not build the RPM with the sources by default

If anyone needs the sources of our kernel, they can easily get an SRPM,
unpack it and run "rpmbuild -bp" to get the properly patched source
tree.

The configuration files for the different kernel flavours will also be
available in that source tree, in arch/x86/configs/.

Let us save a bit of a build time then and not build the RPM with the
sources by default.
This commit is contained in:
Evgenii Shatokhin 2016-07-26 11:45:23 +03:00
parent 32b2537bcc
commit 7b27d594bb

View file

@ -43,7 +43,7 @@
# Build defines # Build defines
%define build_doc 1 %define build_doc 1
%define build_source 1 %define build_source 0
%define build_devel 1 %define build_devel 1
%define build_debug 0 %define build_debug 0