diff --git a/A-Ops-v1.2.2.tar.gz b/A-Ops-v1.2.3.tar.gz similarity index 79% rename from A-Ops-v1.2.2.tar.gz rename to A-Ops-v1.2.3.tar.gz index 753f672ffa68298450c264d43ee51268cfd2cf4e..eee3521efe7be8d53485035d4323c1bd4571432e 100644 Binary files a/A-Ops-v1.2.2.tar.gz and b/A-Ops-v1.2.3.tar.gz differ diff --git a/A-Ops-web-node-modules.tar.gz b/A-Ops-web-node-modules.tar.gz index 8505fc197f9b1e3f293b4145e2aae1901eb0f16f..b8f3fcfca5b7cd1f15d112bc4a7d97d60e8a1d03 100644 Binary files a/A-Ops-web-node-modules.tar.gz and b/A-Ops-web-node-modules.tar.gz differ diff --git a/A-Ops.spec b/A-Ops.spec index 2bf53661f6cf5859176b8bd8c8a3ea786cde3af5..adc74478fc47266a34c654d86a7cebd2160b8cac 100644 --- a/A-Ops.spec +++ b/A-Ops.spec @@ -1,5 +1,5 @@ Name: A-Ops -Version: v1.2.2 +Version: v1.2.3 Release: 1 Summary: The intelligent ops toolkit for openEuler License: MulanPSL2 @@ -75,7 +75,8 @@ Summary: check module for A-Ops Requires: aops-utils = %{version}-%{release} Requires: python3-requests python3-flask python3-flask-restful python3-marshmallow >= 3.13.0 Requires: python3-numpy python3-pandas python3-prometheus-api-client -Requires: python3-sqlalchemy python3-PyMySQL +Requires: python3-sqlalchemy python3-PyMySQL python3-Flask-APScheduler >= 1.11.0 +Requires: python3-scipy %description -n aops-check check module for A-Ops @@ -430,7 +431,9 @@ fi %files -n gala-spider %doc gala-spider/README.md gala-spider/docs/* %license gala-spider/LICENSE -%{_sysconfdir}/gala-spider/* +%config(noreplace) %{_sysconfdir}/gala-spider/gala-spider.yaml +%config(noreplace) %{_sysconfdir}/gala-spider/topo-relation.yaml +%config(noreplace) %{_sysconfdir}/gala-spider/ext-observe-meta.yaml %{_bindir}/spider-storage %{_unitdir}/gala-spider.service @@ -443,7 +446,8 @@ fi %files -n gala-inference %doc gala-spider/README.md gala-spider/docs/* %license LICENSE -%{_sysconfdir}/gala-inference/* +%config(noreplace) %{_sysconfdir}/gala-inference/gala-inference.yaml +%config(noreplace) %{_sysconfdir}/gala-inference/ext-observe-meta.yaml %{_bindir}/gala-inference %{_unitdir}/gala-inference.service @@ -475,6 +479,12 @@ fi %changelog +* Sat Aug 27 2022 zhuyuncheng - v1.2.3-1 +- Add requires of aops-check for new features. + +* Tue Aug 23 2022 zhaoyuxing - v1.2.2-2 +- Set user modification of confs will not be overwrite for gala_spider. + * Wed Aug 10 2022 zhuyuncheng - v1.2.2-1 - New release 1.2.2, bug fix and add new module. - add missed requirement python3-PyMySQL @@ -559,4 +569,3 @@ fi * Sat Jul 31 2021 orange-snn - 1.0.0-1 - Package init -