diff --git a/portieris-helm/centos/build_srpm.data b/portieris-helm/centos/build_srpm.data index 10a3508..cd85e15 100644 --- a/portieris-helm/centos/build_srpm.data +++ b/portieris-helm/centos/build_srpm.data @@ -4,5 +4,7 @@ TAR="$TAR_NAME-$VERSION.tgz" COPY_LIST="${CGCS_BASE}/downloads/$TAR $PKG_BASE/files/* " +OPT_DEP_LIST="$STX_BASE/portieris-armada-app/stx-portieris-helm" + TIS_PATCH_VER=PKG_GITREVCOUNT diff --git a/python-k8sapp-portieris/centos/build_srpm.data b/python-k8sapp-portieris/centos/build_srpm.data index f57405d..d4d1828 100644 --- a/python-k8sapp-portieris/centos/build_srpm.data +++ b/python-k8sapp-portieris/centos/build_srpm.data @@ -1,5 +1,7 @@ SRC_DIR="k8sapp_portieris" +OPT_DEP_LIST="$STX_BASE/portieris-armada-app/stx-portieris-helm" + # Keep the SRCREV in sync with stx-portieris-helm so the app version is the # same as the plugin version TIS_BASE_SRCREV=b6f2024cc2c31f7562a31aebc46f0bc490bde6f6 diff --git a/stx-portieris-helm/centos/build_srpm.data b/stx-portieris-helm/centos/build_srpm.data index 5c91051..830a7b7 100644 --- a/stx-portieris-helm/centos/build_srpm.data +++ b/stx-portieris-helm/centos/build_srpm.data @@ -8,3 +8,8 @@ TIS_PATCH_VER=GITREVCOUNT COPY_LIST_TO_TAR="\ $STX_BASE/helm-charts/psp-rolebinding/psp-rolebinding/helm-charts \ " + +OPT_DEP_LIST="\ + $STX_BASE/portieris-armada-app/python-k8sapp-portieris \ + $STX_BASE/portieris-armada-app/portieris-helm \ +"