diff options
author | Ed Warnicke <eaw@cisco.com> | 2016-06-08 17:15:08 -0500 |
---|---|---|
committer | Chris Luke <chris_luke@cable.comcast.com> | 2016-06-09 00:43:50 +0000 |
commit | 3c1f5321e5ae2810b4e6b64c0d75fb548a85a22f (patch) | |
tree | 87dc61b4592072fcaea5df4d563ed5614180cd94 /build-root/rpm | |
parent | cb74b6edd8fc302503cdc752cba2dbce5fd9c35f (diff) |
VPP-127: Make rpm/deb provide vpp group to access vpp-api
Change-Id: I005f971ec5bfbffc5ddd392ff5ae829186b2bf18
Signed-off-by: Ed Warnicke <eaw@cisco.com>
(cherry picked from commit 1f9933d9f0c4615334f4af168dc063a7f1f2d649)
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 |