Remove unused BR release-plugin
This commit is contained in:
parent
4b6b8c842f
commit
486d0567e3
1 changed files with 4 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Name: apache-commons-fileupload
|
||||
Version: 1.3.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: API to work with HTML file upload
|
||||
License: ASL 2.0
|
||||
URL: http://commons.apache.org/fileupload/
|
||||
|
|
@ -14,7 +14,6 @@ BuildRequires: mvn(javax.servlet:servlet-api)
|
|||
BuildRequires: mvn(junit:junit)
|
||||
BuildRequires: mvn(org.apache.commons:commons-parent:pom:)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-assembly-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-release-plugin)
|
||||
%if 0%{?fedora}
|
||||
BuildRequires: mvn(javax.portlet:portlet-api)
|
||||
%endif
|
||||
|
|
@ -73,6 +72,9 @@ rm src/test/java/org/apache/commons/fileupload/*Portlet*
|
|||
# -----------------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Mon Feb 06 2017 Michael Simacek <msimacek@redhat.com> - 1.3.2-2
|
||||
- Remove unused BR release-plugin
|
||||
|
||||
* Wed Jun 01 2016 Michael Simacek <msimacek@redhat.com> - 1.3.2-1
|
||||
- Update to upstream version 1.3.2
|
||||
|
||||
|
|
|
|||
Reference in a new issue