From 764a0576011c4a8cb43b2bd3ee1fd890bad6058a Mon Sep 17 00:00:00 2001 From: Don Penney Date: Mon, 21 Dec 2020 15:22:29 -0500 Subject: [PATCH] Fix exclusion paths in cgcs-patch build_srpm.data The EXCLUDE_LIST_FROM_TAR list in cgcs-patch build_srpm.data includes entries to exclude .tox and other dirs when building the package, but the path included an extra directory level. This update corrects the paths. Change-Id: I8b3641e4e86f52ef7b9fb56f9eb3df289935e188 Closes-Bug: 1908940 Signed-off-by: Don Penney --- cgcs-patch/centos/build_srpm.data | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgcs-patch/centos/build_srpm.data b/cgcs-patch/centos/build_srpm.data index e22f776a..9568ac81 100644 --- a/cgcs-patch/centos/build_srpm.data +++ b/cgcs-patch/centos/build_srpm.data @@ -1,5 +1,5 @@ SRC_DIR=. EXCLUDE_LIST_FROM_TAR="centos \ - cgcs-patch/cgcs-patch/.tox cgcs-patch/cgcs-patch/.coverage cgcs-patch/cgcs-patch/.stestr cgcs-patch/cgcs-patch/cover \ + cgcs-patch/.tox cgcs-patch/.coverage cgcs-patch/.stestr cgcs-patch/cover \ cgcs-patch/cgcs_make_patch cgcs-patch/cgcs_patch_id" TIS_PATCH_VER=PKG_GITREVCOUNT