Update to 1.0.1 version

This commit is contained in:
Zhen Chen 2023-01-11 13:57:10 +08:00
parent d677a30f0b
commit 0a1a3796e9
3 changed files with 10 additions and 3 deletions

Binary file not shown.

BIN
gala-anteater-1.0.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,7 +1,7 @@
%define debug_package %{nil}
Name: gala-anteater
Version: 1.0.0
Version: 1.0.1
Release: 1
Summary: A time-series anomaly detection platform for operating system.
License: MulanPSL2
@ -23,7 +23,7 @@ Requires: python3-pandas python3-requests python3-scikit-learn python3-py
Python3 package of gala-anteater
%prep
%setup -q
%autosetup -n %{name}-%{version} -p1
%build
%py3_build
@ -47,7 +47,8 @@ Python3 package of gala-anteater
%config(noreplace) %{_sysconfdir}/%{name}/config/module/proc_io_latency.json
%config(noreplace) %{_sysconfdir}/%{name}/config/module/sys_io_latency.json
%config(noreplace) %{_sysconfdir}/%{name}/config/module/sys_tcp_establish.json
%config(noreplace) %{_sysconfdir}/%{name}/config/module/sys_tcp_transmission.json
%config(noreplace) %{_sysconfdir}/%{name}/config/module/sys_tcp_transmission_latency.json
%config(noreplace) %{_sysconfdir}/%{name}/config/module/sys_tcp_transmission_throughput.json
%files -n python3-gala-anteater
@ -56,5 +57,11 @@ Python3 package of gala-anteater
%changelog
* Wed Nov 30 2022 Li Zhenxing <lizhenxing11@huawei.com> - 1.0.1-1
- Add sys level anomaly detection and cause inference
* Tue Nov 22 2022 Li Zhenxing <lizhenxing11@huawei.com> - 1.0.0-2
- Updates anomaly detection model and imporves cause inference result
* Sat Nov 12 2022 Zhen Chen <chenzhen126@huawei.com> - 1.0.0-1
- Package init