]> git.proxmox.com Git - fence-agents-pve.git/commitdiff
Update to 4.0.20 master
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 13 Aug 2015 10:14:44 +0000 (12:14 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 21 Aug 2015 09:32:04 +0000 (11:32 +0200)
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@proxmox.com>
Makefile
debian/changelog
fence-agents-4.0.16.tar.xz [deleted file]
fence-agents-4.0.20.tar.gz [new file with mode: 0644]

index e9a060aacf028a736e5482c50ef00e541d62b4e2..09ede7bafaff915cb591ddc3585c451a1d5c252a 100644 (file)
--- 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
 # 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}
 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)
 
 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}
        #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}
 
 .PHONY: upload
 upload: ${DEB}
index 32fbe1fdd697f3e34307f0fc2b6b065af0d50582..5be8d0e6b83a81aca2bc8ca8d3122a581a61c653 100644 (file)
@@ -1,3 +1,9 @@
+fence-agents-pve (4.0.20-1) unstable; urgency=medium
+
+  * update to 4.0.20
+
+ -- Proxmox Support Team <support@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
 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 (file)
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 (file)
index 0000000..e80515b
Binary files /dev/null and b/fence-agents-4.0.20.tar.gz differ