Simplify build conditionals

This commit is contained in:
Mikolaj Izdebski 2022-11-10 13:46:04 +01:00
parent d4f5c9dc5c
commit 5e67d3548d

View File

@ -1,6 +1,6 @@
%bcond_with bootstrap
%if %{without bootstrap} && (0%{?rhel} && 0%{?rhel} <= 9)
%if %{without bootstrap}
%bcond_without bnd_maven_plugin
%else
%bcond_with bnd_maven_plugin