Accepting request 1176655 from Java:packages
Some more action for conflict/choice of providers OBS-URL: https://build.opensuse.org/request/show/1176655 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/junit5?expand=0&rev=10
This commit is contained in:
commit
bb4c2b3512
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 24 05:33:13 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Let junit5 require junit5-minimal to avoid conflict of providers
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 30 16:25:27 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -62,7 +62,7 @@ Source500: https://repo1.maven.org/maven2/org/junit/junit-bom/%{version}/ju
|
||||
Patch1: 0001-Drop-transitive-requirement-on-apiguardian.patch
|
||||
Patch2: 0002-Add-missing-module-static-requires.patch
|
||||
Patch3: 0003-Bump-open-test-reporting-to-0.1.0-M2.patch
|
||||
BuildRequires: apiguardian
|
||||
BuildRequires: apiguardian >= 1.1.2
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: java-devel >= 9
|
||||
BuildRequires: opentest4j
|
||||
@ -89,6 +89,7 @@ BuildRequires: mvn(org.apiguardian:apiguardian-api)
|
||||
BuildRequires: mvn(org.assertj:assertj-core)
|
||||
BuildRequires: mvn(org.opentest4j.reporting:open-test-reporting-events)
|
||||
BuildRequires: mvn(org.opentest4j:opentest4j)
|
||||
Requires: %{base_name}-minimal >= %{version}
|
||||
%endif
|
||||
|
||||
%description
|
||||
|
Loading…
Reference in New Issue
Block a user