From: Dietmar Maurer Date: Sat, 21 Dec 2013 05:48:03 +0000 (+0100) Subject: bump version to 2.0.90-2 X-Git-Url: https://git.proxmox.com/?p=openvswitch.git;a=commitdiff_plain;h=d69c4df421f488ed8c1542759488fd0b12710e24 bump version to 2.0.90-2 Add Debian changelog entry. --- diff --git a/Makefile b/Makefile index 567a718..448fe7b 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,8 @@ RELEASE=3.1 +# also add entry in changelog.Debian OVSVER=2.0.90 -PKGRELEASE=1 +PKGRELEASE=2 OVSDIR=openvswitch-${OVSVER} OVSSRC=openvswitch-${OVSVER}.tar.gz @@ -22,6 +23,8 @@ ${DEBS}: ${OVSSRC} tar xf ${OVSSRC} cd ${OVSDIR}; ln -s ../pvepatches patches cd ${OVSDIR}; quilt push -a + mv ${OVSDIR}/debian/changelog ${OVSDIR}/debian/changelog.org + cat changelog.Debian ${OVSDIR}/debian/changelog.org> ${OVSDIR}/debian/changelog echo "git clone git://git.proxmox.com/git/openvswitch.git\\ngit checkout ${GITVERSION}" > ${OVSDIR}/debian/SOURCE echo "debian/SOURCE" >> ${OVSDIR}/debian/openvswitch-common.docs echo "debian/SOURCE" >> ${OVSDIR}/debian/openvswitch-switch.docs diff --git a/changelog.Debian b/changelog.Debian new file mode 100644 index 0000000..5c3b040 --- /dev/null +++ b/changelog.Debian @@ -0,0 +1,9 @@ +openvswitch (2.0.90-2) unstable; urgency=low + + * backport for Proxmox VE + + * start vswitchd early in runlevel S, so that ovs network interfaces + are available at boot time. + + -- Proxmox Support Team Sat, 21 Dec 2013 06:43:12 +0100 +