From 5e67d3548dd371136c727679b770ecaa3ac596ed Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Thu, 10 Nov 2022 13:46:04 +0100 Subject: [PATCH] Simplify build conditionals --- aqute-bnd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aqute-bnd.spec b/aqute-bnd.spec index 47515b4..f0a34ab 100644 --- a/aqute-bnd.spec +++ b/aqute-bnd.spec @@ -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