Remove legacy Obsoletes/Provides for maven2 plugin
This commit is contained in:
parent
bcc909a705
commit
a6caac18fc
@ -1,6 +1,6 @@
|
||||
Name: maven-jar-plugin
|
||||
Version: 2.5
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Maven JAR Plugin
|
||||
|
||||
License: ASL 2.0
|
||||
@ -19,9 +19,6 @@ BuildRequires: mvn(org.apache.maven.plugins:maven-plugins:pom:)
|
||||
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-archiver)
|
||||
|
||||
Provides: maven2-plugin-jar = %{version}-%{release}
|
||||
Obsoletes: maven2-plugin-jar <= 0:2.0.8
|
||||
|
||||
%description
|
||||
Builds a Java Archive (JAR) file from the compiled
|
||||
project classes and resources.
|
||||
@ -51,6 +48,9 @@ API documentation for %{name}.
|
||||
%doc LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Tue Oct 14 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.5-2
|
||||
- Remove legacy Obsoletes/Provides for maven2 plugin
|
||||
|
||||
* Mon Jun 30 2014 Michal Srb <msrb@redhat.com> - 2.5-1
|
||||
- Update to upstream version 2.5
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user