Accepting request 442335 from home:markoschandras:network

- Relax the DPDK dependency a bit so we can support stable and
  possibly new minor releases as well.

OBS-URL: https://build.opensuse.org/request/show/442335
OBS-URL: https://build.opensuse.org/package/show/network/openvswitch?expand=0&rev=109
This commit is contained in:
Markos Chandras 2016-11-28 11:39:20 +00:00 committed by Git OBS Bridge
parent 961621fedc
commit 22ee90756e
4 changed files with 18 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Nov 25 16:36:40 UTC 2016 - mchandras@suse.de
- Relax the DPDK dependency a bit so we can support stable and
possibly new minor releases as well.
-------------------------------------------------------------------
Mon Nov 21 11:53:00 UTC 2016 - mchandras@suse.de

View File

@ -70,8 +70,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
%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 16.07.
BuildRequires: dpdk-devel = 16.07
# releases. This version currently requires >=16.07 but not
# 17.XX
BuildRequires: dpdk-devel >= 16.07
BuildRequires: libnuma-devel
BuildRequires: libpcap-devel
# We can't have openvswitch and openvswitch-dpdk in parallel

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Nov 25 16:36:40 UTC 2016 - mchandras@suse.de
- Relax the DPDK dependency a bit so we can support stable and
possibly new minor releases as well.
-------------------------------------------------------------------
Mon Nov 21 11:53:00 UTC 2016 - mchandras@suse.de

View File

@ -68,8 +68,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
%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 16.07.
BuildRequires: dpdk-devel = 16.07
# releases. This version currently requires >=16.07 but not
# 17.XX
BuildRequires: dpdk-devel >= 16.07
BuildRequires: libnuma-devel
BuildRequires: libpcap-devel
# We can't have openvswitch and openvswitch-dpdk in parallel