Uptate ivy-local classpath
Resolves: rhbz#2025272
This commit is contained in:
parent
1c9455cdf2
commit
b9c7b48bf7
21
0001-Update-ivy-local-classpath.patch
Normal file
21
0001-Update-ivy-local-classpath.patch
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
From ea8e50b737a8b8210417af767df50f6299d94d23 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Mikolaj Izdebski <mizdebsk@redhat.com>
|
||||||
|
Date: Sun, 21 Nov 2021 11:19:41 +0100
|
||||||
|
Subject: [PATCH] Update ivy-local-classpath
|
||||||
|
|
||||||
|
---
|
||||||
|
configs/ivy-local-classpath | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/configs/ivy-local-classpath b/configs/ivy-local-classpath
|
||||||
|
index 9ab48d25..d65d6358 100644
|
||||||
|
--- a/configs/ivy-local-classpath
|
||||||
|
+++ b/configs/ivy-local-classpath
|
||||||
|
@@ -1,3 +1,3 @@
|
||||||
|
-xmvn/xmvn-connector-ivy
|
||||||
|
+xmvn-connector-ivy/xmvn-connector-ivy
|
||||||
|
xmvn/xmvn-launcher
|
||||||
|
xmvn/xmvn-api
|
||||||
|
--
|
||||||
|
2.33.1
|
||||||
|
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: javapackages-tools
|
Name: javapackages-tools
|
||||||
Version: 6.0.0
|
Version: 6.0.0
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Macros and scripts for Java packaging support
|
Summary: Macros and scripts for Java packaging support
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://github.com/fedora-java/javapackages
|
URL: https://github.com/fedora-java/javapackages
|
||||||
@ -31,6 +31,9 @@ Source8: toolchains-openjdk8.xml
|
|||||||
Source11: toolchains-openjdk11.xml
|
Source11: toolchains-openjdk11.xml
|
||||||
Source17: toolchains-openjdk17.xml
|
Source17: toolchains-openjdk17.xml
|
||||||
|
|
||||||
|
# Upstream patch for rhbz#2025272
|
||||||
|
Patch0: 0001-Update-ivy-local-classpath.patch
|
||||||
|
|
||||||
BuildRequires: coreutils
|
BuildRequires: coreutils
|
||||||
BuildRequires: which
|
BuildRequires: which
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
@ -159,6 +162,7 @@ OpenJDK 17 toolchain for XMvn
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n javapackages-%{version}
|
%setup -q -n javapackages-%{version}
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
sed -i '/^manpage /d' build
|
sed -i '/^manpage /d' build
|
||||||
sed -i '/${mandir}/d' install
|
sed -i '/${mandir}/d' install
|
||||||
@ -224,6 +228,9 @@ install -p -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/java/javapackages-config
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Nov 21 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 6.0.0-4
|
||||||
|
- Uptate ivy-local classpath
|
||||||
|
|
||||||
* Wed Nov 17 2021 Didik Supriadi <didiksupriadi41@fedoraproject.org> - 6.0.0-3
|
* Wed Nov 17 2021 Didik Supriadi <didiksupriadi41@fedoraproject.org> - 6.0.0-3
|
||||||
- Re-add ivy-local subpackage
|
- Re-add ivy-local subpackage
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user