Signed-off-by: Fabian Grünbichler <[email protected]> --- changelog.Debian | 6 ++++++ Makefile | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/changelog.Debian b/changelog.Debian index 72d7798..7aeec7f 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,3 +1,9 @@ +corosync (2.4.4-pve1) unstable; urgency=medium + + * update to corosync 2.4.4 + + -- Proxmox Support Team <[email protected]> Wed, 24 Oct 2018 12:48:36 +0200 + corosync (2.4.2-pve5) unstable; urgency=medium * cpg: Inform clients about left nodes during pause diff --git a/Makefile b/Makefile index 59d33c8..363aeb2 100644 --- a/Makefile +++ b/Makefile @@ -3,13 +3,13 @@ RELEASE=5.0 # source from http://www.corosync.org CSVERSION=2.4.4 -CSRELEASE=pve5 +CSRELEASE=pve1 DEBRELEASE=3 CSDIR=corosync-${CSVERSION} CSSRC=corosync_${CSVERSION}.orig.tar.gz ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH) -GITVERSION:=$(shell cat .git/refs/heads/master) +GITVERSION:=$(shell git rev-parse HEAD) MAIN_DEB=corosync-pve_${CSVERSION}-${CSRELEASE}_all.deb -- 2.19.1 _______________________________________________ pve-devel mailing list [email protected] https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
