From 48a13f38fa59387fb751fa55f5036dae3dfd5631 Mon Sep 17 00:00:00 2001 From: Matthew Smith Date: Thu, 19 Aug 2021 15:47:06 -0500 Subject: [PATCH] build: include vat2 in RPM file list Type: fix Building an RPM with 'make pkg-rpm' fails because /usr/bin/vat2 is installed but is not included in %files. Add it. Change-Id: I686b291e4419d39141f0f87da963b413d11ab0f8 Signed-off-by: Matthew Smith --- extras/rpm/vpp.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/extras/rpm/vpp.spec b/extras/rpm/vpp.spec index 8ab89ad8748..9d798056ee5 100644 --- a/extras/rpm/vpp.spec +++ b/extras/rpm/vpp.spec @@ -353,6 +353,7 @@ fi %files %defattr(-,bin,bin) %{_unitdir}/vpp.service +/usr/bin/vat2 /usr/bin/vpp* /usr/bin/svm* %config(noreplace) /etc/sysctl.d/80-vpp.conf -- 2.16.6