From ad5e42fe18b24a2f8aefeacc4e6cb2ef88a45598f78503b7807cee7ea07a176d Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Mon, 27 Mar 2023 08:19:16 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/eclipse-jgit?expand=0&rev=38 --- eclipse-jgit.spec | 2 +- jgit.changes | 6 ++++++ jgit.spec | 5 ++++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/eclipse-jgit.spec b/eclipse-jgit.spec index 9e3d834..c4aaa26 100644 --- a/eclipse-jgit.spec +++ b/eclipse-jgit.spec @@ -1,7 +1,7 @@ # # spec file for package eclipse-jgit # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/jgit.changes b/jgit.changes index 8b45c10..81dc8e4 100644 --- a/jgit.changes +++ b/jgit.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 27 08:18:14 UTC 2023 - Fridrich Strba + +- Require xz-java because the jgit script that we install is + expecting it to be present when composing the classpath + ------------------------------------------------------------------- Wed Nov 16 11:24:53 UTC 2022 - Fridrich Strba diff --git a/jgit.spec b/jgit.spec index 1653785..adde7f3 100644 --- a/jgit.spec +++ b/jgit.spec @@ -1,7 +1,7 @@ # # spec file for package jgit # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -68,6 +68,9 @@ BuildRequires: mvn(org.osgi:osgi.core) BuildRequires: mvn(org.slf4j:slf4j-api) BuildRequires: mvn(org.slf4j:slf4j-simple) BuildRequires: mvn(org.tukaani:xz) +# This is only optional dependency of commons-compress, +# But the jgit script needs that jar on classpath +Requires: xz-java Obsoletes: %{name}-bootstrap BuildArch: noarch