[pve-devel] applied: [PATCH 2/2] bump version to 1.0.5-1~bpo9+2
Thomas Lamprecht
t.lamprecht at proxmox.com
Mon Jun 24 14:16:58 CEST 2019
we cannot bump the part before ~ to ensure the upgrade to Debian pull
in the for Buster build version (it's 1.0.5-1 there, tilde makes ours
always the lesser choice) so add a +2 which ranks (in terms of
importance) before the older "1.0.5-1~bpo9" but after 1.0.5-1
Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
Makefile | 2 +-
patches/0002-adapt-changelog.patch | 10 +++++++++-
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index de0425e..f13b498 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
VERSION=1.0.5
DEBRELEASE=1
-PVERELEASE=1~bpo9
+PVERELEASE=1~bpo9+2
BUILDDIR=libqb-${VERSION}
SRCARCHIVE=libqb_${VERSION}.orig.tar.xz
diff --git a/patches/0002-adapt-changelog.patch b/patches/0002-adapt-changelog.patch
index d826a0d..b21f253 100644
--- a/patches/0002-adapt-changelog.patch
+++ b/patches/0002-adapt-changelog.patch
@@ -3,6 +3,7 @@ From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= <f.gruenbichler at proxmox.com>
Date: Wed, 7 Nov 2018 12:23:19 +0100
Subject: [PATCH] adapt changelog
+Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
debian/changelog | 6 ++++++
1 file changed, 6 insertions(+)
@@ -11,7 +12,14 @@ diff --git a/debian/changelog b/debian/changelog
index 9923813..f62608e 100644
--- a/debian/changelog
+++ b/debian/changelog
-@@ -1,3 +1,9 @@
+@@ -1,3 +1,16 @@
++libqb (1.0.5-1~bpo9+2) unstable; urgency=medium
++
++ * restart pmxcfs and trigger pve-api-updates after upgrade to this new major
++ version
++
++ -- Proxmox Support Team <support at proxmox.com> Mon, 24 Jun 2019 13:09:45 +0200
++
+libqb (1.0.5-1~bpo9) unstable; urgency=medium
+
+ * backport from Debian Buster for PVE 5.x
--
2.20.1
More information about the pve-devel
mailing list