From 7c11c139d926ff9bb2bc3b5723ffa8dab728f9d1 Mon Sep 17 00:00:00 2001 From: gongzt Date: Wed, 21 Dec 2022 11:41:57 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=81=E6=AD=A2mysql=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E6=A3=80=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit cc24caf040739450d846ca67bafebf1b99e1ee32) --- 0002-disabled-mysql-installed-checked.patch | 27 +++++++++++++++++++++ aops-zeus.spec | 6 ++++- 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 0002-disabled-mysql-installed-checked.patch diff --git a/0002-disabled-mysql-installed-checked.patch b/0002-disabled-mysql-installed-checked.patch new file mode 100644 index 0000000..2409b7f --- /dev/null +++ b/0002-disabled-mysql-installed-checked.patch @@ -0,0 +1,27 @@ +From 0be5de0e26482b476b383c473a4b497fe2b955dc Mon Sep 17 00:00:00 2001 +From: gongzt +Date: Wed, 21 Dec 2022 11:31:10 +0800 +Subject: [PATCH] disabled mysql installed checked +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +--- + aops-zeus | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/aops-zeus b/aops-zeus +index 0a755c3..76aea5b 100755 +--- a/aops-zeus ++++ b/aops-zeus +@@ -7,7 +7,7 @@ MANAGER_CONFIG_FILE=$SYS_PATH/zeus.ini + function main() { + if [ "${OPERATION}" = "start" ]; then + create_config_file "${MANAGER_CONFIG_FILE}" "zeus" +- check_mysql_installed "${MANAGER_CONFIG_FILE}" ++ # check_mysql_installed "${MANAGER_CONFIG_FILE}" + fi + start_or_stop_service "${MANAGER_CONSTANT}" + exit $? +-- +Gitee diff --git a/aops-zeus.spec b/aops-zeus.spec index 065aeb6..1bfad48 100644 --- a/aops-zeus.spec +++ b/aops-zeus.spec @@ -1,11 +1,12 @@ Name: aops-zeus Version: v1.1.1 -Release: 2 +Release: 3 Summary: A host and user manager service which is the foundation of aops. License: MulanPSL2 URL: https://gitee.com/openeuler/%{name} Source0: %{name}-%{version}.tar.gz Patch0001: 0001-update-delete-host.patch +Patch0002: 0002-disabled-mysql-installed-checked.patch BuildRequires: python3-setuptools Requires: aops-vulcanus >= %{version}-%{release} @@ -41,6 +42,9 @@ A host and user manager service which is the foundation of aops. %changelog +* Wed Dec 21 2022 gongzhengtang - v1.1.1-3 +- disabled mysql installed checked + * Tue Dec 06 2022 wenxin - v1.1.1-2 - update delete host, remove the judgment about the workflow -- Gitee