Add R: maven-surefire-provider-junit4 to maven-local
In older versions of maven-surefire provider-junit and provider-junit4 were separate packages; maven-local needs them both.
This commit is contained in:
parent
965ccd9733
commit
69bc26916d
@ -1,6 +1,6 @@
|
||||
Name: javapackages-tools
|
||||
Version: 0.13.7
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Macros and scripts for Java packaging support
|
||||
|
||||
License: BSD
|
||||
@ -47,6 +47,7 @@ Requires: maven-surefire-plugin
|
||||
# Tests based on JUnit are very common and JUnit itself is small.
|
||||
# Include JUnit provider for Surefire just for convenience.
|
||||
Requires: maven-surefire-provider-junit
|
||||
Requires: maven-surefire-provider-junit4
|
||||
|
||||
%description -n maven-local
|
||||
This package provides macros and scripts to support packaging Maven artifacts.
|
||||
@ -114,6 +115,9 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/mvn-{local,rpmbuild}
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Apr 8 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.13.7-2
|
||||
- Add R: maven-surefire-provider-junit4 to maven-local
|
||||
|
||||
* Fri Mar 22 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.13.7-1
|
||||
- Update to upstream version 0.13.7
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user