forked from pool/openvswitch
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:
parent
ddcd77336e
commit
763b818f98
@ -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
|
Tue May 29 08:06:29 UTC 2018 - mchandras@suse.de
|
||||||
|
|
||||||
|
@ -110,7 +110,9 @@ Suggests: openvswitch-kmp
|
|||||||
%if %{with dpdk}
|
%if %{with dpdk}
|
||||||
# We need to be a bit strict with the dpdk version since
|
# We need to be a bit strict with the dpdk version since
|
||||||
# it's very possible for DPDK to change it's API between
|
# 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: dpdk-devel >= 17.05
|
||||||
BuildRequires: libnuma-devel
|
BuildRequires: libnuma-devel
|
||||||
BuildRequires: libpcap-devel
|
BuildRequires: libpcap-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user