Remove legacy Obsoletes/Provides for jakarta-commons
This commit is contained in:
parent
f88bdb4e53
commit
c681ccfde5
1 changed files with 4 additions and 6 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
Name: apache-%{short_name}
|
||||
Version: 1.3.1
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: This package provides an api to work with html file upload
|
||||
License: ASL 2.0
|
||||
Group: Development/Libraries
|
||||
|
|
@ -37,9 +37,6 @@ Requires: apache-commons-io
|
|||
Requires: portlet-2.0-api
|
||||
%endif
|
||||
|
||||
Provides: jakarta-%{short_name} = 1:%{version}-%{release}
|
||||
Obsoletes: jakarta-%{short_name} < 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
|
||||
|
|
@ -52,8 +49,6 @@ Summary: API documentation for %{name}
|
|||
Group: Documentation
|
||||
Requires: jpackage-utils
|
||||
|
||||
Obsoletes: jakarta-%{short_name}-javadoc < 1:1.2.1-2
|
||||
|
||||
%description javadoc
|
||||
This package contains the API documentation for %{name}.
|
||||
|
||||
|
|
@ -113,6 +108,9 @@ install -pm 644 pom.xml $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{short_name}.pom
|
|||
# -----------------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Tue Oct 14 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.3.1-5
|
||||
- Remove legacy Obsoletes/Provides for jakarta-commons
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Reference in a new issue