From 4c2d5be950f8a2e49b0f99405fedf4284beec10e Mon Sep 17 00:00:00 2001 From: Aaron Conole Date: Thu, 22 Oct 2015 09:45:26 -0400 Subject: [PATCH] dpdk.spec: dpdk: bundle tools separately There is currently a bug where -tools and the main package include the same dpdk tools, which were meant to be separate packages. Remove the overlap. Signed-off-by: Aaron Conole --- dpdk.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/dpdk.spec b/dpdk.spec index 49ff604..cf7ad17 100644 --- a/dpdk.spec +++ b/dpdk.spec @@ -214,6 +214,7 @@ install -m 755 ${comblib} %{buildroot}/%{_libdir}/${comblib} %files # BSD %{_bindir}/* +%exclude %{_bindir}/*.py %if %{with shared} %{_libdir}/*.so.* %endif