Skip to content

Commit 796c8bf

Browse files
authored
Merge pull request #140 from matyasselmeci/pr/iam-vomses.SOFTWARE-6060
Flip the switch on shipping the new IAM-based VOMS endpoints
2 parents 89f8b65 + cf88fef commit 796c8bf

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

rpm/vo-client.spec

+5-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# (SOFTWARE-4666, SOFTWARE-4576, SOFTWARE-4595, SOFTWARE-5843)
33
%define iam 1
44
# Set to 1 to include IAM-based VOMS endpoints in the vomses file (SOFTWARE-5843)
5-
%define iam_vomses 0
5+
%define iam_vomses 1
66

77
Name: vo-client
88
Version: 137
9-
Release: 2%{?dist}
9+
Release: 3%{?dist}
1010
Summary: Contains vomses file for use with user authentication
1111

1212
License: Apache 2.0
@@ -95,6 +95,9 @@ find $RPM_BUILD_ROOT/%{_sysconfdir}/grid-security/vomsdir -type d -exec chmod 75
9595
%config(noreplace) %{_datadir}/osg/grid-vorolemap
9696

9797
%changelog
98+
* Fri Jan 17 2025 Mátyás Selmeci <[email protected]> - 137-3
99+
- Include new CERN IAM endpoints again (SOFTWARE-6060)
100+
98101
* Thu Jan 9 2025 Matt Westphall <[email protected]> - 137-2
99102
- Add suggests: osg-ca-certs to satisfy grid-certificates (SOFTWARE-6051)
100103

0 commit comments

Comments
 (0)