diff --git a/keentuned.spec b/keentuned.spec index b5f6d43f94c733687d278717d50cadeecf5660df..df1f20ec0f02412577f4ac348520bb99e9a66977 100644 --- a/keentuned.spec +++ b/keentuned.spec @@ -1,8 +1,8 @@ %define debug_package %{nil} -%define anolis_release 1 +%define anolis_release 2 Name: keentuned -Version: 2.4.0 +Version: 3.1.0 Release: %{?anolis_release}%{?dist} Summary: KeenTune tuning tools Vendor: Alibaba @@ -19,6 +19,7 @@ BuildRequires: systemd Requires(post): systemd Requires(preun): systemd Requires(postun): systemd +Requires: dbus %description KeenTune tuning tools rpm package @@ -49,20 +50,29 @@ rm -rf $RPM_BUILD_DIR/%{name}-v%{version} %files %defattr(0644,root,root, 0755) %license LICENSE -%doc README.md docs/* +%doc README.md misc/docs/* %attr(0755, root, root) %{_bindir}/keentune %attr(0755, root, root) %{_bindir}/keentuned %{_sysconfdir}/keentune/keentuned +%{_sysconfdir}/dbus-1/system.d/com.keentuned.conf %{_prefix}/lib/systemd/system/keentuned.service %{_mandir}/man8/keentune.8* %{_mandir}/man8/keentuned.8* %{_mandir}/man5/keentuned.conf.5* %{_mandir}/man7/keentune-benchmark.7* %{_mandir}/man7/keentune-profile.7* -%{_mandir}/man7/keentune-detect.7* %{_prefix}/share/bash-completion/completions/keentune.bash %changelog +* Wed Oct 09 2024 Runzhe Wang - 3.1.0-2 +- add back virtual-guest.conf + +* Wed Sep 25 2024 Runzhe Wang - 3.1.0-1 +- feat: Code refactoring +- bugfix: fix API input security verification +- bugfix: fix issue 58981412# +- bugfix: Correctly display expert tuning recommendation info + * Mon Jan 22 2024 Runzhe Wang - 2.4.0-1 - fix: not remove runing data and install dir diff --git a/v2.4.0.tar.gz b/v2.4.0.tar.gz deleted file mode 100644 index 39f76ab3b9f6ca2c6244f7ceca56be6690c32eaa..0000000000000000000000000000000000000000 Binary files a/v2.4.0.tar.gz and /dev/null differ diff --git a/v3.1.0.tar.gz b/v3.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..fd44f4743f0b8301a2448ec7d83e77742b2905bf Binary files /dev/null and b/v3.1.0.tar.gz differ diff --git a/vendor-v2.4.0.tar.gz b/vendor-v2.4.0.tar.gz deleted file mode 100644 index 8dd127602c7623cda026546566ab97786ceb2b09..0000000000000000000000000000000000000000 Binary files a/vendor-v2.4.0.tar.gz and /dev/null differ diff --git a/vendor-v3.1.0.tar.gz b/vendor-v3.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..6c7ba8d1517cc949e842b73be13580ad9e17dbd9 Binary files /dev/null and b/vendor-v3.1.0.tar.gz differ