[apache-commons-lang] Drop old jakarta provides/obsoletes.

Alexander Kurtakov akurtakov at fedoraproject.org
Thu May 29 06:43:46 UTC 2014


commit b17cdb7a88a786da18da471cf98437486b7acda7
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Thu May 29 09:43:44 2014 +0300

    Drop old jakarta provides/obsoletes.
    
    Should have been gone in F17.

 apache-commons-lang.spec |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)
---
diff --git a/apache-commons-lang.spec b/apache-commons-lang.spec
index 37dee2a..a0e94f6 100644
--- a/apache-commons-lang.spec
+++ b/apache-commons-lang.spec
@@ -4,7 +4,7 @@
 
 Name:           apache-%{short_name}
 Version:        2.6
-Release:        14%{?dist}
+Release:        15%{?dist}
 Summary:        Provides a host of helper utilities for the java.lang API
 License:        ASL 2.0
 Group:          Development/Libraries
@@ -17,9 +17,6 @@ BuildRequires:  maven-local
 BuildRequires:  apache-commons-parent
 BuildRequires:  maven-surefire-provider-junit
 
-Provides:       jakarta-commons-lang = 0:%{version}-%{release}
-Obsoletes:      jakarta-commons-lang <= 0:2.4
-
 %description
 The standard Java libraries fail to provide enough methods for
 manipulation of its core classes. The Commons Lang Component provides
@@ -35,7 +32,6 @@ as hashCode, toString and equals.
 %package        javadoc
 Summary:        API documentation for %{name}
 Group:          Documentation
-Obsoletes:      jakarta-%{short_name}-javadoc <= 0:2.4
 
 %description    javadoc
 %{summary}.
@@ -68,6 +64,9 @@ sed -i 's/\r//' *.txt *.html
 %doc LICENSE.txt NOTICE.txt
 
 %changelog
+* Thu May 29 2014 Alexander Kurtakov <akurtako at redhat.com> 2.6-15
+- Drop old jakarta provides/obsoletes.
+
 * Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky at redhat.com> - 2.6-14
 - Use Requires: java-headless rebuild (#1067528)
 
@@ -137,4 +136,3 @@ sed -i 's/\r//' *.txt *.html
 * Mon May 10 2010 Stanislav Ochotnicky <sochotnicky at redhat.com> - 2.5-1
 - Rename and rebase of jakarta-commons-lang
 - Re-did whole spec file to use maven, dropped gcj support
-


More information about the scm-commits mailing list