- fence-agents-scsi: add missing fence-agents-common dependency

This commit is contained in:
Oyvind Albrigtsen 2019-01-16 10:34:38 +01:00
parent 656a23b80c
commit ec9a45a47b

View File

@ -9,7 +9,7 @@
Name: fence-agents
Summary: Set of unified programs capable of host isolation ("fencing")
Version: 4.3.3
Release: 1%{?alphatag:.%{alphatag}}%{?dist}
Release: 2%{?alphatag:.%{alphatag}}%{?dist}
License: GPLv2+ and LGPLv2+
Group: System Environment/Base
URL: https://github.com/ClusterLabs/fence-agents
@ -199,7 +199,7 @@ Fence agent for AMT compatibile devices that are accessed via
License: ASL 2.0
Group: System Environment/Base
Summary: Fence agent for Intel AMT (WS-Man) devices
Requires: fence-agents-common >= %{version}-%{release}
Requires: fence-agents-common = %{version}-%{release}
Requires: openwsman-python3
BuildArch: noarch
%description amt-ws
@ -240,7 +240,7 @@ Fence agents for APC devices that are accessed via the SNMP protocol.
License: GPLv2+ and LGPLv2+
Group: System Environment/Base
Summary: Fence agent for Amazon AWS
Requires: fence-agents-common >= %{version}-%{release}
Requires: fence-agents-common = %{version}-%{release}
Requires: python3-boto3
BuildArch: noarch
Obsoletes: fence-agents
@ -254,7 +254,7 @@ Fence agent for Amazon AWS instances.
License: GPLv2+ and LGPLv2+
Group: System Environment/Base
Summary: Fence agent for Azure Resource Manager
Requires: fence-agents-common >= %{version}-%{release}
Requires: fence-agents-common = %{version}-%{release}
Requires: python3-azure-sdk
BuildArch: noarch
Obsoletes: fence-agents
@ -424,7 +424,7 @@ via the HTTP(s) protocol.
License: GPLv2+ and LGPLv2+
Group: System Environment/Base
Summary: Fence agent for GCE (Google Cloud Engine)
Requires: fence-agents-common >= %{version}-%{release}
Requires: fence-agents-common = %{version}-%{release}
Requires: python3-google-api-client
BuildArch: noarch
Obsoletes: fence-agents
@ -454,7 +454,7 @@ Fence agent for Hitachi Compute Blades that are accessed via telnet.
License: GPLv2+ and LGPLv2+
Group: System Environment/Base
Summary: Pseudo fence agent to affect other agents based on ping-heuristics
Requires: fence-agents-common >= %{version}-%{release}
Requires: fence-agents-common = %{version}-%{release}
BuildArch: noarch
Obsoletes: fence-agents
%description heuristics-ping
@ -686,7 +686,7 @@ Requires: device-mapper-multipath
Requires: fence-agents-common = %{version}-%{release}
BuildArch: noarch
%description mpath
Fence agent for SCSI persisent reservation over
Fence agent for SCSI persistent reservation over
Device Mapper Multipath.
%files mpath
%{_sbindir}/fence_mpath
@ -744,7 +744,7 @@ Fence agent for PVE.
License: GPLv2+ and LGPLv2+
Group: System Environment/Base
Summary: Fence agent for Raritan Dominion PX
Requires: fence-agents-common
Requires: fence-agents-common = %{version}-%{release}
BuildArch: noarch
%description raritan
Fence agent for Raritan Dominion PX.
@ -757,7 +757,7 @@ Fence agent for Raritan Dominion PX.
License: GPLv2+ and LGPLv2+
Group: System Environment/Base
Summary: Fence agent for RCD serial
Requires: fence-agents-common
Requires: fence-agents-common = %{version}-%{release}
BuildArch: noarch
%description rcd-serial
Fence agent for RCD serial.
@ -840,11 +840,12 @@ Fence agent for SBD (storage-based death).
%package scsi
License: GPLv2+ and LGPLv2+
Group: System Environment/Base
Summary: Fence agent for SCSI persisent reservations
Summary: Fence agent for SCSI persistent reservations
Requires: sg3_utils
Requires: fence-agents-common = %{version}-%{release}
BuildArch: noarch
%description scsi
Fence agent for SCSI persisent reservations.
Fence agent for SCSI persistent reservations.
%files scsi
%{_sbindir}/fence_scsi
%{_datadir}/cluster/fence_scsi_check
@ -899,7 +900,7 @@ Fence agent for VMWare accessed with VI Perl Toolkit or vmrun.
License: GPLv2+ and LGPLv2+
Group: System Environment/Base
Summary: Fence agent for VMWare with REST API
Requires: fence-agents-common >= %{version}-%{release}
Requires: fence-agents-common = %{version}-%{release}
BuildArch: noarch
Obsoletes: fence-agents
%description vmware-rest
@ -926,7 +927,7 @@ Fence agent for VMWare with SOAP API v4.1+.
License: GPLv2+ and LGPLv2+
Group: System Environment/Base
Summary: Fence agent for VMWare vCloud Director
Requires: fence-agents-common >= %{version}-%{release}
Requires: fence-agents-common = %{version}-%{release}
BuildArch: noarch
Obsoletes: fence-agents
%description vmware-vcloud
@ -980,6 +981,9 @@ Fence agent for IBM z/VM over IP.
%{_mandir}/man8/fence_zvmip.8*
%changelog
* Wed Jan 16 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.3.3-2
- fence-agents-scsi: add missing fence-agents-common dependency
* Mon Dec 3 2018 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.3.3-1
- new upstream release