Apply options to different OS versions, oops

[skip changelog]

Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
Nils Philippsen 2023-11-17 17:19:51 +01:00
parent 9b1359cb07
commit fd822b6bef

View File

@ -1,8 +1,13 @@
%if
%if ! 0%{?rhel} || 0%{?rhel} >= 10
%bcond_without testcoverage
%bcond_with compatbuild
%else
%bcond_with testcoverage
%endif
%if ! 0%{?rhel} || 0%{?rhel} >= 9
%bcond_with compatbuild
%else
%bcond_without compatbuild
%endif