Re-enable maven plugin for RHEL 10+

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2022-11-08 10:24:11 -05:00
parent 05aa3e9fd9
commit d4f5c9dc5c
No known key found for this signature in database
GPG Key ID: 45DB85A568286D11

View File

@ -1,6 +1,6 @@
%bcond_with bootstrap %bcond_with bootstrap
%if %{without bootstrap} && !0%{?rhel} %if %{without bootstrap} && (0%{?rhel} && 0%{?rhel} <= 9)
%bcond_without bnd_maven_plugin %bcond_without bnd_maven_plugin
%else %else
%bcond_with bnd_maven_plugin %bcond_with bnd_maven_plugin
@ -8,7 +8,7 @@
Name: aqute-bnd Name: aqute-bnd
Version: 6.3.1 Version: 6.3.1
Release: 1%{?dist} Release: 2%{?dist}
Summary: BND Tool Summary: BND Tool
# Part of jpm is under BSD, but jpm is not included in binary RPM # Part of jpm is under BSD, but jpm is not included in binary RPM
License: ASL 2.0 or EPL-2.0 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 %license LICENSE
%changelog %changelog
* Tue Nov 08 2022 Stephen Gallagher <sgallagh@redhat.com> - 6.3.1-2
- Re-enable maven plugin for RHEL 10+
* Wed Sep 07 2022 Marian Koncek <mkoncek@redhat.com> - 6.3.1-1 * Wed Sep 07 2022 Marian Koncek <mkoncek@redhat.com> - 6.3.1-1
- Update to upstream version 6.3.1 - Update to upstream version 6.3.1