build: include vat2 in RPM file list 41/33541/2
authorMatthew Smith <mgsmith@netgate.com>
Thu, 19 Aug 2021 20:47:06 +0000 (15:47 -0500)
committerDamjan Marion <dmarion@me.com>
Fri, 20 Aug 2021 11:37:19 +0000 (11:37 +0000)
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 <mgsmith@netgate.com>
extras/rpm/vpp.spec

index 8ab89ad..9d79805 100644 (file)
@@ -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