[java-sig-commits] [apache-commons-logging/f17] Bring back jakarta-commons-logging provides/obsoletes - the comment was misleading.

Alexander Kurtakov akurtakov at fedoraproject.org
Mon Apr 30 21:19:21 UTC 2012


commit bd922d7396735f03bd9e3044c3516a904a8da8d7
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Tue May 1 00:19:10 2012 +0300

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

 apache-commons-logging.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/apache-commons-logging.spec b/apache-commons-logging.spec
index 4300cd6..c09355a 100644
--- a/apache-commons-logging.spec
+++ b/apache-commons-logging.spec
@@ -4,7 +4,7 @@
 
 Name:           apache-%{short_name}
 Version:        1.1.1
-Release:        18%{?dist}
+Release:        19%{?dist}
 Summary:        Apache Commons Logging
 License:        ASL 2.0
 Group:          Development/Libraries
@@ -31,6 +31,10 @@ BuildRequires:  servlet
 Requires:       java >= 1:1.6.0
 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
 The commons-logging package provides a simple, component oriented
 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
+* Tue May 1 2012 Alexander Kurtakov <akurtako at redhat.com> 1.1.1-19
+- Bring back jakarta-commons-logging provides/obsoletes - the comment was misleading.
+
 * Mon Apr 30 2012 Alexander Kurtakov <akurtako at redhat.com> 1.1.1-18
 - Fix build with latest libs.
 - Adapt to current guidelines.


More information about the java-sig-commits mailing list