!53 downgrade to 2.20.0 to match the 24.03 LTS's minimum set of core packages

From: @SuperSix173 
Reviewed-by: @wangbin224 
Signed-off-by: @wangbin224
This commit is contained in:
openeuler-ci-bot 2024-02-27 15:26:52 +00:00 committed by Gitee
commit ecf61a6769
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 8 additions and 5 deletions

View File

@ -69,9 +69,9 @@ index 979e40b..842e2bd 100644
-cmd_isolcpus=${f:regex_search_ternary:${no_balance_cores}:\s*[0-9]: isolcpus=${no_balance_cores}:}
-
[sysfs]
/sys/bus/workqueue/devices/writeback/cpumask = ${not_isolated_cpumask}
/sys/devices/virtual/workqueue/cpumask = ${not_isolated_cpumask}
[sysctl]
kernel.hung_task_timeout_secs = 600
kernel.nmi_watchdog = 0
@@ -68,4 +66,4 @@ priority=10
initrd_remove_dir=True
initrd_dst_img=tuned-initrd.img

BIN
tuned-2.20.0.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,6 @@
Summary: A system tuning service for Linux
Name: tuned
Version: 2.21.0
Version: 2.20.0
Release: 1
License: GPLv2+
Source0: https://github.com/redhat-performance/%{name}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
@ -256,7 +256,7 @@ fi
%{_libexecdir}/%{name}/defirqaffinity*
%{_libexecdir}/%{name}/pmqos-static*
%{python3_sitelib}/%{name}
%{_datadir}/dbus-1/system.d/com.redhat.%{name}.conf
%{_sysconfdir}/dbus-1/system.d/com.redhat.%{name}.conf
%verify(not size mtime md5) %{_sysconfdir}/modprobe.d/%{name}.conf
%{_tmpfilesdir}/%{name}.conf
%{_unitdir}/%{name}.service
@ -294,6 +294,9 @@ fi
%{_mandir}/man7/tuned-profiles-spectrumscale-ece.7*
%changelog
* Tue Feb 27 2024 liuchao <liuchao173@huawei.com> - 2.20.0-1
- downgrade to 2.20.0 to match the 24.03 LTS's minimum set of core packages
* Thu Jan 25 2024 liuchao <liuchao173@huawei.com> - 2.21.0-1
- upgrade to 2.21.0:
- api: fixed stop method not to require any parameter