From b3b77549848555e6e7c37d3ffe2c34b5b175d991 Mon Sep 17 00:00:00 2001 From: Matthew Westphall Date: Wed, 15 May 2024 11:49:22 -0500 Subject: [PATCH 1/2] Revert "Edit vomses for atlas, alice, lhcb, and cms in spec file" This reverts commit f434f8469a1627884e79fa88253c6f0f7ad50e35. --- rpm/vo-client.spec | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/rpm/vo-client.spec b/rpm/vo-client.spec index b247e29..2447483 100644 --- a/rpm/vo-client.spec +++ b/rpm/vo-client.spec @@ -5,7 +5,7 @@ %define iam_vomses 0 Name: vo-client -Version: 136 +Version: 135 Release: 1%{?dist} Summary: Contains vomses file for use with user authentication @@ -62,8 +62,6 @@ 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 @@ -96,9 +94,6 @@ 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 - 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 - 135-1 - Add LSC files (only) for new CERN IAM endpoints (SOFTWARE-5843) From 455826f23b33b4f1b8112077078ca188a208cc6b Mon Sep 17 00:00:00 2001 From: Matthew Westphall Date: Wed, 15 May 2024 11:51:12 -0500 Subject: [PATCH 2/2] bump release version --- rpm/vo-client.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/rpm/vo-client.spec b/rpm/vo-client.spec index 2447483..1ea2018 100644 --- a/rpm/vo-client.spec +++ b/rpm/vo-client.spec @@ -5,7 +5,7 @@ %define iam_vomses 0 Name: vo-client -Version: 135 +Version: 137 Release: 1%{?dist} Summary: Contains vomses file for use with user authentication @@ -94,6 +94,12 @@ find $RPM_BUILD_ROOT/%{_sysconfdir}/grid-security/vomsdir -type d -exec chmod 75 %config(noreplace) %{_datadir}/osg/grid-vorolemap %changelog +* Wed May 15 2024 Matt Westphall - 137-1 +- Roll back release 136-1 due to incompatibility with new IAM servers + +* Mon May 06 2024 Matt Westphall - 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 - 135-1 - Add LSC files (only) for new CERN IAM endpoints (SOFTWARE-5843)