Revert "Suggest OpenJDK 17 as default Maven binding"
Resolves: RHEL-50946
This reverts commit 458218dd51
.
This commit is contained in:
parent
458218dd51
commit
8205bca580
11
xmvn.spec
11
xmvn.spec
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: xmvn
|
Name: xmvn
|
||||||
Version: 4.2.0
|
Version: 4.2.0
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
Summary: Local Extensions for Apache Maven
|
Summary: Local Extensions for Apache Maven
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://fedora-java.github.io/xmvn/
|
URL: https://fedora-java.github.io/xmvn/
|
||||||
@ -15,6 +15,9 @@ ExclusiveArch: %{java_arches} noarch
|
|||||||
|
|
||||||
Source0: https://github.com/fedora-java/xmvn/releases/download/%{version}/xmvn-%{version}.tar.xz
|
Source0: https://github.com/fedora-java/xmvn/releases/download/%{version}/xmvn-%{version}.tar.xz
|
||||||
|
|
||||||
|
# XXX temp hack to unbreak builds
|
||||||
|
BuildRequires: maven-openjdk17
|
||||||
|
|
||||||
%if %{with bootstrap}
|
%if %{with bootstrap}
|
||||||
BuildRequires: javapackages-bootstrap
|
BuildRequires: javapackages-bootstrap
|
||||||
%else
|
%else
|
||||||
@ -76,7 +79,7 @@ Requires: slf4j
|
|||||||
|
|
||||||
Requires: maven-lib
|
Requires: maven-lib
|
||||||
Requires: maven-jdk-binding
|
Requires: maven-jdk-binding
|
||||||
Suggests: maven-openjdk21
|
Suggests: maven-openjdk17
|
||||||
|
|
||||||
%description minimal
|
%description minimal
|
||||||
This package provides minimal version of XMvn, incapable of using
|
This package provides minimal version of XMvn, incapable of using
|
||||||
@ -244,9 +247,11 @@ rm -rf %{buildroot}%{_datadir}/%{name}/{configuration.xml,config.d/,conf/toolcha
|
|||||||
%license LICENSE NOTICE
|
%license LICENSE NOTICE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 30 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.2.0-10
|
||||||
|
- Add temporary BR on maven-openjdk17
|
||||||
|
|
||||||
* Tue Jul 30 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.2.0-9
|
* Tue Jul 30 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.2.0-9
|
||||||
- Remove workaround for rpm bug 447156
|
- Remove workaround for rpm bug 447156
|
||||||
- Suggest OpenJDK 17 as default Maven binding
|
|
||||||
|
|
||||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 4.2.0-8
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 4.2.0-8
|
||||||
- Bump release for June 2024 mass rebuild
|
- Bump release for June 2024 mass rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user