Skip to content

Commit 68a5e62

Browse files
author
Matt Westphall
committed
Add Suggests: osg-ca-certs to internal packages that depend on grid-certificates
git-svn-id: https://vdt.cs.wisc.edu/svn/native/redhat/branches/23-main@28193 4e558342-562e-0410-864c-e07659590f8c
1 parent d86c38a commit 68a5e62

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

Diff for: osg-ce/osg/osg-ce.spec

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Name: osg-ce
22
Summary: OSG Compute Element
33
# Note: the verison must match the OSG release series
44
Version: 23
5-
Release: 2%{?dist}
5+
Release: 3%{?dist}
66
License: Apache 2.0
77
URL: http://www.opensciencegrid.org
88

@@ -12,6 +12,7 @@ Source0: 01-osg-ce.conf
1212
BuildRequires: condor
1313
BuildRequires: htcondor-ce
1414

15+
Suggests: osg-ca-certs
1516
Requires: grid-certificates >= 7
1617
Requires: osg-scitokens-mapfile
1718
Requires: vo-client
@@ -141,6 +142,9 @@ sed -e 's/@@SERIES@@/%{version}/' %{SOURCE0} > $RPM_BUILD_ROOT/%{_datadir}/condo
141142
%files slurm
142143

143144
%changelog
145+
* Thu Jan 9 2025 Matt Westphall <[email protected]> - 23-3
146+
- Add suggests: osg-ca-certs to satisfy grid-certificates (SOFTWARE-6051)
147+
144148
* Mon Nov 13 2023 Mátyás Selmeci <[email protected]> - 23-2
145149
- Set correct value of OSG_SERIES attribute (SOFTWARE-5747)
146150

Diff for: osg-wn-client/osg/osg-wn-client.spec

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Name: osg-wn-client
22
Summary: OSG Worker-Node Client
33
Version: 23
4-
Release: 1%{?dist}
4+
Release: 2%{?dist}
55
License: Apache 2.0
66
URL: http://www.opensciencegrid.org
77
BuildArch: noarch
@@ -11,6 +11,7 @@ Requires: /usr/bin/xrdcp
1111
Requires: /usr/bin/curl
1212
Requires: /usr/bin/ldapsearch
1313
Requires: /usr/bin/wget
14+
Suggests: osg-ca-certs
1415
Requires: grid-certificates >= 7
1516
Requires: fetch-crl
1617
Requires: osg-system-profiler
@@ -44,6 +45,9 @@ EOF
4445
%config(noreplace) %{_prefix}/etc/globus-user-env.sh
4546

4647
%changelog
48+
* Thu Jan 9 2025 Matt Westphall <[email protected]> - 23-2
49+
- Add suggests: osg-ca-certs to satisfy grid-certificates (SOFTWARE-6051)
50+
4751
* Fri Sep 8 2023 Matt Westphall <[email protected]> - 23-1
4852
- Bump version for OSG 23
4953

Diff for: osg-xrootd/osg/osg-xrootd.spec

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: OSG configuration files for XRootD
22
Name: osg-xrootd
33
Version: 23
4-
Release: 6%{?dist}
4+
Release: 7%{?dist}
55
License: ASL 2.0
66
BuildArch: noarch
77

@@ -24,6 +24,7 @@ Source15: scitokens.conf
2424
Requires: xrootd >= 1:5.6.0
2525

2626
# Necessary for authentication
27+
Suggests: osg-ca-certs
2728
Requires: grid-certificates >= 7
2829
Requires: vo-client
2930
Requires: fetch-crl
@@ -94,6 +95,9 @@ mkdir -p /etc/grid-security >/dev/null 2>&1 || :
9495
[ -e /etc/grid-security/grid-mapfile ] || touch /etc/grid-security/grid-mapfile
9596

9697
%changelog
98+
* Thu Jan 9 2025 Matt Westphall <[email protected]> - 23-7
99+
- Add suggests: osg-ca-certs to satisfy grid-certificates (SOFTWARE-6051)
100+
97101
* Mon Mar 18 2024 Mátyás Selmeci <[email protected]> - 23-6
98102
- Add GridMapfile and GmapOpt variables for controlling grid-mapfile mapping (SOFTWARE-5468)
99103

0 commit comments

Comments
 (0)