[ovs-dev] [PATCH] rhel: Fix dpdk-devel version and dependencies in fedora packager

Daniele Di Proietto diproiettod at ovn.org
Sat Feb 11 00:21:22 UTC 2017


2017-02-09 6:47 GMT-08:00 Timothy Redaelli <tredaelli at redhat.com>:
> 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 <tredaelli at redhat.com>

Thanks, applied to master and branch-2.7

> ---
>  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
> dev at openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev


More information about the dev mailing list