diff options
author | Pierre-Philipp Braun <pbraun@nethence.com> | 2020-04-24 07:17:11 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-04-24 07:17:11 +0700 |
commit | 6a320a5df093b2122869d2421d0b40f20c3b1cb7 (patch) | |
tree | a677c12f3e1854d0efa1dbe1eee06aef2a972594 /system/resource-agents | |
parent | 1ace3d99d03de6d96e4b84bc3c1c19abca40f1de (diff) | |
download | slackbuilds-6a320a5df093b2122869d2421d0b40f20c3b1cb7.tar.gz |
system/resource-agents: Updated for version 4.5.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/resource-agents')
-rw-r--r-- | system/resource-agents/README | 4 | ||||
-rw-r--r-- | system/resource-agents/resource-agents.SlackBuild | 4 | ||||
-rw-r--r-- | system/resource-agents/resource-agents.info | 6 | ||||
-rw-r--r-- | system/resource-agents/slack-desc | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/system/resource-agents/README b/system/resource-agents/README index 5e29e87044..1a3187e18b 100644 --- a/system/resource-agents/README +++ b/system/resource-agents/README @@ -2,8 +2,8 @@ resource-agents (cluster service executables) Combined repository of OCF agents from the RHCS and Linux-HA projects -You might also want to install corosync, pacemaker, resource-agents, crmsh, -fence-agents and eventually cluster-glue. +You might also want to install cluster-glue, heartbeat, resource-agents, +fence-agents. Define OCF_ROOT and eventually OCF_RESKEY_<param> if you need to test the resource executables manually. diff --git a/system/resource-agents/resource-agents.SlackBuild b/system/resource-agents/resource-agents.SlackBuild index 2755856326..e25b48105e 100644 --- a/system/resource-agents/resource-agents.SlackBuild +++ b/system/resource-agents/resource-agents.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=resource-agents -VERSION=${VERSION:-4.1.1} +VERSION=${VERSION:-4.5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -94,7 +94,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - AUTHORS COPYING COPYING.GPLv3 COPYING.LGPL ChangeLog README \ + AUTHORS COPYING COPYING.GPLv3 COPYING.LGPL ChangeLog NEWS README.md \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/system/resource-agents/resource-agents.info b/system/resource-agents/resource-agents.info index f926462310..1d1d04d0cf 100644 --- a/system/resource-agents/resource-agents.info +++ b/system/resource-agents/resource-agents.info @@ -1,8 +1,8 @@ PRGNAM="resource-agents" -VERSION="4.1.1" +VERSION="4.5.0" HOMEPAGE="https://github.com/ClusterLabs/resource-agents" -DOWNLOAD="https://github.com/ClusterLabs/resource-agents/archive/v4.1.1/resource-agents-4.1.1.tar.gz" -MD5SUM="82e3a335f942347f1b7c27b9f8e8e984" +DOWNLOAD="https://github.com/ClusterLabs/resource-agents/archive/v4.5.0/resource-agents-4.5.0.tar.gz" +MD5SUM="265fd01a2b4119b7b733c829c4c36d32" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/system/resource-agents/slack-desc b/system/resource-agents/slack-desc index 8912e4fd0a..375e8809f5 100644 --- a/system/resource-agents/slack-desc +++ b/system/resource-agents/slack-desc @@ -10,8 +10,8 @@ resource-agents: resource-agents (cluster service executables) resource-agents: resource-agents: Combined repository of OCF agents from the RHCS and Linux-HA projects resource-agents: -resource-agents: You might also want to install corosync, pacemaker, resource-agents, -resource-agents: crmsh, fence-agents and eventually cluster-glue. +resource-agents: You might also want to install cluster-glue, heartbeat, +resource-agents: resource-agents, fence-agents. resource-agents: resource-agents: resource-agents: |