From 9c6e281da8d7d84b79194f46788d7185cb08ccea Mon Sep 17 00:00:00 2001 From: mwestphall Date: Thu, 9 Jan 2025 15:23:32 -0600 Subject: [PATCH] Add Suggests: osg-ca-certs(SOFTWARE-6051) --- rpm/vo-client.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rpm/vo-client.spec b/rpm/vo-client.spec index 1ea2018..6b10b51 100644 --- a/rpm/vo-client.spec +++ b/rpm/vo-client.spec @@ -6,13 +6,14 @@ Name: vo-client Version: 137 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Contains vomses file for use with user authentication License: Apache 2.0 URL: https://github.com/opensciencegrid/osg-vo-config BuildArch: noarch +Suggests: osg-ca-certs Requires: grid-certificates >= 7 Source0: %{name}-%{version}.tar.gz @@ -94,6 +95,9 @@ find $RPM_BUILD_ROOT/%{_sysconfdir}/grid-security/vomsdir -type d -exec chmod 75 %config(noreplace) %{_datadir}/osg/grid-vorolemap %changelog +* Thu Jan 9 2025 Matt Westphall - 137-2 +- Add suggests: osg-ca-certs to satisfy grid-certificates (SOFTWARE-6051) + * Wed May 15 2024 Matt Westphall - 137-1 - Roll back release 136-1 due to incompatibility with new IAM servers