From 389a3a385a5121b90ddaa971dda4bb47d243f751 Mon Sep 17 00:00:00 2001 From: Mattias Ellert Date: Thu, 11 Jan 2018 10:00:31 +0100 Subject: [PATCH] Add Provides/Obsoletes voms-clients3 --- voms-clients-java.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/voms-clients-java.spec b/voms-clients-java.spec index 9aa0021..23de61d 100644 --- a/voms-clients-java.spec +++ b/voms-clients-java.spec @@ -1,6 +1,6 @@ Name: voms-clients-java Version: 3.0.7 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Virtual Organization Membership Service Java clients License: ASL 2.0 @@ -40,6 +40,8 @@ Requires(postun): %{_sbindir}/update-alternatives Conflicts: voms-clients < 2.0.12 Provides: voms-clients = %{version}-%{release} +Provides: voms-clients3 = %{version}-%{release} +Obsoletes: voms-clients3 < %{version}-%{release} %description The Virtual Organization Membership Service (VOMS) is an attribute authority @@ -167,6 +169,9 @@ fi %license LICENSE %changelog +* Thu Jan 11 2018 Mattias Ellert - 3.0.7-6 +- Add Provides/Obsoletes voms-clients3 + * Fri Jan 05 2018 Mattias Ellert - 3.0.7-5 - Adapt to canl-java 2.5 - Create EPEL 6 package using the maven ant plugin