From 457dc205fabc34842f4ddba1829f556398c09183 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Sat, 30 Oct 2021 04:20:59 +0000 Subject: [PATCH] import resource-agents-4.9.0-7.el8 --- SPECS/resource-agents.spec | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/SPECS/resource-agents.spec b/SPECS/resource-agents.spec index dd3df42..2f7875e 100644 --- a/SPECS/resource-agents.spec +++ b/SPECS/resource-agents.spec @@ -66,7 +66,7 @@ Name: resource-agents Summary: Open Source HA Reusable Cluster Resource Scripts Version: 4.9.0 -Release: 5%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist} +Release: 7%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist} License: GPLv2+ and LGPLv2+ URL: https://github.com/ClusterLabs/resource-agents %if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel} @@ -208,6 +208,7 @@ Group: Productivity/Clustering/HA %endif Requires: %{name} = %{version}-%{release} Requires: python3-google-api-client +Requires: socat # google-cloud-sdk bundle Requires: python3-cryptography >= 1.7.2 Requires: python3-dateutil >= 2.6.0 @@ -824,6 +825,8 @@ ccs_update_schema > /dev/null 2>&1 ||: %doc %{pyroute2}_README* %license %{pyroute2}_LICENSE* %defattr(-,root,root) +/usr/lib/ocf/resource.d/heartbeat/gcp-ilb +%{_mandir}/man7/*gcp-ilb* /usr/lib/ocf/resource.d/heartbeat/gcp-vpc-move-vip* %{_mandir}/man7/*gcp-vpc-move-vip* /usr/lib/ocf/resource.d/heartbeat/gcp-vpc-move-route* @@ -845,6 +848,16 @@ ccs_update_schema > /dev/null 2>&1 ||: %{_usr}/lib/ocf/lib/heartbeat/OCF_*.pm %changelog +* Thu Oct 28 2021 Oyvind Albrigtsen - 4.9.0-7 +- gcp-ilb: new resource agent + + Resolves: rhbz#2015789 + +* Thu Oct 28 2021 Oyvind Albrigtsen - 4.9.0-6 +- Route: return NOT_RUNNING if interface doesnt exist + + Resolves: rhbz#2002764 + * Tue Oct 19 2021 Oyvind Albrigtsen - 4.9.0-5 - All agents: set correct agent and OCF version in metadata - nfsserver: add nfs_server_scope parameter