diff --git a/A-Ops-v1.0.3.tar.gz b/A-Ops-v1.1.0.tar.gz similarity index 75% rename from A-Ops-v1.0.3.tar.gz rename to A-Ops-v1.1.0.tar.gz index 1dcbc6d..2575a6f 100644 Binary files a/A-Ops-v1.0.3.tar.gz and b/A-Ops-v1.1.0.tar.gz differ diff --git a/A-Ops.spec b/A-Ops.spec index 27d126b..ae6dc9d 100644 --- a/A-Ops.spec +++ b/A-Ops.spec @@ -1,5 +1,5 @@ Name: A-Ops -Version: v1.0.3 +Version: v1.1.0 Release: 1 Summary: The intelligent ops toolkit for openEuler License: MulanPSL2 @@ -8,7 +8,6 @@ Source0: %{name}-%{version}.tar.gz Source1: A-Ops-web-node-modules.tar.gz - # build for gopher BuildRequires: cmake gcc-c++ yum elfutils-devel clang >= 10.0.1 llvm libconfig-devel BuildRequires: librdkafka-devel libmicrohttpd-devel @@ -30,7 +29,7 @@ The intelligent ops toolkit for openEuler %package -n aops-utils Summary: utils for A-Ops Requires: python3-concurrent-log-handler python3-xmltodict python3-pyyaml python3-marshmallow >= 3.13.0 -Requires: python3-requests python3-xlrd +Requires: python3-requests python3-xlrd python3-prettytable python3-pygments %description -n aops-utils utils for A-Ops @@ -111,6 +110,7 @@ Executor of diagnose module. Get messages from kafka and do the diagnose tasks. Summary: command line tool of A-doctor Requires: aops-utils = %{version}-%{release} + %description -n adoctor-cli commandline tool of adoctor, offer commands for executing diagnose, importing/exporting diagnose tree, getting diagnose report, importing/exporting check rule, querying check result and so on. @@ -328,6 +328,7 @@ mkdir %{buildroot}/%{python3_sitelib}/spider/config install config/*.conf %{buildroot}/%{python3_sitelib}/spider/config mkdir -p %{buildroot}/%{_prefix}/lib/systemd/system install service/gala-spider.service %{buildroot}/%{_prefix}/lib/systemd/system +mkdir -p %{buildroot}/%{_tmppath}/spider popd @@ -472,6 +473,7 @@ fi /%{_sysconfdir}/spider/gala-spider.conf %{_bindir}/spider %{_prefix}/lib/systemd/system/gala-spider.service +%dir %{_tmppath}/spider %files -n python3-gala-spider @@ -486,6 +488,13 @@ fi %changelog +* Fri Sep 17 2021 chemingdao - v1.1.0-1 +- New release 1.1.0, bug fix and UI beautify. +- 1. Simplify gala-spider UI display. +- 2. Beautify cli print with table and highlight json. +- 3. Bug fix: now support check with management host. +- 4. Modify elasticsearch and fluentd default config. + * Thu Sep 16 2021 chemingdao - v1.0.3-1 - NEW release 1.0.3. @@ -515,4 +524,3 @@ fi * Sat Jul 31 2021 orange-snn - 1.0.0-1 - Package init -