- new upstream release
This commit is contained in:
parent
37a07b6e05
commit
5d9a97ab1a
@ -8,8 +8,8 @@
|
||||
|
||||
Name: fence-agents
|
||||
Summary: Set of unified programs capable of host isolation ("fencing")
|
||||
Version: 4.3.3
|
||||
Release: 3%{?alphatag:.%{alphatag}}%{?dist}
|
||||
Version: 4.4.0
|
||||
Release: 1%{?alphatag:.%{alphatag}}%{?dist}
|
||||
License: GPLv2+ and LGPLv2+
|
||||
URL: https://github.com/ClusterLabs/fence-agents
|
||||
Source0: https://fedorahosted.org/releases/f/e/fence-agents/%{name}-%{version}.tar.gz
|
||||
@ -55,6 +55,7 @@ fence-agents-lpar \\
|
||||
fence-agents-mpath \\
|
||||
fence-agents-netio \\
|
||||
fence-agents-ovh \\
|
||||
fence-agents-redfish \\
|
||||
fence-agents-rhevm \\
|
||||
fence-agents-rsa \\
|
||||
fence-agents-rsb \\
|
||||
@ -721,6 +722,20 @@ Fence agent for RCD serial.
|
||||
%{_sbindir}/fence_rcd_serial
|
||||
%{_mandir}/man8/fence_rcd_serial.8*
|
||||
|
||||
%package redfish
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Base
|
||||
Summary: Fence agent for Redfish
|
||||
Requires: fence-agents-common >= %{version}-%{release}
|
||||
Requires: python3-requests
|
||||
Obsoletes: fence-agents
|
||||
%description redfish
|
||||
The fence-agents-redfish package contains a fence agent for Redfish
|
||||
%files redfish
|
||||
%defattr(-,root,root,-)
|
||||
%{_sbindir}/fence_redfish
|
||||
%{_mandir}/man8/fence_redfish.8*
|
||||
|
||||
%package rhevm
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Summary: Fence agent for RHEV-M
|
||||
@ -922,6 +937,9 @@ Fence agent for IBM z/VM over IP.
|
||||
%{_mandir}/man8/fence_zvmip.8*
|
||||
|
||||
%changelog
|
||||
* Tue Jun 4 2019 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.4.0-1
|
||||
- new upstream release
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.3.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (fence-agents-4.3.3.tar.gz) = f9b57a8c4e3dc192931d93bb4327ba697a882fd18df12bf8d37bbe55735a11862940ba598ff8253550a649dcbc5b11579de7683a77da582f05856d66ec4764a3
|
||||
SHA512 (fence-agents-4.4.0.tar.gz) = 286f23ec2319c2e54bf96bbd6d29874771f6dbdffc1f57035bc9539c5a7e943606da9eabcb7b669590d2e25d2f8c59c20cfc322dd0cf3c4f515a3a20e672c10e
|
||||
|
Loading…
Reference in New Issue
Block a user