Remove legacy Obsoletes/Provides for maven2 plugin

This commit is contained in:
Mikolaj Izdebski 2014-10-14 09:34:45 +02:00
parent 1d1cad22ae
commit a5dfd5ce10

View File

@ -1,6 +1,6 @@
Name: maven-shade-plugin
Version: 2.3
Release: 4%{?dist}
Release: 5%{?dist}
Summary: This plugin provides the capability to package the artifact in an uber-jar
License: ASL 2.0
URL: http://maven.apache.org/plugins/%{name}
@ -29,9 +29,6 @@ BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
BuildRequires: mvn(org.jdom:jdom)
BuildRequires: mvn(org.vafer:jdependency)
Obsoletes: maven2-plugin-shade <= 0:2.0.8
Provides: maven2-plugin-shade = 1:%{version}-%{release}
%description
This plugin provides the capability to package the artifact in an
uber-jar, including its dependencies and to shade - i.e. rename - the
@ -65,6 +62,9 @@ ln -s $(build-classpath plexus/utils) src/test/jars/plexus-utils-1.4.1.jar
%doc LICENSE NOTICE
%changelog
* Tue Oct 14 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.3-5
- Remove legacy Obsoletes/Provides for maven2 plugin
* Mon Aug 4 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.3-4
- Fix build-requires on parent POM