new release 1.1.0, bug fix and UI beautify.
(cherry picked from commit 8f46637a17e7a3e24ed94282cc7817639fc3bd58)
This commit is contained in:
parent
67d7636cfe
commit
c58ad6def2
Binary file not shown.
12
A-Ops.spec
12
A-Ops.spec
@ -1,5 +1,5 @@
|
|||||||
Name: A-Ops
|
Name: A-Ops
|
||||||
Version: v1.0.3
|
Version: v1.1.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: The intelligent ops toolkit for openEuler
|
Summary: The intelligent ops toolkit for openEuler
|
||||||
License: MulanPSL2
|
License: MulanPSL2
|
||||||
@ -8,7 +8,6 @@ Source0: %{name}-%{version}.tar.gz
|
|||||||
Source1: A-Ops-web-node-modules.tar.gz
|
Source1: A-Ops-web-node-modules.tar.gz
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# build for gopher
|
# build for gopher
|
||||||
BuildRequires: cmake gcc-c++ yum elfutils-devel clang >= 10.0.1 llvm libconfig-devel
|
BuildRequires: cmake gcc-c++ yum elfutils-devel clang >= 10.0.1 llvm libconfig-devel
|
||||||
BuildRequires: librdkafka-devel libmicrohttpd-devel
|
BuildRequires: librdkafka-devel libmicrohttpd-devel
|
||||||
@ -30,7 +29,7 @@ The intelligent ops toolkit for openEuler
|
|||||||
%package -n aops-utils
|
%package -n aops-utils
|
||||||
Summary: utils for A-Ops
|
Summary: utils for A-Ops
|
||||||
Requires: python3-concurrent-log-handler python3-xmltodict python3-pyyaml python3-marshmallow >= 3.13.0
|
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
|
%description -n aops-utils
|
||||||
utils for A-Ops
|
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
|
Summary: command line tool of A-doctor
|
||||||
Requires: aops-utils = %{version}-%{release}
|
Requires: aops-utils = %{version}-%{release}
|
||||||
|
|
||||||
|
|
||||||
%description -n adoctor-cli
|
%description -n adoctor-cli
|
||||||
commandline tool of adoctor, offer commands for executing diagnose, importing/exporting diagnose tree,
|
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.
|
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
|
install config/*.conf %{buildroot}/%{python3_sitelib}/spider/config
|
||||||
mkdir -p %{buildroot}/%{_prefix}/lib/systemd/system
|
mkdir -p %{buildroot}/%{_prefix}/lib/systemd/system
|
||||||
install service/gala-spider.service %{buildroot}/%{_prefix}/lib/systemd/system
|
install service/gala-spider.service %{buildroot}/%{_prefix}/lib/systemd/system
|
||||||
|
mkdir -p %{buildroot}/%{_tmppath}/spider
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
|
||||||
@ -472,6 +473,7 @@ fi
|
|||||||
/%{_sysconfdir}/spider/gala-spider.conf
|
/%{_sysconfdir}/spider/gala-spider.conf
|
||||||
%{_bindir}/spider
|
%{_bindir}/spider
|
||||||
%{_prefix}/lib/systemd/system/gala-spider.service
|
%{_prefix}/lib/systemd/system/gala-spider.service
|
||||||
|
%dir %{_tmppath}/spider
|
||||||
|
|
||||||
|
|
||||||
%files -n python3-gala-spider
|
%files -n python3-gala-spider
|
||||||
@ -486,6 +488,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Sep 16 2021 chemingdao<chemingdao@huawei.com> - v1.0.3-1
|
||||||
- NEW release 1.0.3.
|
- NEW release 1.0.3.
|
||||||
|
|
||||||
@ -515,4 +520,3 @@ fi
|
|||||||
|
|
||||||
* Sat Jul 31 2021 orange-snn<songnannan2@huawei.com> - 1.0.0-1
|
* Sat Jul 31 2021 orange-snn<songnannan2@huawei.com> - 1.0.0-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user