Add Provides/Obsoletes voms-clients3
This commit is contained in:
parent
bca13093cf
commit
389a3a385a
1 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue