Add explicit javapackages-tools requirement
This commit is contained in:
parent
ad5e802c7f
commit
06a06e352f
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
Name: junit5
|
Name: junit5
|
||||||
Version: 5.2.0
|
Version: 5.2.0
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Java regression testing framework
|
Summary: Java regression testing framework
|
||||||
# junit-platform-surefire-provider is under ASL 2.0, all other modules use EPL-2.0 (see LICENSE.md)
|
# junit-platform-surefire-provider is under ASL 2.0, all other modules use EPL-2.0 (see LICENSE.md)
|
||||||
License: EPL-2.0 and ASL 2.0
|
License: EPL-2.0 and ASL 2.0
|
||||||
@ -67,6 +67,9 @@ BuildRequires: mvn(org.slf4j:slf4j-api)
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
BuildRequires: asciidoc
|
BuildRequires: asciidoc
|
||||||
|
# Explicit requires for javapackages-tools since junit5 script
|
||||||
|
# uses /usr/share/java-utils/java-functions
|
||||||
|
Requires: javapackages-tools
|
||||||
|
|
||||||
%description
|
%description
|
||||||
JUnit is a popular regression testing framework for Java platform.
|
JUnit is a popular regression testing framework for Java platform.
|
||||||
@ -177,6 +180,10 @@ ln -s ../../javadoc/junit5 documentation/src/docs/api
|
|||||||
%doc documentation/src/docs/*
|
%doc documentation/src/docs/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 31 2018 Severin Gehwolf <sgehwolf@redhat.com> - 5.2.0-3
|
||||||
|
- Add explicit requirement on javapackages-tools since junit5 script
|
||||||
|
uses java-functions. See RHBZ#1600426.
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.0-2
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.0-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user