rpm: set exec bits on plugins 31/18031/2
authorMatthew Smith <mgsmith@netgate.com>
Tue, 5 Mar 2019 15:28:48 +0000 (09:28 -0600)
committerDamjan Marion <dmarion@me.com>
Wed, 6 Mar 2019 11:36:34 +0000 (11:36 +0000)
commit4ed003958f2db1c9c662f3976e725a43af9c7667
tree1b8a1954804490174789ca995d08fdb7f29e4bac
parent99ae31d5acadfe33a0855786bf88a4ff2fe6d0f2
rpm: set exec bits on plugins

Install plugin shared libraries with permissions set to 0755
instead of 0644 during RPM builds.

When building with rpmbuild, if a compiled file is not executable,
it's source files and symbols are not included in the vpp-debuginfo RPM.
This makes debugging problems with DPDK (and other plugins probably)
difficult unless you are running on the machine where the build
was generated.

Change-Id: I9cc92af855a66366ec3b81a87b82bfd9994bc180
Signed-off-by: Matthew Smith <mgsmith@netgate.com>
extras/rpm/vpp.spec