Avoid updating cpupower and perf from this not QA'd kernel after I publish it to rosa2016.1/contrib

This commit is contained in:
Mikhail Novosyolov 2020-12-27 23:55:17 +03:00
parent 9c1919cb5b
commit 905b60d3c2

View file

@ -161,8 +161,15 @@
%define build_headers 0
# build perf and cpupower tools
%if %{mdvver} > 201610
%define build_perf 1
%define build_cpupower 1
%else
# This is not the main kernel in rosa2016.1
# This one will be in contrib, not main, in rosa2016.1
%define build_perf 0
%define build_cpupower 0
%endif
# compress modules with xz