- fence-agents-common: remove fence_scsi_check files
- fence-scsi: add "fence_scsi_check_hardreboot"
This commit is contained in:
parent
32e8d6502b
commit
d10f8703a1
@ -16,7 +16,7 @@
|
|||||||
Name: fence-agents
|
Name: fence-agents
|
||||||
Summary: Fence Agents for Red Hat Cluster
|
Summary: Fence Agents for Red Hat Cluster
|
||||||
Version: 4.0.24
|
Version: 4.0.24
|
||||||
Release: 10%{?alphatag:.%{alphatag}}%{?dist}
|
Release: 11%{?alphatag:.%{alphatag}}%{?dist}
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://sourceware.org/cluster/wiki/
|
URL: http://sourceware.org/cluster/wiki/
|
||||||
@ -84,6 +84,7 @@ Red Hat Fence Agents is a collection of scripts and libraries to handle remote p
|
|||||||
%{_datadir}/cluster
|
%{_datadir}/cluster
|
||||||
%{_datadir}/fence/fencing.py
|
%{_datadir}/fence/fencing.py
|
||||||
%{_datadir}/fence/fencing_snmp.py
|
%{_datadir}/fence/fencing_snmp.py
|
||||||
|
%exclude %{_datadir}/cluster/fence_scsi_check*
|
||||||
%exclude %{_sbindir}/fence_ack_manual
|
%exclude %{_sbindir}/fence_ack_manual
|
||||||
%exclude %{_mandir}/man8/fence_ack_manual.8*
|
%exclude %{_mandir}/man8/fence_ack_manual.8*
|
||||||
%exclude %{_sbindir}/fence_dummy
|
%exclude %{_sbindir}/fence_dummy
|
||||||
@ -680,6 +681,7 @@ The fence-agents-scsi package contains fence agent for SCSI persisent reservatio
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_sbindir}/fence_scsi
|
%{_sbindir}/fence_scsi
|
||||||
%{_datadir}/cluster/fence_scsi_check
|
%{_datadir}/cluster/fence_scsi_check
|
||||||
|
%{_datadir}/cluster/fence_scsi_check_hardreboot
|
||||||
%{_mandir}/man8/fence_scsi.8*
|
%{_mandir}/man8/fence_scsi.8*
|
||||||
|
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
@ -779,6 +781,10 @@ The fence-agents-zvm package contains a fence agent for IBM z/VM over IP.
|
|||||||
%{_mandir}/man8/fence_zvmip.8*
|
%{_mandir}/man8/fence_zvmip.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 29 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.24-11
|
||||||
|
- fence-agents-common: remove fence_scsi_check files
|
||||||
|
- fence-scsi: add "fence_scsi_check_hardreboot"
|
||||||
|
|
||||||
* Thu Aug 3 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.24-10
|
* Thu Aug 3 2017 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.0.24-10
|
||||||
- fence_zvm: fix "uintptr_t" undeclared
|
- fence_zvm: fix "uintptr_t" undeclared
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user