Disable bnd-maven-plugin in RHEL builds

Neither the plugin nor (some of) its build dependencies are wanted in
RHEL.
This commit is contained in:
Yaakov Selkowitz 2023-06-04 21:57:28 -04:00
parent 0c6f2d2512
commit e1b7da190a

View File

@ -1,6 +1,6 @@
%bcond_with bootstrap
%if %{without bootstrap}
%if %{without bootstrap} && %{undefined rhel}
%bcond_without bnd_maven_plugin
%else
%bcond_with bnd_maven_plugin