From b17cdb7a88a786da18da471cf98437486b7acda7 Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: May 29 2014 06:43:44 +0000 Subject: Drop old jakarta provides/obsoletes. Should have been gone in F17. --- 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 2.6-15 +- Drop old jakarta provides/obsoletes. + * Tue Mar 04 2014 Stanislav Ochotnicky - 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 - 2.5-1 - Rename and rebase of jakarta-commons-lang - Re-did whole spec file to use maven, dropped gcj support -