Compare commits
No commits in common. "c8-stream-201902" and "c8-stream-201801" have entirely different histories.
c8-stream-
...
c8-stream-
@ -1,6 +1,6 @@
|
|||||||
Name: maven-plugin-testing
|
Name: maven-plugin-testing
|
||||||
Version: 3.3.0
|
Version: 3.3.0
|
||||||
Release: 14%{?dist}
|
Release: 12%{?dist}
|
||||||
Summary: Maven Plugin Testing
|
Summary: Maven Plugin Testing
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://maven.apache.org/plugin-testing/
|
URL: http://maven.apache.org/plugin-testing/
|
||||||
@ -40,18 +40,21 @@ API documentation for %{name}.
|
|||||||
|
|
||||||
%package harness
|
%package harness
|
||||||
Summary: Maven Plugin Testing Mechanism
|
Summary: Maven Plugin Testing Mechanism
|
||||||
|
Obsoletes: maven-shared-plugin-testing-harness <= 0:1.2
|
||||||
|
|
||||||
%description harness
|
%description harness
|
||||||
The Maven Plugin Testing Harness provides mechanisms to manage tests on Mojo.
|
The Maven Plugin Testing Harness provides mechanisms to manage tests on Mojo.
|
||||||
|
|
||||||
%package tools
|
%package tools
|
||||||
Summary: Maven Plugin Testing Tools
|
Summary: Maven Plugin Testing Tools
|
||||||
|
Obsoletes: maven-shared-plugin-testing-tools <= 0:%{version}-%{release}
|
||||||
|
|
||||||
%description tools
|
%description tools
|
||||||
A set of useful tools to help the Maven Plugin testing.
|
A set of useful tools to help the Maven Plugin testing.
|
||||||
|
|
||||||
%package -n maven-test-tools
|
%package -n maven-test-tools
|
||||||
Summary: Maven Testing Tool
|
Summary: Maven Testing Tool
|
||||||
|
Obsoletes: maven-shared-test-tools <= 0:%{version}-%{release}
|
||||||
|
|
||||||
%description -n maven-test-tools
|
%description -n maven-test-tools
|
||||||
Framework to test Maven Plugins with Easymock objects.
|
Framework to test Maven Plugins with Easymock objects.
|
||||||
@ -87,12 +90,6 @@ rm maven-plugin-testing-tools/src/test/java/org/apache/maven/shared/test/plugin/
|
|||||||
%doc LICENSE NOTICE
|
%doc LICENSE NOTICE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.0-14
|
|
||||||
- Mass rebuild for javapackages-tools 201902
|
|
||||||
|
|
||||||
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.0-13
|
|
||||||
- Mass rebuild for javapackages-tools 201901
|
|
||||||
|
|
||||||
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.3.0-12
|
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.3.0-12
|
||||||
- Escape macros in %%changelog
|
- Escape macros in %%changelog
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user