Remove legacy Obsoletes/Provides for maven2 plugin
This commit is contained in:
parent
5cacff6e10
commit
9a5530a94a
@ -1,6 +1,6 @@
|
||||
Name: maven-source-plugin
|
||||
Version: 2.3
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Plugin creating source jar
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -23,9 +23,6 @@ BuildRequires: maven-jar-plugin
|
||||
BuildRequires: maven-javadoc-plugin
|
||||
BuildRequires: mvn(org.apache.maven.surefire:surefire-junit4)
|
||||
|
||||
Obsoletes: maven2-plugin-source < 0:%{version}-%{release}
|
||||
Provides: maven2-plugin-source = 0:%{version}-%{release}
|
||||
|
||||
%description
|
||||
The Maven 2 Source Plugin creates a JAR archive of the
|
||||
source files of the current project.
|
||||
@ -57,6 +54,9 @@ sed -i -e "s|plexus-container-default|plexus-container|g" pom.xml
|
||||
%doc LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Tue Oct 14 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.3-2
|
||||
- Remove legacy Obsoletes/Provides for maven2 plugin
|
||||
|
||||
* Sun Jul 20 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.3-1
|
||||
- Update to upstream version 2.3
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user