From: Thomas Lamprecht Date: Thu, 13 Aug 2015 10:14:44 +0000 (+0200) Subject: Update to 4.0.20 X-Git-Url: https://git.proxmox.com/?p=fence-agents-pve.git;a=commitdiff_plain Update to 4.0.20 Update to latest stable from upstream (4.0.20) and update download target from the Makefile as the upstream repo was moved to: https://github.com/ClusterLabs/fence-agents/ Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index e9a060a..09ede7b 100644 --- a/Makefile +++ b/Makefile @@ -3,10 +3,11 @@ RELEASE=4.0 # GIT SOURCE: https://git.fedorahosted.org/git/fence-agents.git PACKAGE=fence-agents-pve -PKGREL=2 -FAVER=4.0.16 +PKGREL=1 +FAVER=4.0.20 FADIR=fence-agents-${FAVER} -FASRC=${FADIR}.tar.xz +GITHUPSRC=v${FAVER}.tar.gz +FASRC=${FADIR}.tar.gz ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH) GITVERSION:=$(shell cat .git/refs/heads/master) @@ -30,7 +31,7 @@ ${RHCSRC} download: #cd fence-agents.git; ./autogen.sh; ./configure; make dist #mv fence-agents.git/fence-agents-*.tar.xz . rm -f ${FASRC} - wget https://fedorahosted.org/releases/f/e/fence-agents/${FASRC} + wget https://github.com/ClusterLabs/fence-agents/archive/${GITHUPSRC} -O ${FASRC} .PHONY: upload upload: ${DEB} diff --git a/debian/changelog b/debian/changelog index 32fbe1f..5be8d0e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +fence-agents-pve (4.0.20-1) unstable; urgency=medium + + * update to 4.0.20 + + -- Proxmox Support Team Thu, 13 Aug 2015 09:50:51 +0200 + fence-agents-pve (4.0.16-2) unstable; urgency=medium * depend on either telnet or telnet-client diff --git a/fence-agents-4.0.16.tar.xz b/fence-agents-4.0.16.tar.xz deleted file mode 100644 index 1529b7d..0000000 Binary files a/fence-agents-4.0.16.tar.xz and /dev/null differ diff --git a/fence-agents-4.0.20.tar.gz b/fence-agents-4.0.20.tar.gz new file mode 100644 index 0000000..e80515b Binary files /dev/null and b/fence-agents-4.0.20.tar.gz differ