Remove legacy Obsoletes/Provides for jakarta-commons
This commit is contained in:
parent
948c181c7e
commit
0c0ddac412
1 changed files with 4 additions and 7 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
Name: apache-%{short_name}
|
||||
Version: 1.4
|
||||
Release: 16%{?dist}
|
||||
Release: 17%{?dist}
|
||||
Summary: Apache Commons DataBase Pooling Package
|
||||
Group: Development/Libraries
|
||||
License: ASL 2.0
|
||||
|
|
@ -25,12 +25,6 @@ BuildRequires: jta
|
|||
BuildRequires: maven-plugin-cobertura
|
||||
BuildRequires: maven-local
|
||||
|
||||
# This should go away with F-17
|
||||
Provides: jakarta-%{short_name} = 0:%{version}-%{release}
|
||||
Obsoletes: jakarta-%{short_name} < 0:1.4-1
|
||||
Obsoletes: jakarta-%{short_name}-tomcat5 < 0:1.4-1
|
||||
Obsoletes: hibernate_jdbc_cache < 0:1.4-1
|
||||
|
||||
%description
|
||||
Many Apache projects support interaction with a relational database. Creating a
|
||||
new connection for each user can be time consuming (often requiring multiple
|
||||
|
|
@ -73,6 +67,9 @@ iconv -f iso8859-1 -t utf-8 RELEASE-NOTES.txt > RELEASE-NOTES.txt.conv && mv -f
|
|||
%doc LICENSE.txt NOTICE.txt
|
||||
|
||||
%changelog
|
||||
* Tue Oct 14 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4-17
|
||||
- Remove legacy Obsoletes/Provides for jakarta-commons
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-16
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Reference in a new issue