diff options
author | Damjan Marion <damarion@cisco.com> | 2016-01-20 13:45:36 +0100 |
---|---|---|
committer | Damjan Marion <damarion@cisco.com> | 2016-01-20 16:33:01 +0100 |
commit | 08ff7e00bf0e7cf93a732e98a026a76a4349fd41 (patch) | |
tree | e442365a036132c30d8d8ff1d8431686eea9c495 /build-root/rpm/vpp.spec | |
parent | 13056f93d95182790224c592b4ab78cf5082ebf7 (diff) |
Rename vpe binary name to avoid collision with latex
Change-Id: I34a46b9ebbc0e36486fbef528b34ea1c3be2e8be
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'build-root/rpm/vpp.spec')
-rw-r--r-- | build-root/rpm/vpp.spec | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/build-root/rpm/vpp.spec b/build-root/rpm/vpp.spec index ddcdeb9f1ab..fbadf07c3ae 100644 --- a/build-root/rpm/vpp.spec +++ b/build-root/rpm/vpp.spec @@ -14,10 +14,10 @@ Release: %{_release} Requires: vpp-lib = %{_version}-%{_release}, net-tools, pciutils %description -This package provides VPP executables: vpe, vpe_api_test, vpe_json_test -vpe - the vector packet engine -vpe_api_test - vector packet engine API test tool -vpe_json_test - vector packet engine JSON test tool +This package provides VPP executables: vpp, vpp_api_test, vpp_json_test +vpp - the vector packet engine +vpp_api_test - vector packet engine API test tool +vpp_json_test - vector packet engine JSON test tool %package lib Summary: VPP libraries @@ -111,7 +111,7 @@ sysctl --system %files %defattr(-,bin,bin) %{_unitdir}/vpp.service -/usr/bin/vpe* +/usr/bin/vpp* /usr/bin/svm* %config /etc/sysctl.d/80-vpp.conf %config /etc/vpp/startup.conf |