SHA256
1
0
forked from pool/openvswitch

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
This commit is contained in:
Lars Vogdt 2019-06-23 15:29:48 +00:00 committed by Git OBS Bridge
parent 21b9f164e3
commit 2859e36d2a
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jun 20 12:00:42 UTC 2019 - <jcaamano@suse.com>
- Update DPDK dependency to support DPDK 18.11.2.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 10 17:12:00 UTC 2019 - <jcaamano@suse.com> Mon Jun 10 17:12:00 UTC 2019 - <jcaamano@suse.com>

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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 # needssslcertforbuild
@ -119,7 +119,8 @@ Suggests: openvswitch-kmp
# 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 18.11. # 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: libmnl-devel
BuildRequires: libnuma-devel BuildRequires: libnuma-devel
BuildRequires: libpcap-devel BuildRequires: libpcap-devel