From: Wolfgang Bumiller Date: Mon, 27 Mar 2017 10:32:03 +0000 (+0200) Subject: depend on net-tools X-Git-Url: https://git.proxmox.com/?p=openvswitch.git;a=commitdiff_plain;h=049055080c1bd4e2075205631ccb1029a1966a52 depend on net-tools The ifupdown helpers use ifconfig See-also: Debian #857178 --- diff --git a/pvepatches/add-net-tools-dependency.patch b/pvepatches/add-net-tools-dependency.patch new file mode 100644 index 0000000..83356fd --- /dev/null +++ b/pvepatches/add-net-tools-dependency.patch @@ -0,0 +1,13 @@ +> Debian #857178 +> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=857178 +diff -rup a/debian/control b/debian/control +--- a/debian/control 2017-03-27 12:27:49.803031236 +0200 ++++ b/debian/control 2017-03-27 12:29:13.762965174 +0200 +@@ -46,6 +46,7 @@ Architecture: linux-any + Suggests: openvswitch-datapath-module + Depends: kmod | module-init-tools, + netbase, ++ net-tools, + openvswitch-common (= ${binary:Version}), + procps, + python-argparse, diff --git a/pvepatches/series b/pvepatches/series index 2c1c662..4de5839 100644 --- a/pvepatches/series +++ b/pvepatches/series @@ -3,3 +3,4 @@ install-systemd-services.patch delete-openvswitch-switch-init.patch use-systemctl-inside-ifupdown.patch remove-init-script-on-upgrades.patch +add-net-tools-dependency.patch