forked from pool/eclipse-jgit
This commit is contained in:
parent
6dba8a2f10
commit
941223bb92
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package eclipse-jgit
|
# spec file for package eclipse-jgit
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -59,6 +59,9 @@ BuildRequires: slf4j
|
|||||||
BuildRequires: tycho
|
BuildRequires: tycho
|
||||||
BuildRequires: xml-commons-apis
|
BuildRequires: xml-commons-apis
|
||||||
BuildRequires: xmvn-subst
|
BuildRequires: xmvn-subst
|
||||||
|
BuildConflicts: java >= 12
|
||||||
|
BuildConflicts: java-devel >= 12
|
||||||
|
BuildConflicts: java-headless >= 12
|
||||||
#!BuildIgnore: eclipse-platform
|
#!BuildIgnore: eclipse-platform
|
||||||
#!BuildIgnore: tycho-bootstrap
|
#!BuildIgnore: tycho-bootstrap
|
||||||
#!BuildRequires: eclipse-emf-core eclipse-ecf-core
|
#!BuildRequires: eclipse-emf-core eclipse-ecf-core
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package jgit
|
# spec file for package jgit
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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-api)
|
||||||
BuildRequires: mvn(org.slf4j:slf4j-simple)
|
BuildRequires: mvn(org.slf4j:slf4j-simple)
|
||||||
BuildRequires: mvn(org.tukaani:xz)
|
BuildRequires: mvn(org.tukaani:xz)
|
||||||
|
BuildConflicts: java >= 12
|
||||||
|
BuildConflicts: java-devel >= 12
|
||||||
|
BuildConflicts: java-headless >= 12
|
||||||
Obsoletes: %{name}-bootstrap
|
Obsoletes: %{name}-bootstrap
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user