Skip to content

Commit

Permalink
Merge branch 'SOFTWARE-5028.fixup' into V3-branch
Browse files Browse the repository at this point in the history
* SOFTWARE-5028.fixup:
  Bump version to 3.2.1
  Fix typo in service name
  • Loading branch information
matyasselmeci committed Sep 16, 2022
2 parents 05c2e49 + e0e4a80 commit 60e7a94
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# ------------------------------------------------------------------------------

PACKAGE := xcache
VERSION := 3.2.0
VERSION := 3.2.1


# ------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion configs/stash/systemd/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ After=network-online.target
OnBootSec=15min
OnUnitActiveSec=15min
RandomizedDelaySec=3min
Unit=stash-authfile.service@%i
Unit=stash-authfile@%i.service

[Install]
WantedBy=timers.target
4 changes: 2 additions & 2 deletions rpm/xcache.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: xcache
Summary: XCache scripts and configurations
Version: 3.2.0
Version: 3.2.1
Release: 1%{?dist}
License: Apache 2.0
Group: Grid
Expand Down Expand Up @@ -279,7 +279,7 @@ mkdir -p %{buildroot}%{_sysconfdir}/grid-security/xrd
%config %{_sysconfdir}/xrootd/config.d/03-redir-tuning.cfg

%changelog
* Thu Sep 15 2022 Mátyás Selmeci <[email protected]> - 3.2.0-1
* Thu Sep 15 2022 Mátyás Selmeci <[email protected]> - 3.2.1-1
- Allow specifying the xrootd instance (e.g. stash-cache, stash-origin-auth) to
authfile-update (SOFTWARE-5028)
- Split stash-origin's "originexport" var into "PublicOriginExport" and
Expand Down

0 comments on commit 60e7a94

Please sign in to comment.