Apply options to different OS versions, oops
[skip changelog] Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
parent
9b1359cb07
commit
fd822b6bef
@ -1,8 +1,13 @@
|
|||||||
|
%if
|
||||||
%if ! 0%{?rhel} || 0%{?rhel} >= 10
|
%if ! 0%{?rhel} || 0%{?rhel} >= 10
|
||||||
%bcond_without testcoverage
|
%bcond_without testcoverage
|
||||||
%bcond_with compatbuild
|
|
||||||
%else
|
%else
|
||||||
%bcond_with testcoverage
|
%bcond_with testcoverage
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if ! 0%{?rhel} || 0%{?rhel} >= 9
|
||||||
|
%bcond_with compatbuild
|
||||||
|
%else
|
||||||
%bcond_without compatbuild
|
%bcond_without compatbuild
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user