- Add netstat dependency
This commit is contained in:
parent
d6c8b9b79b
commit
f96ff4667a
@ -36,7 +36,7 @@
|
|||||||
Name: resource-agents
|
Name: resource-agents
|
||||||
Summary: Open Source HA Reusable Cluster Resource Scripts
|
Summary: Open Source HA Reusable Cluster Resource Scripts
|
||||||
Version: 3.9.7
|
Version: 3.9.7
|
||||||
Release: 5%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}
|
Release: 6%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
URL: https://github.com/ClusterLabs/resource-agents
|
URL: https://github.com/ClusterLabs/resource-agents
|
||||||
%if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel}
|
%if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel}
|
||||||
@ -77,31 +77,35 @@ BuildRequires: libxslt docbook_4 docbook-xsl-stylesheets
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
## Runtime deps
|
## Runtime deps
|
||||||
## These apply to rgmanager agents only to guarantee agents
|
|
||||||
## are functional
|
|
||||||
%if %{with rgmanager}
|
|
||||||
# system tools shared by several agents
|
# system tools shared by several agents
|
||||||
Requires: /bin/bash /bin/grep /bin/sed /bin/gawk
|
Requires: /bin/bash /bin/grep /bin/sed /bin/gawk
|
||||||
Requires: /bin/ps /usr/bin/pkill /bin/hostname /bin/netstat
|
Requires: /bin/ps /usr/bin/pkill /usr/bin/hostname /usr/bin/netstat
|
||||||
Requires: /sbin/fuser
|
Requires: /usr/sbin/fuser /bin/mount
|
||||||
Requires: /sbin/findfs /bin/mount
|
|
||||||
|
|
||||||
# fs.sh
|
# Filesystem / fs.sh / netfs.sh
|
||||||
Requires: /sbin/quotaon /sbin/quotacheck
|
|
||||||
Requires: /sbin/fsck
|
Requires: /sbin/fsck
|
||||||
Requires: /usr/sbin/fsck.ext2 /usr/sbin/fsck.ext3 /usr/sbin/fsck.ext4
|
Requires: /usr/sbin/fsck.ext2 /usr/sbin/fsck.ext3 /usr/sbin/fsck.ext4
|
||||||
Requires: /usr/sbin/fsck.xfs
|
Requires: /usr/sbin/fsck.xfs
|
||||||
|
Requires: /sbin/mount.nfs /sbin/mount.nfs4 /usr/sbin/mount.cifs
|
||||||
|
|
||||||
# ip.sh
|
# IPaddr2
|
||||||
Requires: /sbin/ip /usr/sbin/ethtool
|
Requires: /sbin/ip
|
||||||
Requires: /sbin/rdisc /usr/sbin/arping /bin/ping /bin/ping6
|
|
||||||
|
|
||||||
# lvm.sh
|
# LVM / lvm.sh
|
||||||
Requires: /usr/sbin/lvm
|
Requires: /usr/sbin/lvm
|
||||||
|
|
||||||
# netfs.sh
|
# nfsserver / netfs.sh
|
||||||
Requires: /sbin/mount.nfs /sbin/mount.nfs4 /usr/sbin/mount.cifs
|
|
||||||
Requires: /usr/sbin/rpc.nfsd /sbin/rpc.statd /usr/sbin/rpc.mountd
|
Requires: /usr/sbin/rpc.nfsd /sbin/rpc.statd /usr/sbin/rpc.mountd
|
||||||
|
|
||||||
|
# rgmanager
|
||||||
|
%if %{with rgmanager}
|
||||||
|
# ip.sh
|
||||||
|
Requires: /usr/sbin/ethtool
|
||||||
|
Requires: /sbin/rdisc /usr/sbin/arping /bin/ping /bin/ping6
|
||||||
|
|
||||||
|
#nfsexport.sh
|
||||||
|
Requires: /sbin/findfs
|
||||||
|
Requires: /sbin/quotaon /sbin/quotacheck
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -327,7 +331,7 @@ ccs_update_schema > /dev/null 2>&1 ||:
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Dec 9 2016 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.7-5
|
* Thu Dec 15 2016 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.7-6
|
||||||
- Add netstat dependency
|
- Add netstat dependency
|
||||||
|
|
||||||
* Tue Feb 9 2016 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.7-4
|
* Tue Feb 9 2016 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.7-4
|
||||||
|
Loading…
Reference in New Issue
Block a user