fix version

This commit is contained in:
zhang_xubo 2024-04-26 21:15:15 +08:00
parent 4f9bb33e1f
commit 0084fbccda

View File

@ -12,7 +12,7 @@
Name: opengauss Name: opengauss
Version: 2.1.0 Version: 2.1.0
Release: 10 Release: 11
Summary: openGauss is an open source relational database management system 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 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 URL: https://gitee.com/opengauss/openGauss-server
@ -171,6 +171,8 @@ popd
########### build opengauss ########### ########### build opengauss ###########
pushd openGauss-server-%{version} pushd openGauss-server-%{version}
echo "PRODUCT=openGauss" > build/script/gauss.spec
echo "VERSION=2.1.0" >> build/script/gauss.spec
chmod +x ./configure chmod +x ./configure
./configure \ ./configure \
%ifarch sw_64 %ifarch sw_64
@ -331,18 +333,15 @@ fi
* Mon Aug 14 2023 zhangxubo <zhangxubo1@huawei.com> - 2.1.0-10 * Mon Aug 14 2023 zhangxubo <zhangxubo1@huawei.com> - 2.1.0-10
- Fix bugs: #I7QJRO - Fix bugs: #I7QJRO
* Tue Jun 6 2023 dillon chen<dillon.chen@gmail.com> - 2.1.0-8 * Tue Jun 6 2023 dillon chen<dillon.chen@gmail.com> - 2.1.0-9
- Fix bugs: #I677QX add lsof - Fix bugs: #I677QX add lsof
* Mon Apr 10 2023 panchenbo <panchenbo@kylinsec.com.cn> - 2.1.0-9 * Mon Apr 10 2023 panchenbo <panchenbo@kylinsec.com.cn> - 2.1.0-8
- add /etc/kylinsec-release support for KylinSec - add /etc/kylinsec-release support for KylinSec
* Sat Feb 11 2023 zhangxubo <zhangxubo1@huawei.com> - 2.1.0-8 * Sat Feb 11 2023 zhangxubo <zhangxubo1@huawei.com> - 2.1.0-7
- Fix bugs: #I6ED94 - Fix bugs: #I6ED94
* Tue Jun 6 2023 dillon chen<dillon.chen@gmail.com> -2.1.0-7
- Fix bugs: #I677QX add lsof
* Wed Mar 30 2022 ouyangminxiang <ouyangminxiang@kylinsec.com.cn> - 2.1.0-6 * Wed Mar 30 2022 ouyangminxiang <ouyangminxiang@kylinsec.com.cn> - 2.1.0-6
- add kylinsec platform - add kylinsec platform