Make the tests and docs condition actually meaningful

We want to avoid them when bootstrapping even on non %rhel.
This commit is contained in:
Miro Hrončok 2023-06-14 17:42:36 +02:00
parent 77beb2190f
commit dac3001480
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
%if ! 0%{?bootstrap} || ! 0%{?rhel}
%if ! 0%{?bootstrap} && ! 0%{?rhel}
%global docs 1
%global tests 1
%endif