-
Notifications
You must be signed in to change notification settings - Fork 13
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 #109 from brianhlin/SOFTWARE-4431.new-scitokens-pl…
…ugin Update config to append SciTokens to the auth list for XRootD 5+
- Loading branch information
Showing
3 changed files
with
22 additions
and
5 deletions.
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
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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Name: xcache | ||
Summary: XCache scripts and configurations | ||
Version: 1.5.3 | ||
Version: 1.5.4 | ||
Release: 1%{?dist} | ||
License: Apache 2.0 | ||
Group: Grid | ||
|
@@ -292,6 +292,10 @@ mkdir -p %{buildroot}%{_sysconfdir}/grid-security/xrd | |
%config %{_sysconfdir}/xrootd/config.d/03-redir-tuning.cfg | ||
|
||
%changelog | ||
* Tue Jan 26 2021 Brian Lin <[email protected]> - 1.5.4-1 | ||
- Update configuration to append SciTokens to the auth list for XRootD | ||
5+ (SOFTWARE-4431) | ||
|
||
* Wed Jan 13 2021 Brian Lin <[email protected]> - 1.5.3-1 | ||
- Add default values for the number of blocks and threads used for | ||
writing in parallel | ||
|