Add missed fence-agenst-devel
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=192
This commit is contained in:
parent
a3750a16a2
commit
8dac6b832c
@ -255,7 +255,6 @@ This package contains support files including the Python fencing library.
|
||||
%{_datadir}/cluster
|
||||
%exclude %{_datadir}/cluster/fence_mpath_check*
|
||||
%exclude %{_datadir}/cluster/fence_scsi_check*
|
||||
%{_datadir}/pkgconfig/%{name}.pc
|
||||
%exclude %{_sbindir}/*
|
||||
%exclude %{_mandir}/man8/*
|
||||
%if %{defined _tmpfilesdir}
|
||||
@ -293,6 +292,24 @@ Requires: fence-agents-common >= %{version}-%{release}
|
||||
Requires: python3-jmespath >= 0.9.0
|
||||
Conflicts: %{name} < %{version}-%{release}
|
||||
|
||||
%package devel
|
||||
Summary: Fence Agents for High Availability
|
||||
License: GPL-2.0-only AND LGPL-2.1-only
|
||||
Group: Development/Tools/Other
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
Fence agents are device drivers able to prevent computers from
|
||||
destroying data on shared storage. Their aim is to isolate a
|
||||
corrupted computer by controlling power, network or storage
|
||||
configuration. This package provides agents suitable only for
|
||||
development.
|
||||
|
||||
%files devel
|
||||
%{_datadir}/pkgconfig/%{name}.pc
|
||||
%{_sbindir}/fence_dummy
|
||||
%{_mandir}/man8/fence_dummy*
|
||||
|
||||
%description aliyun
|
||||
The fence-agents-aliyun package contains a fence agent for Alibaba Cloud (Aliyun) instances.
|
||||
|
||||
@ -417,11 +434,10 @@ Requires: fence-agents-common = %{version}-%{release}
|
||||
%if 0%{?rhel} && 0%{?rhel} < 9
|
||||
Requires: python3-azure-sdk
|
||||
%else
|
||||
Requires: python3-azure-common
|
||||
Requires: python3-azure-identity
|
||||
Requires: python3-azure-mgmt-compute
|
||||
Requires: python3-azure-mgmt-network
|
||||
Requires: python3-msrestazure
|
||||
Requires: python311-azure-common
|
||||
Requires: python311-azure-identity
|
||||
Requires: python311-azure-mgmt-compute
|
||||
Requires: python311-azure-mgmt-network
|
||||
Requires: python311-msrestazure
|
||||
Requires: python311-pexpect
|
||||
Requires: python311-pycurl
|
||||
|
Loading…
Reference in New Issue
Block a user