From fc45cadee97da221900a8561a8e7b2556c2d0a09 Mon Sep 17 00:00:00 2001 From: coding <17852657226@163.com> Date: Thu, 26 May 2022 10:16:41 +0000 Subject: [PATCH 1/2] update README.md greenplum-db-6.spec to gpdb.spec --- README.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.en.md b/README.en.md index 4989d32..920166b 100644 --- a/README.en.md +++ b/README.en.md @@ -11,13 +11,13 @@ yum apr-devel bison bzip2-devel cmake3 flex gcc gcc-c++ krb5-devel libcurl-devel - Prepare ``` rpmdev-setuptree -spectool -S -g -R greenplum-db-6.spec +spectool -S -g -R gpdb.spec cp *.patch ~/rpmbuild/SOURCES/ ``` - Build ``` -rpmbuild -ba greenplum-db-6.spec +rpmbuild -ba gpdb.spec ``` ## Installation From 3997c0866d05850baa39b93d546b5377b0d49423 Mon Sep 17 00:00:00 2001 From: coding <17852657226@163.com> Date: Thu, 26 May 2022 10:17:29 +0000 Subject: [PATCH 2/2] update README.md greenplum-db-6.spec to gpdb.spec --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 570fc8e..fecd697 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,13 @@ yum apr-devel bison bzip2-devel cmake3 flex gcc gcc-c++ krb5-devel libcurl-devel - 准备rpmbuild目录 ``` rpmdev-setuptree -spectool -S -g -R greenplum-db-6.spec +spectool -S -g -R gpdb.spec cp *.patch ~/rpmbuild/SOURCES/ ``` - 编译 ``` -rpmbuild -ba greenplum-db-6.spec +rpmbuild -ba gpdb.spec ``` ## 安装rpm