diff mbox

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

Message ID 6bc5a2b92feb51be6d61d479eae875d6d044e4a1.1486651670.git.tredaelli@redhat.com
State Accepted
Headers show

Commit Message

Timothy Redaelli Feb. 9, 2017, 2:47 p.m. UTC
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@redhat.com>
---
 rhel/openvswitch-fedora.spec.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Daniele Di Proietto Feb. 11, 2017, 12:21 a.m. UTC | #1
2017-02-09 6:47 GMT-08:00 Timothy Redaelli <tredaelli@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@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@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
diff mbox

Patch

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