Add Provides/Obsoletes voms-clients3

This commit is contained in:
Mattias Ellert 2018-01-11 10:00:31 +01:00
commit 389a3a385a

View file

@ -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 <mattias.ellert@physics.uu.se> - 3.0.7-6
- Add Provides/Obsoletes voms-clients3
* Fri Jan 05 2018 Mattias Ellert <mattias.ellert@physics.uu.se> - 3.0.7-5
- Adapt to canl-java 2.5
- Create EPEL 6 package using the maven ant plugin