From dfe29394529952e5ef53a9d65f97c91c6cac4187 Mon Sep 17 00:00:00 2001 From: bzhaoop Date: Mon, 26 Jul 2021 16:55:09 +0800 Subject: [PATCH] Fix the left project yaml file 1. Fix project yaml file 2. Fix the release number --- gpdb.spec | 2 +- gpdb.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gpdb.spec b/gpdb.spec index e0a9514..e1247da 100644 --- a/gpdb.spec +++ b/gpdb.spec @@ -1,6 +1,6 @@ NAME: gpdb Version: 6.17.0 -Release: 1%{?dist} +Release: 1 Summary: Open Source Greenplum Database License: Apache 2.0 diff --git a/gpdb.yaml b/gpdb.yaml index 00bbaf0..b656fc5 100644 --- a/gpdb.yaml +++ b/gpdb.yaml @@ -1,4 +1,4 @@ -version_control: NA -src_repo: NA -tag_prefix: NA -seperator: NA +version_control: git +src_repo: https://github.com/greenplum-db/gpdb.git +tag_prefix: "" +separator: "."