Turn off the building of debuginfo packages again

They take too much space, unfortunately. ~500 Mb per kernel flavour
amounts to 1 Gb of debuginfo packages per each kernel version we keep.

We could build the debuginfo packages on demand, I suppose, and turn
them off by default.
This commit is contained in:
Evgenii Shatokhin 2017-03-13 11:22:21 +03:00
parent 4239ea40d9
commit bbe03a9af3

View file

@ -55,7 +55,7 @@
%define build_doc 1
%define build_source 0
%define build_devel 1
%define build_debug 1
%define build_debug 0
# Build nrj desktop kernels
%define build_nrj_desktop 1