diff --git a/0008-update-es-repo-source-url.patch b/0008-update-es-repo-source-url.patch deleted file mode 100644 index 24f43d9..0000000 --- a/0008-update-es-repo-source-url.patch +++ /dev/null @@ -1,29 +0,0 @@ -From b2b4644c7dc495313ed13a600c419641e95d8ad3 Mon Sep 17 00:00:00 2001 -From: heyitao -Date: Fri, 20 Oct 2023 09:29:57 +0000 -Subject: [PATCH] update es repo source url -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Signed-off-by: heyitao ---- - scripts/deploy/aops-basedatabase.sh | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/scripts/deploy/aops-basedatabase.sh b/scripts/deploy/aops-basedatabase.sh -index a8f5898..444f11f 100755 ---- a/scripts/deploy/aops-basedatabase.sh -+++ b/scripts/deploy/aops-basedatabase.sh -@@ -18,7 +18,7 @@ function create_es_repo() { - fi - echo "[aops_elasticsearch] - name=Elasticsearch repository for 7.x packages --baseurl=https://artifacts.elastic.co/packages/7.x/yum -+baseurl=https://mirrors.tuna.tsinghua.edu.cn/elasticstack/yum/elastic-7.x/ - gpgcheck=1 - gpgkey=https://artifacts.elastic.co/GPG-KEY-elasticsearch - enabled=1 --- -2.33.0 - diff --git a/aops-vulcanus.spec b/aops-vulcanus.spec index af2c804..d962336 100644 --- a/aops-vulcanus.spec +++ b/aops-vulcanus.spec @@ -1,6 +1,6 @@ Name: aops-vulcanus Version: v1.3.0 -Release: 5 +Release: 6 Summary: A basic tool libraries of aops, including logging, configure and response, etc. License: MulanPSL2 URL: https://gitee.com/openeuler/%{name} @@ -12,7 +12,6 @@ Patch0004: 0004-fix-information-path-incorrect.patch Patch0005: 0005-suitable-for-version-2003-sp3.patch Patch0006: 0006-fix-python3-prometheus-api-client-import-error.patch Patch0007: 0007-update-timed-task-args-check-and-timeout.patch -Patch0008: 0008-update-es-repo-source-url.patch BuildRequires: python3-setuptools @@ -68,6 +67,9 @@ cp -r scripts %{buildroot}/opt/aops/ %changelog +* Wed Oct 25 2023 wenxin - v1.3.0-6 +- since there is no arm-arch package in new repo source, remove changes of the es repo source url + * Tue Oct 24 2023 wenxin - v1.3.0-5 - update timed task args check and timeout - update elasticsearch repo source url