From 0084fbccda9cfb4b78f17bf284ea6cc9b530184d Mon Sep 17 00:00:00 2001 From: zhang_xubo <2578876417@qq.com> Date: Fri, 26 Apr 2024 21:15:15 +0800 Subject: [PATCH] fix version --- opengauss-server.spec | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/opengauss-server.spec b/opengauss-server.spec index c8805a8..c548f9d 100755 --- a/opengauss-server.spec +++ b/opengauss-server.spec @@ -12,7 +12,7 @@ Name: opengauss Version: 2.1.0 -Release: 10 +Release: 11 Summary: openGauss is an open source relational database management system License: MulanPSL-2.0 and MIT and BSD and zlib and TCL and Apache-2.0 and BSL-1.0 URL: https://gitee.com/opengauss/openGauss-server @@ -171,6 +171,8 @@ popd ########### build opengauss ########### pushd openGauss-server-%{version} +echo "PRODUCT=openGauss" > build/script/gauss.spec +echo "VERSION=2.1.0" >> build/script/gauss.spec chmod +x ./configure ./configure \ %ifarch sw_64 @@ -331,18 +333,15 @@ fi * Mon Aug 14 2023 zhangxubo - 2.1.0-10 - Fix bugs: #I7QJRO -* Tue Jun 6 2023 dillon chen - 2.1.0-8 +* Tue Jun 6 2023 dillon chen - 2.1.0-9 - Fix bugs: #I677QX; add lsof -* Mon Apr 10 2023 panchenbo - 2.1.0-9 +* Mon Apr 10 2023 panchenbo - 2.1.0-8 - add /etc/kylinsec-release support for KylinSec -* Sat Feb 11 2023 zhangxubo - 2.1.0-8 +* Sat Feb 11 2023 zhangxubo - 2.1.0-7 - Fix bugs: #I6ED94 -* Tue Jun 6 2023 dillon chen -2.1.0-7 -- Fix bugs: #I677QX; add lsof - * Wed Mar 30 2022 ouyangminxiang - 2.1.0-6 - add kylinsec platform