1
0

Accepting request 681525 from Java:packages

Two meta-provides to make plexus-containers-component-javadoc installable

OBS-URL: https://build.opensuse.org/request/show/681525
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/javapackages-tools?expand=0&rev=19
This commit is contained in:
Dominique Leuenberger 2019-03-08 12:28:32 +00:00 committed by Git OBS Bridge
commit 047db155fe
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Mar 4 17:34:49 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- Provide both com.sun:tools and sun.jdk:jconsole that are part of
standard OpenJDK installation. These provides cannot be generated
from metadata due to build sequence.
-------------------------------------------------------------------
Tue Nov 27 18:36:57 UTC 2018 - Fridrich Strba <fstrba@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package javapackages-tools
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -58,6 +58,9 @@ BuildRequires: python3-nose
BuildRequires: python3-setuptools
BuildRequires: python3-six
BuildArch: noarch
%else
Provides: mvn(com.sun:tools) = SYSTEM
Provides: mvn(sun.jdk:jconsole) = SYSTEM
%endif
%description