diff --git a/opengauss-server.spec b/opengauss-server.spec index cc57fbe..81d4005 100644 --- a/opengauss-server.spec +++ b/opengauss-server.spec @@ -11,7 +11,7 @@ Name: opengauss Version: 5.0.1 -Release: 14 +Release: 15 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 @@ -278,7 +278,7 @@ start_opengauss(){ return 0 fi - result=$(su - opengauss -c "source ~/.bash_profile; gs_initdb -D /var/lib/opengauss/data -U opengauss -w "openGauss@123" --nodename=single_node") + result=$(su - opengauss -c "source ~/.bash_profile; gs_initdb -D /var/lib/opengauss/data -U opengauss --nodename=single_node") if [ $? -ne 0 ]; then echo "Init openGauss database failed." exit $result @@ -434,6 +434,9 @@ fi %changelog +* Thu Jun 20 2024 liuheng - 5.0.1-15 +- Fix bugs: Initialize Remove Password + * Wed Jun 12 2024 liuheng - 5.0.1-14 - Fix bugs: #IA4KLQ #IA4PTU