diff options
author | Gabriel Ganne <gabriel.ganne@enea.com> | 2018-01-18 11:00:17 +0100 |
---|---|---|
committer | Gabriel Ganne <gabriel.ganne@enea.com> | 2018-01-18 11:00:17 +0100 |
commit | bf246dff1b4ea0792c0083f7e5495930b3b225f7 (patch) | |
tree | d3cbb57ca68e65b4c7d46513e85eccdc88d53ad0 /extras/rpm/vpp.spec | |
parent | 61fe15e3704a9225cac0259ce375f6045483e593 (diff) |
dpdk plugin depends on numactl-libs
dpdk_plugin.so depends on libnuma.so.1
Change-Id: Ia1fd3b5cec043b294cc14cd947908675b451deac
Signed-off-by: Gabriel Ganne <gabriel.ganne@enea.com>
Diffstat (limited to 'extras/rpm/vpp.spec')
-rw-r--r-- | extras/rpm/vpp.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/rpm/vpp.spec b/extras/rpm/vpp.spec index 6bdecb4de43..8487f06b511 100644 --- a/extras/rpm/vpp.spec +++ b/extras/rpm/vpp.spec @@ -91,7 +91,7 @@ vppinfra %package plugins Summary: Vector Packet Processing--runtime plugins Group: System Environment/Libraries -Requires: vpp = %{_version}-%{_release} +Requires: vpp = %{_version}-%{_release} numactl-libs %description plugins This package contains VPP plugins |