Accepting request 614885 from home:markoschandras:network

- Restrict DPDK version to 18.02 since Open vSwitch 2.9 is not going
  to work with any newer releases.

OBS-URL: https://build.opensuse.org/request/show/614885
OBS-URL: https://build.opensuse.org/package/show/network/openvswitch?expand=0&rev=152
This commit is contained in:
OBS User mrdocs 2018-06-08 01:34:52 +00:00 committed by Git OBS Bridge
parent ddcd77336e
commit 763b818f98
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jun 7 10:00:35 UTC 2018 - mchandras@suse.de
- Restrict DPDK version to 18.02 since Open vSwitch 2.9 is not going
to work with any newer releases.
-------------------------------------------------------------------
Tue May 29 08:06:29 UTC 2018 - mchandras@suse.de

View File

@ -110,7 +110,9 @@ Suggests: openvswitch-kmp
%if %{with dpdk}
# 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 >=17.XX
# releases. This version currently requires >=17.XX and
# < 18.05
BuildRequires: dpdk-devel < 18.05
BuildRequires: dpdk-devel >= 17.05
BuildRequires: libnuma-devel
BuildRequires: libpcap-devel