Bring back jakarta-commons-logging provides/obsoletes - the comment was

misleading.
This commit is contained in:
Alexander Kurtakov 2012-05-01 00:19:10 +03:00
parent 7e7d17b790
commit bd922d7396

View File

@ -4,7 +4,7 @@
Name: apache-%{short_name} Name: apache-%{short_name}
Version: 1.1.1 Version: 1.1.1
Release: 18%{?dist} Release: 19%{?dist}
Summary: Apache Commons Logging Summary: Apache Commons Logging
License: ASL 2.0 License: ASL 2.0
Group: Development/Libraries Group: Development/Libraries
@ -31,6 +31,10 @@ BuildRequires: servlet
Requires: java >= 1:1.6.0 Requires: java >= 1:1.6.0
Requires: jpackage-utils >= 0:1.6 Requires: jpackage-utils >= 0:1.6
# This should go away with F-17
Provides: jakarta-%{short_name} = 0:%{version}-%{release}
Obsoletes: jakarta-%{short_name} <= 0:1.0.4
%description %description
The commons-logging package provides a simple, component oriented The commons-logging package provides a simple, component oriented
interface (org.apache.commons.logging.Log) together with wrappers for interface (org.apache.commons.logging.Log) together with wrappers for
@ -126,6 +130,9 @@ cp -pr target/site/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
%changelog %changelog
* Tue May 1 2012 Alexander Kurtakov <akurtako@redhat.com> 1.1.1-19
- Bring back jakarta-commons-logging provides/obsoletes - the comment was misleading.
* Mon Apr 30 2012 Alexander Kurtakov <akurtako@redhat.com> 1.1.1-18 * Mon Apr 30 2012 Alexander Kurtakov <akurtako@redhat.com> 1.1.1-18
- Fix build with latest libs. - Fix build with latest libs.
- Adapt to current guidelines. - Adapt to current guidelines.