From b54b5364fa067421b3c95e669d116cf0a1c0477e Mon Sep 17 00:00:00 2001 From: Derek Weitzel Date: Thu, 6 Aug 2020 09:55:28 -0500 Subject: [PATCH] Bump to version 1.2.2 --- rpm/xrootd-scitokens.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/rpm/xrootd-scitokens.spec b/rpm/xrootd-scitokens.spec index 0040244..a951454 100644 --- a/rpm/xrootd-scitokens.spec +++ b/rpm/xrootd-scitokens.spec @@ -1,6 +1,6 @@ Name: xrootd-scitokens -Version: 1.2.1 -Release: 3%{?dist} +Version: 1.2.2 +Release: 1%{?dist} Summary: SciTokens authentication plugin for XRootD License: Apache 2.0 URL: https://github.com/scitokens/xrootd-scitokens @@ -59,6 +59,10 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %changelog +* Wed Aug 06 2020 Derek Weitzel - 1.2.2-1 +- Fix behavior difference between el7 and el8 #30 +- Set allowed_issuers in the JWT deserialize #31 + * Tue Jul 14 2020 Diego Davila - 1.2.1-3 - updating XRootD adding minor version to requirements (SOFTWARE-4137)