Remove legacy Obsoletes/Provides for jakarta-commons
This commit is contained in:
parent
d7343e2390
commit
6d4688b75c
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: apache-%{short_name}
|
Name: apache-%{short_name}
|
||||||
Version: 2.4
|
Version: 2.4
|
||||||
Release: 12%{?dist}
|
Release: 13%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: Utilities to assist with developing IO functionality
|
Summary: Utilities to assist with developing IO functionality
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -15,9 +15,6 @@ BuildRequires: java-devel >= 1:1.6
|
|||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
BuildRequires: apache-commons-parent
|
BuildRequires: apache-commons-parent
|
||||||
|
|
||||||
Provides: jakarta-%{short_name} = %{epoch}:%{version}-%{release}
|
|
||||||
Obsoletes: jakarta-%{short_name} < %{epoch}:%{version}-%{release}
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Commons-IO contains utility classes, stream implementations,
|
Commons-IO contains utility classes, stream implementations,
|
||||||
file filters, and endian classes. It is a library of utilities
|
file filters, and endian classes. It is a library of utilities
|
||||||
@ -25,8 +22,6 @@ to assist with developing IO functionality.
|
|||||||
|
|
||||||
%package javadoc
|
%package javadoc
|
||||||
Summary: API documentation for %{name}
|
Summary: API documentation for %{name}
|
||||||
Provides: jakarta-%{short_name}-javadoc = %{epoch}:%{version}-%{release}
|
|
||||||
Obsoletes: jakarta-%{short_name}-javadoc < %{epoch}:%{version}-%{release}
|
|
||||||
|
|
||||||
%description javadoc
|
%description javadoc
|
||||||
This package provides %{summary}.
|
This package provides %{summary}.
|
||||||
@ -50,6 +45,9 @@ sed -i 's/\r//' *.txt
|
|||||||
%doc LICENSE.txt NOTICE.txt
|
%doc LICENSE.txt NOTICE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 14 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:2.4-13
|
||||||
|
- Remove legacy Obsoletes/Provides for jakarta-commons
|
||||||
|
|
||||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.4-12
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.4-12
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user