From 49194595592cef101aee501d06944083dffda133 Mon Sep 17 00:00:00 2001 From: Mattias Ellert Date: Thu, 11 Jan 2018 15:07:03 +0100 Subject: [PATCH] Add Provides/Obsoletes voms-api-java3 --- voms-api-java.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/voms-api-java.spec b/voms-api-java.spec index 9b84a91..dad9685 100644 --- a/voms-api-java.spec +++ b/voms-api-java.spec @@ -1,6 +1,6 @@ Name: voms-api-java Version: 3.2.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Virtual Organization Membership Service Java API License: ASL 2.0 @@ -26,6 +26,8 @@ BuildRequires: canl-java >= 2.5 Requires: java >= 1:1.6 Requires: jpackage-utils Requires: canl-java >= 2.5 +Provides: voms-api-java3 = %{version}-%{release} +Obsoletes: voms-api-java3 < 3.1 %description The Virtual Organization Membership Service (VOMS) is an attribute authority @@ -86,6 +88,9 @@ cp -pr target/site/apidocs %{buildroot}%{_javadocdir}/%{name} %license LICENSE %changelog +* Thu Jan 11 2018 Mattias Ellert - 3.2.0-6 +- Add Provides/Obsoletes voms-api-java3 + * Fri Jan 05 2018 Mattias Ellert - 3.2.0-5 - Adapt to canl-java 2.5 - Use jcip-annotations for EPEL 7 build