- Add git BuildReq

Resolves: RHEL-27929
  Resolves: RHEL-28097
This commit is contained in:
Oyvind Albrigtsen 2024-03-14 09:41:26 +01:00
parent 2939ffd0f0
commit 82c4672c2d

View File

@ -59,7 +59,7 @@
Name: fence-agents Name: fence-agents
Summary: Set of unified programs capable of host isolation ("fencing") Summary: Set of unified programs capable of host isolation ("fencing")
Version: 4.10.0 Version: 4.10.0
Release: 64%{?alphatag:.%{alphatag}}%{?dist} Release: 65%{?alphatag:.%{alphatag}}%{?dist}
License: GPLv2+ and LGPLv2+ License: GPLv2+ and LGPLv2+
URL: https://github.com/ClusterLabs/fence-agents URL: https://github.com/ClusterLabs/fence-agents
Source0: https://fedorahosted.org/releases/f/e/fence-agents/%{name}-%{version}.tar.gz Source0: https://fedorahosted.org/releases/f/e/fence-agents/%{name}-%{version}.tar.gz
@ -330,7 +330,7 @@ BuildRequires: python3-devel
# dependencies for building HA support subpackages # dependencies for building HA support subpackages
BuildRequires: python3-pip python3-wheel BuildRequires: python3-pip python3-wheel
%ifarch x86_64 %ifarch x86_64
BuildRequires: golang BuildRequires: golang git
%endif %endif
BuildRequires: python3-pycurl python3-requests BuildRequires: python3-pycurl python3-requests
%if 0%{?fedora} || 0%{?centos} > 7 || 0%{?rhel} > 7 %if 0%{?fedora} || 0%{?centos} > 7 || 0%{?rhel} > 7
@ -1517,7 +1517,7 @@ are located on corosync cluster nodes.
%endif %endif
%changelog %changelog
* Mon Mar 11 2024 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.10.0-64 * Thu Mar 14 2024 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.10.0-65
- Add missing licenses to spec-file - Add missing licenses to spec-file
Resolves: RHEL-27929 Resolves: RHEL-27929
- ha-cloud-support: fix aliyun-cli - ha-cloud-support: fix aliyun-cli