new release 1.1.0, bug fix and UI beautify.

(cherry picked from commit 8f46637a17e7a3e24ed94282cc7817639fc3bd58)
This commit is contained in:
gitee-cmd 2021-09-17 20:40:52 +08:00 committed by openeuler-sync-bot
parent 67d7636cfe
commit c58ad6def2
2 changed files with 8 additions and 4 deletions

View File

@ -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,9 @@ fi
%changelog
* Fri Sep 17 2021 chemingdao<chemingdao@huawei.com> - v1.1.0-1
- New release 1.1.0, bug fix and UI beautify.
* Thu Sep 16 2021 chemingdao<chemingdao@huawei.com> - v1.0.3-1
- NEW release 1.0.3.
@ -515,4 +520,3 @@ fi
* Sat Jul 31 2021 orange-snn<songnannan2@huawei.com> - 1.0.0-1
- Package init