[pve-devel] [PATCH] updated to latest stable upstream (1.0.1)

Thomas Lamprecht t.lamprecht at proxmox.com
Wed Feb 22 15:21:49 CET 2017


We still used RC1 from the 1.0 version, a few bugs and documentation
fixes happened in the meanwhile so updated to the latest stable
version 1.0.1

Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---

After applying the patch a
$ make download
needs to be made, the deleting of the old source tarball and the adding of
the new one can be squashed into this commit, if wanted.

 Makefile         | 4 ++--
 debian/changelog | 6 ++++++
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 683292b..6cd245d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 RELEASE=4.1
 
-QBVERSION=1.0
+QBVERSION=1.0.1
 QBRELEASE=1
 QBDIR=libqb-${QBVERSION}
 QBSRC=libqb-${QBVERSION}.orig.tar.gz
@@ -25,7 +25,7 @@ ${DEBS}: ${QBSRC}
 download:
 	rm -rf libqb-${QBVERSION} libqb-${QBVERSION}.orig.tar.gz
 	git clone git://github.com/ClusterLabs/libqb.git libqb-${QBVERSION}
-	cd libqb-${QBVERSION}; git checkout v1.0rc1
+	cd libqb-${QBVERSION}; git checkout v${QBVERSION}
 	cd libqb-${QBVERSION}; ./autogen.sh
 	tar czf libqb-${QBVERSION}.orig.tar.gz libqb-${QBVERSION}/
 
diff --git a/debian/changelog b/debian/changelog
index b6284ff..eead4e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libqb (1.0.1-1) unstable; urgency=medium
+
+  * update to latest upstream (v1.0.1)
+
+ -- Proxmox Support Team <support at proxmox.com>  Wed, 22 Feb 2017 14:38:58 +0100
+
 libqb (1.0-1) unstable; urgency=medium
 
   * update to latest upstream (v1.0rc1)
-- 
2.1.4





More information about the pve-devel mailing list