[maven-jar-plugin] Remove legacy Obsoletes/Provides for maven2 plugin

Mikolaj Izdebski mizdebsk at fedoraproject.org
Tue Oct 14 07:31:37 UTC 2014


commit a6caac18fc28806981c87ef810a0649568e00624
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Tue Oct 14 09:31:25 2014 +0200

    Remove legacy Obsoletes/Provides for maven2 plugin

 maven-jar-plugin.spec |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/maven-jar-plugin.spec b/maven-jar-plugin.spec
index 742d418..5677f88 100644
--- a/maven-jar-plugin.spec
+++ b/maven-jar-plugin.spec
@@ -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 at redhat.com> - 2.5-2
+- Remove legacy Obsoletes/Provides for maven2 plugin
+
 * Mon Jun 30 2014 Michal Srb <msrb at redhat.com> - 2.5-1
 - Update to upstream version 2.5
 


More information about the scm-commits mailing list