forked from pool/openvswitch
Accepting request 615104 from network
OBS-URL: https://build.opensuse.org/request/show/615104 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openvswitch?expand=0&rev=27
This commit is contained in:
commit
35279b000b
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user