Remove legacy Obsoletes/Provides for maven2 plugin

This commit is contained in:
Mikolaj Izdebski 2014-10-14 09:23:41 +02:00
parent 8ab80f7b78
commit 74cee8bd19

View File

@ -1,6 +1,6 @@
Name: maven-antrun-plugin
Version: 1.7
Release: 9%{?dist}
Release: 10%{?dist}
Summary: Maven AntRun Plugin
License: ASL 2.0
@ -18,10 +18,6 @@ BuildRequires: mvn(org.apache.maven:maven-plugin-api)
BuildRequires: mvn(org.apache.maven:maven-project)
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
Obsoletes: maven2-plugin-antrun <= 0:2.0.8
Provides: maven2-plugin-antrun = 1:%{version}-%{release}
%description
This plugin provides the ability to run Ant tasks from within Maven.
It is even possible to embed Ant scripts in the POM.
@ -51,6 +47,9 @@ This package contains the API documentation for %{name}.
%doc LICENSE NOTICE
%changelog
* Tue Oct 14 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.7-10
- Remove legacy Obsoletes/Provides for maven2 plugin
* Mon Aug 4 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.7-9
- Fix build-requires on parent POM