From d4f5c9dc5c8149d193b5ab8d205e684c05361cb7 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 8 Nov 2022 10:24:11 -0500 Subject: [PATCH] Re-enable maven plugin for RHEL 10+ Signed-off-by: Stephen Gallagher --- aqute-bnd.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/aqute-bnd.spec b/aqute-bnd.spec index 19599e9..47515b4 100644 --- a/aqute-bnd.spec +++ b/aqute-bnd.spec @@ -1,6 +1,6 @@ %bcond_with bootstrap -%if %{without bootstrap} && !0%{?rhel} +%if %{without bootstrap} && (0%{?rhel} && 0%{?rhel} <= 9) %bcond_without bnd_maven_plugin %else %bcond_with bnd_maven_plugin @@ -8,7 +8,7 @@ Name: aqute-bnd Version: 6.3.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: BND Tool # Part of jpm is under BSD, but jpm is not included in binary RPM License: ASL 2.0 or EPL-2.0 @@ -244,6 +244,9 @@ echo "aqute-bnd slf4j/api slf4j/simple osgi-annotation osgi-core osgi-compendium %license LICENSE %changelog +* Tue Nov 08 2022 Stephen Gallagher - 6.3.1-2 +- Re-enable maven plugin for RHEL 10+ + * Wed Sep 07 2022 Marian Koncek - 6.3.1-1 - Update to upstream version 6.3.1