-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #136 from mwestphall/SOFTWARE-5861-auth-app-cern-ch
SOFTWARE-5861: Update vomses for atlas, alice, lhcb, and cms
- Loading branch information
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
%define iam_vomses 0 | ||
|
||
Name: vo-client | ||
Version: 135 | ||
Version: 136 | ||
Release: 1%{?dist} | ||
Summary: Contains vomses file for use with user authentication | ||
|
||
|
@@ -62,6 +62,8 @@ sed -Ei '/.*voms-(alice|lhcb|ops)-auth.app.cern.ch.*/d' vomses | |
%if ! 0%{?iam_vomses} | ||
# Additional entries from SOFTWARE-5843: | ||
sed -Ei '/.*voms-(alice|atlas|cms|dteam|lhcb)-auth.cern.ch.*/d' vomses | ||
# Additional entries from SOFTWARE-5861: | ||
sed -Ei '/"(alice|atlas|cms|lhcb)".*(lcg-)?voms2.cern.ch.*/d' vomses | ||
%endif | ||
|
||
%install | ||
|
@@ -94,6 +96,9 @@ find $RPM_BUILD_ROOT/%{_sysconfdir}/grid-security/vomsdir -type d -exec chmod 75 | |
%config(noreplace) %{_datadir}/osg/grid-vorolemap | ||
|
||
%changelog | ||
* Mon May 06 2024 Matt Westphall <[email protected]> - 136-1 | ||
- Only include *-auth.app.cern.ch in vomses for new CERN IAM endpoints (SOFTWARE-5861) | ||
|
||
* Fri Mar 15 2024 Mátyás Selmeci <[email protected]> - 135-1 | ||
- Add LSC files (only) for new CERN IAM endpoints (SOFTWARE-5843) | ||
|
||
|