[pve-devel] [PATCH kernel 17/17] bump version for first PVE 5.0 build
Fabian Grünbichler
f.gruenbichler at proxmox.com
Mon Mar 6 10:31:38 CET 2017
Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
changelog.Debian | 16 ++++++++++++++++
changelog.firmware | 6 ++++++
proxmox-ve/changelog.Debian | 6 ++++++
Makefile | 10 +++++-----
control.tools | 4 ++--
5 files changed, 35 insertions(+), 7 deletions(-)
diff --git a/changelog.Debian b/changelog.Debian
index dcde72a..78666ab 100644
--- a/changelog.Debian
+++ b/changelog.Debian
@@ -1,3 +1,19 @@
+pve-kernel (4.10.1-1) unstable; urgency=medium
+
+ * update to Ubuntu Zesty's 4.10.0-11.13 kernel
+
+ * update igb to 5.3.5.4
+
+ * update ixgbe to 5.0.4
+
+ * update e1000e to 3.3.5.3
+
+ * don't build DRBD9 anymore, pve-kernel now comes with mainline DRBD8
+
+ * drop intel_idle Atom Cedarview revert
+
+ -- Proxmox Support Team <support at proxmox.com> Fri, 3 Mar 2017 15:54:29 +0100
+
pve-kernel (4.4.44-83) unstable; urgency=medium
* update to Ubuntu-4.4.0-63.84
diff --git a/changelog.firmware b/changelog.firmware
index 4cd81b5..7a4f894 100644
--- a/changelog.firmware
+++ b/changelog.firmware
@@ -1,3 +1,9 @@
+pve-firmware (2.0-1) unstable; urgency=medium
+
+ * updates for latest 4.10.1 kernel
+
+ -- Proxmox Support Team <support at proxmox.com> Fri, 3 Mar 2017 15:55:01 +0100
+
pve-firmware (1.1-11) unstable; urgency=medium
* updates for latest 4.4.44 kernel
diff --git a/proxmox-ve/changelog.Debian b/proxmox-ve/changelog.Debian
index ee29ef2..fe6afe3 100644
--- a/proxmox-ve/changelog.Debian
+++ b/proxmox-ve/changelog.Debian
@@ -1,3 +1,9 @@
+proxmox-ve (5.0-1) unstable; urgency=medium
+
+ * Proxmox VE package for Debian Stretch
+
+ -- Proxmox Support Team <support at proxmox.com> Fri, 3 Mar 2017 15:56:11 +0100
+
proxmox-ve (4.4-83) unstable; urgency=medium
* depend on newest 4.4.44-1-pve kernel
diff --git a/Makefile b/Makefile
index 62777a3..e301a48 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
RELEASE=5.0
# also update proxmox-ve/changelog if you change KERNEL_VER or KREL
-KERNEL_VER=4.4.44
-PKGREL=83
+KERNEL_VER=4.10.1
+PKGREL=1
# also include firmware of previous version into
# the fw package: fwlist-2.6.32-PREV-pve
KREL=1
@@ -23,8 +23,8 @@ TOP=$(shell pwd)
KERNEL_CFG_ORG=config-${KERNEL_VER}.org
-FW_VER=1.1
-FW_REL=11
+FW_VER=2.0
+FW_REL=1
FW_DEB=pve-firmware_${FW_VER}-${FW_REL}_all.deb
E1000EDIR=e1000e-3.3.5.3
@@ -85,7 +85,7 @@ PVE_DEB=${PVEPKG}_${RELEASE}-${PKGREL}_all.deb
VIRTUALHDRPACKAGE=pve-headers
VIRTUAL_HDR_DEB=${VIRTUALHDRPACKAGE}_${RELEASE}-${PKGREL}_all.deb
-LINUX_TOOLS_PKG=linux-tools-4.4
+LINUX_TOOLS_PKG=linux-tools-4.10
LINUX_TOOLS_DEB=${LINUX_TOOLS_PKG}_${KERNEL_VER}-${PKGREL}_amd64.deb
DEBS=${DST_DEB} ${HDR_DEB} ${FW_DEB} ${PVE_DEB} ${VIRTUAL_HDR_DEB} ${LINUX_TOOLS_DEB}
diff --git a/control.tools b/control.tools
index 6a705fa..db61d55 100644
--- a/control.tools
+++ b/control.tools
@@ -1,12 +1,12 @@
Source: pve-kernel
Maintainer: Proxmox Support Team <support at proxmox.com>
-Package: linux-tools-4.4
+Package: linux-tools-4.10
Architecture: amd64
Section: devel
Priority: optional
Depends: ${misc:Depends}, ${shlibs:Depends}, linux-base
-Description: Linux kernel version specific tools for version 4.4
+Description: Linux kernel version specific tools for version 4.10
This package provides the architecture dependent parts for kernel
version locked tools (such as perf and x86_energy_perf_policy)
--
2.1.4
More information about the pve-devel
mailing list