
When building the stx-rook-ceph RPM for rook-ceph-apps the helm plugins are installed in a location that could be populated with other app plugins if their spec files are not properly set up. Adjust the spec to provide an app specific location for the plugins to ensure that no other app plugins are included in the application tarball. In addition, sync the version of app with the plugins so that debugging of the application lifecycle operations in the logs are easier during application updates. Partial-Bug: #1920066 Signed-off-by: Robert Church <robert.church@windriver.com> Change-Id: I774a31784450592e99caab3d991892642938f1ba
6 lines
155 B
Plaintext
6 lines
155 B
Plaintext
SRC_DIR="k8sapp_rook"
|
|
|
|
OPT_DEP_LIST="$STX_BASE/rook-ceph/stx-rook-ceph"
|
|
TIS_BASE_SRCREV=10c623509a68acad945d4e0c06a86b3e8486ad5b
|
|
TIS_PATCH_VER=GITREVCOUNT
|