mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/resource-agents: Updated for version 4.5.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1ace3d99d0
commit
6a320a5df0
4 changed files with 9 additions and 9 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue