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] 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