Compare commits

...
This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

3 commits

Author SHA1 Message Date
Michael Mraka
9090530f49 get back jakarta-* obsolete
fixes

Transaction check error:
  file /usr/share/java/commons-fileupload.jar conflicts between attempted installs of jakarta-commons-fileupload-1:1.2.1-1.jpp5.noarch and apache-commons-fileupload-1.3.2-3.el7.noarch
2017-04-04 13:25:18 +02:00
Michael Mraka
81a72c92e5 updated to current upstream/rawhide version 2017-03-15 23:31:30 +01:00
Michael Mraka
f251e900b2 updated dependencies for RHEL7 2014-07-03 15:22:56 +02:00

View file

@ -2,7 +2,7 @@
Name: apache-commons-fileupload
Version: 1.3.2
Release: 3%{?dist}
Release: 3.1%{?dist}
Summary: API to work with HTML file upload
License: ASL 2.0
URL: http://commons.apache.org/fileupload/
@ -19,6 +19,9 @@ BuildRequires: mvn(org.apache.commons:commons-parent:pom:)
BuildRequires: mvn(javax.portlet:portlet-api)
%endif
Provides: jakarta-commons-fileupload = 1:%{version}-%{release}
Obsoletes: jakarta-commons-fileupload < 1:1.2.1-2
%description
The javax.servlet package lacks support for RFC-1867, HTML file
upload. This package provides a simple to use API for working with