From 0e980ed3ccd210ddeff4208a0d9720078b2cba0b Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Wed, 4 Oct 2023 11:54:52 +0000 Subject: [PATCH] import CS tuned-2.21.0-1.el9 --- .gitignore | 2 +- .tuned.metadata | 2 +- SPECS/tuned.spec | 22 ++++++++++++++++++++-- 3 files changed, 22 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 7d4ec36..a30bf5b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/tuned-2.20.0.tar.gz +SOURCES/tuned-2.21.0.tar.gz diff --git a/.tuned.metadata b/.tuned.metadata index 0e43617..8a29916 100644 --- a/.tuned.metadata +++ b/.tuned.metadata @@ -1 +1 @@ -6a6c9a91ab1e556b884965432895cdf64ebd6016 SOURCES/tuned-2.20.0.tar.gz +586db5263ea7dabcc57e24aceb249d397d7d0239 SOURCES/tuned-2.21.0.tar.gz diff --git a/SPECS/tuned.spec b/SPECS/tuned.spec index fb659f7..129ba8f 100644 --- a/SPECS/tuned.spec +++ b/SPECS/tuned.spec @@ -34,7 +34,7 @@ Summary: A dynamic adaptive system tuning daemon Name: tuned -Version: 2.20.0 +Version: 2.21.0 Release: 1%{?prerel1}%{?dist} License: GPLv2+ Source0: https://github.com/redhat-performance/%{name}/archive/v%{version}%{?prerel2}/%{name}-%{version}%{?prerel2}.tar.gz @@ -411,6 +411,7 @@ fi %exclude %{_prefix}/lib/tuned/spindown-disk %exclude %{_prefix}/lib/tuned/sap-netweaver %exclude %{_prefix}/lib/tuned/sap-hana +%exclude %{_prefix}/lib/tuned/sap-hana-kvm-guest %exclude %{_prefix}/lib/tuned/mssql %exclude %{_prefix}/lib/tuned/oracle %exclude %{_prefix}/lib/tuned/atomic-host @@ -435,7 +436,6 @@ fi %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/tuned/post_loaded_profile %config(noreplace) %{_sysconfdir}/tuned/tuned-main.conf %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/tuned/bootcmdline -%{_sysconfdir}/dbus-1/system.d/com.redhat.tuned.conf %verify(not size mtime md5) %{_sysconfdir}/modprobe.d/tuned.conf %{_tmpfilesdir}/tuned.conf %{_unitdir}/tuned.service @@ -447,6 +447,7 @@ fi %{_mandir}/man8/tuned* %dir %{_datadir}/tuned %{_datadir}/tuned/grub2 +%{_datadir}/dbus-1/system.d/com.redhat.tuned.conf %{_datadir}/polkit-1/actions/com.redhat.tuned.policy %ghost %{_sysconfdir}/modprobe.d/kvm.rt.tuned.conf %{_prefix}/lib/kernel/install.d/92-tuned.install @@ -486,6 +487,7 @@ fi %files profiles-sap-hana %{_prefix}/lib/tuned/sap-hana +%{_prefix}/lib/tuned/sap-hana-kvm-guest %{_mandir}/man7/tuned-profiles-sap-hana.7* %files profiles-mssql @@ -551,6 +553,22 @@ fi %{_mandir}/man7/tuned-profiles-openshift.7* %changelog +* Tue Aug 29 2023 Jaroslav Škarvada - 2.21.0-1 +- new release + - api: fixed stop method not to require any parameter + resolves: rhbz#2235637 + +* Sun Aug 20 2023 Jaroslav Škarvada - 2.21.0-0.1.rc1 +- new release + - rebased tuned to latest upstream + resolves: rhbz#2182117 + - plugin_scheduler: fix perf fd leaks + resolves: rhbz#2173938 + - allow skipping rollback when restarting TuneD or switching profile + resolves: rhbz#2203142 + - function_calc_isolated_cores: no errors for offline CPUs + resolves: rhbz#2217015 + * Fri Feb 17 2023 Jaroslav Škarvada - 2.20.0-1 - new release - rebased tuned to latest upstream