- Add netstat dependency
This commit is contained in:
parent
ed7d39fd2a
commit
d6c8b9b79b
@ -36,7 +36,7 @@
|
||||
Name: resource-agents
|
||||
Summary: Open Source HA Reusable Cluster Resource Scripts
|
||||
Version: 3.9.7
|
||||
Release: 4%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}
|
||||
Release: 5%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}
|
||||
License: GPLv2+ and LGPLv2+
|
||||
URL: https://github.com/ClusterLabs/resource-agents
|
||||
%if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel}
|
||||
@ -82,7 +82,7 @@ BuildRequires: libxslt docbook_4 docbook-xsl-stylesheets
|
||||
%if %{with rgmanager}
|
||||
# system tools shared by several agents
|
||||
Requires: /bin/bash /bin/grep /bin/sed /bin/gawk
|
||||
Requires: /bin/ps /usr/bin/pkill /bin/hostname
|
||||
Requires: /bin/ps /usr/bin/pkill /bin/hostname /bin/netstat
|
||||
Requires: /sbin/fuser
|
||||
Requires: /sbin/findfs /bin/mount
|
||||
|
||||
@ -327,6 +327,9 @@ ccs_update_schema > /dev/null 2>&1 ||:
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Dec 9 2016 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.7-5
|
||||
- Add netstat dependency
|
||||
|
||||
* Tue Feb 9 2016 Oyvind Albrigtsen <oalbrigt@redhat.com> - 3.9.7-4
|
||||
- Rebase to resource-agents 3.9.7 upstream release.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user