From: Matthew Smith Date: Thu, 6 Sep 2018 15:59:49 +0000 (-0500) Subject: update regex used by rpm build to find lib files X-Git-Tag: v18.10-rc1~242 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=d790c7e1fa5f1accb621aa75089212be586c137f;hp=d790c7e1fa5f1accb621aa75089212be586c137f;p=vpp.git update regex used by rpm build to find lib files The old expression was '*.so.*.*.*' to find shared library files with 3 components in the version. Building from master gives you files with 2 components in the version (e.g. libvnet.so.18.10). So most libs were not getting included in vpp-lib. Change-Id: Ib89d2f5aeb2417eed1b6b851089b9d22f540a226 Signed-off-by: Matthew Smith ---