From f22be239de5f36663059d1361ea92010bf2c2242 Mon Sep 17 00:00:00 2001 From: Oyvind Albrigtsen Date: Feb 12 2021 09:25:14 +0000 Subject: - add BuildRequires for google lib --- diff --git a/resource-agents.spec b/resource-agents.spec index bfa6976..6a3b0a8 100644 --- a/resource-agents.spec +++ b/resource-agents.spec @@ -52,7 +52,7 @@ Name: resource-agents Summary: Open Source HA Reusable Cluster Resource Scripts Version: 4.7.0 -Release: 1%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}.1 +Release: 2%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist} License: GPLv2+ and LGPLv2+ URL: https://github.com/ClusterLabs/resource-agents Source0: %{upstream_prefix}-%{upstream_version}.tar.gz @@ -73,6 +73,15 @@ BuildRequires: python3-devel BuildRequires: python-devel %endif +%ifarch x86_64 +%if 0%{?fedora} || 0%{?centos} > 7 || 0%{?rhel} > 7 +BuildRequires: python3-google-api-client python3-pyroute2 +%endif +%if 0%{?suse_version} +BuildRequires: python3-google-api-python-client +%endif +%endif + %if 0%{?fedora} || 0%{?centos} || 0%{?rhel} BuildRequires: docbook-style-xsl docbook-dtds %if 0%{?rhel} == 0 @@ -174,8 +183,7 @@ See 'ldirectord -h' and linux-ha/doc/ldirectord for more information. %{error:Unable to determine the distribution/version. This is generally caused by missing /etc/rpm/macros.dist. Please install the correct build packages or define the required macros manually.} exit 1 %endif -%setup -q -n %{upstream_prefix}-%{upstream_version} -%autopatch -p1 +%autosetup -n %{upstream_prefix}-%{upstream_version} -p1 %build if [ ! -f configure ]; then @@ -372,6 +380,9 @@ ccs_update_schema > /dev/null 2>&1 ||: %endif %changelog +* Fri Feb 12 2021 Oyvind Albrigtsen - 4.7.0-2 +- add BuildRequires for google lib + * Wed Jan 27 2021 Fedora Release Engineering - 4.7.0-1.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild