diff --git a/keentune-bench-2.0.1.tar.gz b/keentune-bench-2.0.1.tar.gz deleted file mode 100644 index 331e536d49b93c2edcb35dcf62d24560a41be365..0000000000000000000000000000000000000000 Binary files a/keentune-bench-2.0.1.tar.gz and /dev/null differ diff --git a/keentune-bench.spec b/keentune-bench.spec index e0876d05df212787f63f80c49a80c2685db1ab67..c3324e30f95d79604312e5e66e152000e749d8ba 100644 --- a/keentune-bench.spec +++ b/keentune-bench.spec @@ -1,22 +1,20 @@ %define anolis_release 1 Name: keentune-bench -Version: 2.0.1 +Version: 2.4.0 Release: %{?anolis_release}%{?dist} -Url: https://gitee.com/anolis/keentune_bench Summary: Benchmark script running models for KeenTune Vendor: Alibaba License: MulanPSLv2 Group: Development/Languages/Python -Source: %{name}-%{version}.tar.gz +Source0: https://gitee.com/anolis/keentune_bench/archive/refs/tags/v%{version}.tar.gz BuildRequires: python3-devel BuildRequires: python3-setuptools BUildRequires: systemd - BuildArch: noarch -Requires: python3-tornado +Requires: python3-tornado, python3-requests Requires(post): systemd Requires(preun): systemd Requires(postun): systemd @@ -25,7 +23,7 @@ Requires(postun): systemd Benchmark script running models for KeenTune %prep -%autosetup -n %{name}-%{version} +%autosetup -n keentune_bench-v%{version} %build %{__python3} setup.py build @@ -51,7 +49,7 @@ rm -rf $RPM_BUILD_ROOT %systemd_preun keentune-bench.service %postun -%systemd_postun keentune-bench.service +%systemd_postun keentune-brain.service %files -f INSTALLED_FILES %defattr(-,root,root) @@ -62,8 +60,33 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man5/keentune-bench.conf.5* %changelog +* Mon Jan 22 2024 Runzhe Wang - 2.4.0-1 +- fix: not remove runing data and install dir + +* Tue Jan 02 2024 happy_orange - 2.3.1-2 +- fix the version number + +* Thu Dec 28 2023 Runzhe Wang - 2.3.1-1 +- An official version merged all 2.3.0-* release version + +* Wed Nov 29 2023 Runzhe Wang - 2.1.0-4 +- add copyright +- add release in source package + +* Fri Apr 21 2023 Runzhe Wang - 2.1.0-3 +- add unit test case + +* Mon Apr 17 2023 Runzhe Wang - 2.1.0-2 +- fix additional fd occupation bug + +* Mon Feb 27 2023 Runzhe Wang - 2.1.0-1 +- remove benchamrk module +- running benchamrk in subprocess +- add /stop api to kill benchmark running subprocess + * Mon Jan 16 2023 Runzhe Wang - 2.0.1-1 - modify spec +- remove useless import if collections in bench/controller/status.py * Thu Dec 15 2022 Runzhe Wang - 2.0.0-0 - modify installation directory diff --git a/v2.4.0.tar.gz b/v2.4.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..76da10b25fd5430969bcc710b65047026238ef6b Binary files /dev/null and b/v2.4.0.tar.gz differ