Skip to content

Commit

Permalink
Merge pull request #154 from opensciencegrid/mwestphall-patch-1
Browse files Browse the repository at this point in the history
Add Suggests: osg-ca-certs (SOFTWARE-6051)
  • Loading branch information
matyasselmeci authored Jan 9, 2025
2 parents d74f070 + 52442c2 commit 3ee41d6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion rpm/xcache.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Name: xcache
Summary: XCache scripts and configurations
Version: 3.7.0
Release: 2%{?dist}
Release: 3%{?dist}
License: Apache 2.0
Group: Grid
URL: https://osg-htc.org/docs/
Expand Down Expand Up @@ -52,6 +52,7 @@ Requires: xrootd-server >= 1:5.1.0
# Use common OSG XRootD configuration
Requires: osg-xrootd >= 3.6

Suggests: osg-ca-certs
Requires: grid-certificates >= 7
Requires: vo-client
Requires: fetch-crl
Expand Down Expand Up @@ -310,6 +311,9 @@ mkdir -p %{buildroot}%{_sysconfdir}/grid-security/xrd
%config %{_sysconfdir}/xrootd/config.d/03-redir-tuning.cfg

%changelog
* Thu Jan 9 2025 Matt Westphall <[email protected]> - 3.7.0-3
- Add suggests: osg-ca-certs to satisfy grid-certificates (SOFTWARE-6051)

* Tue Dec 17 2024 Mátyás Selmeci <[email protected]> - 3.7.0-2
- Relax main package version requirement in stash-cache and stash-origin subpackages
to make upgrades to OSG 24 easier (SOFTWARE-6045)
Expand Down

0 comments on commit 3ee41d6

Please sign in to comment.