[pve-devel] [PATCH] Update to 4.0.20
Thomas Lamprecht
t.lamprecht at proxmox.com
Thu Aug 13 12:14:44 CEST 2015
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 <t.lamprecht at proxmox.com>
---
Makefile | 8 ++++----
debian/changelog | 6 ++++++
2 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/Makefile b/Makefile
index e9a060a..3904fd0 100644
--- a/Makefile
+++ b/Makefile
@@ -3,10 +3,10 @@ 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
+FASRC=v${FAVER}.tar.gz
ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
GITVERSION:=$(shell cat .git/refs/heads/master)
@@ -30,7 +30,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/${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 <support at proxmox.com> 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
--
2.1.4
More information about the pve-devel
mailing list