From 714968b038dcc0265b596d653ab10aa1e4439ca2 Mon Sep 17 00:00:00 2001 From: Gabriel Ganne Date: Thu, 26 Jan 2017 15:42:39 +0100 Subject: [PATCH] package only the vpp binaries (rpm) The first install regexp of the vpp.spec file was too permissive and included dpdk binaries. Should fix rpm packaging error: Installed (but unpackaged) file(s) found: /usr/bin/dpdk-pdump /usr/bin/dpdk-pmdinfo /usr/bin/dpdk-procinfo /usr/bin/testpmd Change-Id: Ic905307cf07b9eeadf8125aaa3e1922dcc6269b3 Signed-off-by: Gabriel Ganne --- build-root/rpm/vpp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-root/rpm/vpp.spec b/build-root/rpm/vpp.spec index 9e3ad11bd39..5575b5b1b62 100644 --- a/build-root/rpm/vpp.spec +++ b/build-root/rpm/vpp.spec @@ -107,7 +107,7 @@ groupadd -f -r vpp # mkdir -p -m755 %{buildroot}%{_bindir} mkdir -p -m755 %{buildroot}%{_unitdir} -install -p -m 755 %{_mu_build_dir}/%{_vpp_install_dir}/*/bin/* %{buildroot}%{_bindir} +install -p -m 755 %{_mu_build_dir}/%{_vpp_install_dir}/vpp/bin/* %{buildroot}%{_bindir} # api mkdir -p -m755 %{buildroot}/usr/share/vpp/api -- 2.16.6