diff --git a/keentune-target-1.2.0.tar.gz b/keentune-target-1.2.0.tar.gz deleted file mode 100644 index 2c5c57aac409fcd2da5560d4dd27879d6f004db6..0000000000000000000000000000000000000000 Binary files a/keentune-target-1.2.0.tar.gz and /dev/null differ diff --git a/keentune-target-1.3.0.tar.gz b/keentune-target-1.3.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..87864d9a342bd1521d19b292ef46b1e384231386 Binary files /dev/null and b/keentune-target-1.3.0.tar.gz differ diff --git a/keentune-target.spec b/keentune-target.spec index a64279ec355ecb0f141cd23726953f21d0575bc0..e93933fcc69a692e03941721e05f90b34a372638 100644 --- a/keentune-target.spec +++ b/keentune-target.spec @@ -1,11 +1,7 @@ -%define anolis_release 2 - -# -# spec file for package KeenTune-target -# +%define anolis_release 1 Name: keentune-target -Version: 1.2.0 +Version: 1.3.0 Release: %{?anolis_release}%{?dist} Url: https://gitee.com/anolis/keentune_target Summary: Parameters setting, reading and backup models for KeenTune @@ -33,7 +29,9 @@ Parameters setting, reading and backup models for KeenTune %{__python3} setup.py install --single-version-externally-managed -O1 --prefix=%{_prefix} --root=%{buildroot} --record=INSTALLED_FILES mkdir -p ${RPM_BUILD_ROOT}/usr/lib/systemd/system/ cp -f ./keentune-target.service ${RPM_BUILD_ROOT}/usr/lib/systemd/system/ - +install -D -m 0644 man/keentune-target.domain.7 ${RPM_BUILD_ROOT}%{_mandir}/man7/keentune-target.domain.7 +install -D -m 0644 man/keentune-target.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/keentune-target.8 +install -D -m 0644 man/keentune-target.conf.5 ${RPM_BUILD_ROOT}%{_mandir}/man5/keentune-target.conf.5 %clean rm -rf $RPM_BUILD_ROOT @@ -43,25 +41,40 @@ systemctl daemon-reload %files -f INSTALLED_FILES %defattr(-,root,root) %license LICENSE -%{_libdir}/systemd/system/keentune-target.service +%{_prefix}/lib/systemd/system/keentune-target.service +%{_mandir}/man7/keentune-target.domain.7* +%{_mandir}/man8/keentune-target.8* +%{_mandir}/man5/keentune-target.conf.5* %changelog -* Fri Apr 04 2022 Runzhe Wang <15501019889@126.com> - 1.2.0-2 +* Thu Jul 21 2022 Runzhe Wang - 1.3.0-1 +- fix: missing of man dir + +* Thu Jun 30 2022 Runzhe Wang - 1.3.0-0 +- rename target to agent +- add RESTful API /available +- refactor original configuration backup + +* Mon Jun 20 2022 Runzhe Wang - 1.2.1-1 +- update docs +- fix bug: tuning stoped because of serival knobs setting failed. + +* Mon Apr 04 2022 Runzhe Wang - 1.2.0-2 - Wrong version index in python - Control checking range of settable target for 'profile set' - add function of all rollback -* Wed Mar 03 2022 Runzhe Wang <15501019889@126.com> - 1.1.0-2 +* Thu Mar 03 2022 Runzhe Wang - 1.1.0-2 - fix bug: update version to 1.1.0 in setup.py script. -* Mon Mar 03 2022 Runzhe Wang <15501019889@126.com> - 1.1.0-1 +* Thu Mar 03 2022 Runzhe Wang - 1.1.0-1 - Add support for GP (in iTuned) in sensitizing algorithms - Add support for lasso in sensitizing algorithms - refactor tornado module: replace await by threadpool - lazy load domain in keentune-target - fix other bugs -* Wed Jan 01 2022 Runzhe Wang <15501019889@126.com> - 1.0.1-1 +* Sat Jan 01 2022 Runzhe Wang - 1.0.1-1 - Verify input arguments of command 'param tune' - Supporting of multiple target tuning - Fix bug which cause keentune hanging after command 'param stop' @@ -70,20 +83,20 @@ systemctl daemon-reload - Refactor sysctl domain to improve stability of parameter setting - Fix some user experience issues -* Wed Dec 12 2021 Runzhe Wang <15501019889@126.com> - 1.0.0-5 +* Sun Dec 12 2021 Runzhe Wang - 1.0.0-5 - fix bug: can not running in alinux2 and centos7 - change modify codeup address to gitee -* Wed Dec 01 2021 Runzhe Wang <15501019889@126.com> - 1.0.0-4 +* Wed Dec 01 2021 Runzhe Wang - 1.0.0-4 - add keentune to systemd -* Wed Nov 24 2021 Runzhe Wang <15501019889@126.com> - 1.0.0-3 +* Wed Nov 24 2021 Runzhe Wang - 1.0.0-3 - fix: wrong license in setup.py - add nginx conf parameter domain -* Wed Nov 10 2021 Runzhe Wang <15501019889@126.com> - 1.0.0-2 +* Wed Nov 10 2021 Runzhe Wang - 1.0.0-2 - use '%license' macro - update license to MulanPSLv2 -* Wed Aug 18 2021 Runzhe Wang <15501019889@126.com> - 1.0.0-1 +* Wed Aug 18 2021 Runzhe Wang - 1.0.0-1 - Initial KeenTune-target \ No newline at end of file