From 4534cb8627b3612a45f1f8e766f1725031619381 Mon Sep 17 00:00:00 2001 From: Oliver Giles Date: Fri, 1 Nov 2019 20:36:57 +0200 Subject: [PATCH] pkg: mark ~upstream version in centos rpm --- pkg/centos7-x86_64.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/centos7-x86_64.sh b/pkg/centos7-x86_64.sh index ced9a72..de3c14e 100755 --- a/pkg/centos7-x86_64.sh +++ b/pkg/centos7-x86_64.sh @@ -4,7 +4,7 @@ OUTPUT_DIR=$PWD SOURCE_DIR=$(readlink -f $(dirname ${BASH_SOURCE[0]})/..) -VERSION=$(cd "$SOURCE_DIR" && git describe --tags --abbrev=8 --dirty | tr - .) +VERSION=$(cd "$SOURCE_DIR" && git describe --tags --abbrev=8 --dirty | tr - .)~upstream_centos7 DOCKER_TAG=$(docker build -q - <