From 2859e36d2a5f2b025ed4ba9e90ac4c5282a44484a535fb917257630b46168dfb Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Sun, 23 Jun 2019 15:29:48 +0000 Subject: [PATCH] Accepting request 711127 from home:jaicaa:branches:network - Update DPDK dependency to support DPDK 18.11.2. OBS-URL: https://build.opensuse.org/request/show/711127 OBS-URL: https://build.opensuse.org/package/show/network/openvswitch?expand=0&rev=186 --- openvswitch.changes | 5 +++++ openvswitch.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/openvswitch.changes b/openvswitch.changes index 0a4e47b..61b6d32 100644 --- a/openvswitch.changes +++ b/openvswitch.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jun 20 12:00:42 UTC 2019 - + +- Update DPDK dependency to support DPDK 18.11.2. + ------------------------------------------------------------------- Mon Jun 10 17:12:00 UTC 2019 - diff --git a/openvswitch.spec b/openvswitch.spec index c390b29..e81ffcf 100644 --- a/openvswitch.spec +++ b/openvswitch.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # # needssslcertforbuild @@ -119,7 +119,8 @@ Suggests: openvswitch-kmp # We need to be a bit strict with the dpdk version since # it's very possible for DPDK to change it's API between # releases. This version currently requires 18.11. -BuildRequires: dpdk-devel = 18.11 +BuildRequires: dpdk-devel < 18.12 +BuildRequires: dpdk-devel >= 18.11 BuildRequires: libmnl-devel BuildRequires: libnuma-devel BuildRequires: libpcap-devel