From a19b4ea0332b03e69105b1f9408d3eae107fc450 Mon Sep 17 00:00:00 2001 From: gustavo panizzo Date: Mon, 2 Dec 2013 12:33:00 -0300 Subject: [PATCH] dependency on openvswitch updated --- debian/changelog | 11 +++++------ debian/control | 4 ++-- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2cf345f19..087c1a264 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,3 @@ -neutron (2013.2-8) UNRELEASED; urgency=low - - * Watch file fixed. - - -- gustavo panizzo Mon, 02 Dec 2013 12:30:50 -0300 - neutron (2013.2-7) UNRELEASED; urgency=low * neutron-l3-agent & neutron-vpn-agent now conflicts with each other. @@ -12,6 +6,11 @@ neutron (2013.2-7) UNRELEASED; urgency=low * Fixes the sqlalchemy requirements.txt that restricted to SQLAlchemy <= 0.7.99. + [ gustavo panizzo ] + * Watch file fixed. + * Dependency on OpenvSwitch has been updated to 1.9, as it required by + the plugin. + -- Thomas Goirand Mon, 02 Dec 2013 22:39:46 +0800 neutron (2013.2-6) unstable; urgency=low diff --git a/debian/control b/debian/control index b60c1ed7d..2904f4b8e 100644 --- a/debian/control +++ b/debian/control @@ -356,9 +356,9 @@ Description: OpenStack virtual network service - LBaaS agent Package: neutron-plugin-openvswitch-agent Architecture: all -Pre-Depends: dpkg (>= 1.15.6~), openvswitch-switch +Pre-Depends: dpkg (>= 1.15.6~), openvswitch-switch (>=1.9) Depends: neutron-common (= ${source:Version}), - openvswitch-switch, + openvswitch-switch (>=1.9), sudo, ${misc:Depends}, ${python:Depends}, -- 2.45.2