diff options
author | Ed Warnicke <eaw@cisco.com> | 2016-06-08 17:15:08 -0500 |
---|---|---|
committer | Ed Warnicke <eaw@cisco.com> | 2016-06-08 18:12:37 -0500 |
commit | ec6290a8a50ab7e551b858d4f1b7b565bf2b0c1e (patch) | |
tree | 5e575ad3dce39125f3281b7bf95a8c86201e094e /build-root/rpm | |
parent | 40c66394280365ed6b1c5b8f569254f668f80cdb (diff) |
VPP-127: Make rpm/deb provide vpp group to access vpp-api
Change-Id: I80b7f55034d64ad8360e29c669002948317c64ba
Signed-off-by: Ed Warnicke <eaw@cisco.com>
Diffstat (limited to 'build-root/rpm')
-rw-r--r-- | build-root/rpm/vpp.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build-root/rpm/vpp.spec b/build-root/rpm/vpp.spec index 2513041bae9..a5b097aeec3 100644 --- a/build-root/rpm/vpp.spec +++ b/build-root/rpm/vpp.spec @@ -49,6 +49,10 @@ allocator (mheap.c), extendable printf-like interface built on top of vectors time-based function calls (timer.c). TODO: reference and describe only the .h files +%pre +# Add the vpp group +sudo groupadd -f -r vpp + %install # # binaries |