diff --git a/gala-anteater-1.0.0.tar.gz b/gala-anteater-1.0.0.tar.gz deleted file mode 100644 index 05ad264..0000000 Binary files a/gala-anteater-1.0.0.tar.gz and /dev/null differ diff --git a/gala-anteater-1.0.1.tar.gz b/gala-anteater-1.0.1.tar.gz new file mode 100644 index 0000000..b309b88 Binary files /dev/null and b/gala-anteater-1.0.1.tar.gz differ diff --git a/gala-anteater.spec b/gala-anteater.spec index 4b2b123..a6d7685 100644 --- a/gala-anteater.spec +++ b/gala-anteater.spec @@ -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 - 1.0.1-1 +- Add sys level anomaly detection and cause inference + +* Tue Nov 22 2022 Li Zhenxing - 1.0.0-2 +- Updates anomaly detection model and imporves cause inference result + * Sat Nov 12 2022 Zhen Chen - 1.0.0-1 - Package init