Now dpdk-devel >= 16.11 is needed and also libpcap-devel numactl-devel Tested on mock with rawhide chroot and Fedora 23 vagrant machine by using the rawhide dpdk and dpdk-devel packages
Signed-off-by: Timothy Redaelli <[email protected]> --- rhel/openvswitch-fedora.spec.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rhel/openvswitch-fedora.spec.in b/rhel/openvswitch-fedora.spec.in index 1173ade..b395613 100644 --- a/rhel/openvswitch-fedora.spec.in +++ b/rhel/openvswitch-fedora.spec.in @@ -63,7 +63,8 @@ BuildRequires: procps-ng BuildRequires: libcap-ng libcap-ng-devel %endif %if %{with dpdk} -BuildRequires: dpdk-devel >= 2.2.0 +BuildRequires: libpcap-devel numactl-devel +BuildRequires: dpdk-devel >= 16.11 Provides: %{name}-dpdk = %{version}-%{release} %endif -- 2.9.3 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
