diff options
author | Matthew Smith <mgsmith@netgate.com> | 2021-08-19 15:47:06 -0500 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2021-08-20 11:37:19 +0000 |
commit | 48a13f38fa59387fb751fa55f5036dae3dfd5631 (patch) | |
tree | ee7914ca8b79229baffee151f11dbac64f5c02fd /extras/rpm/vpp.spec | |
parent | 37665ea1c11ea13e681e37da669ea3581a84252d (diff) |
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 <mgsmith@netgate.com>
Diffstat (limited to 'extras/rpm/vpp.spec')
-rw-r--r-- | extras/rpm/vpp.spec | 1 |
1 files changed, 1 insertions, 0 deletions
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 |