diff --git a/sources b/sources index b029bba..d7cb61a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tuned-2.22.0.tar.gz) = 653f946e8eff57eaa7e26b05c9215d60c8dcec6760b4a41a2855328e86b65f4dcbc0b2fd7d9f9355d00aae93f601c035a38d4e1611f30cb5003b417e31bea4dc +SHA512 (tuned-2.22.1.tar.gz) = 160b1cab5477d84a0da89f584fe646b32162527a138d9b5957799c5f26598b98449733040710133a1c5bdd5588eee72549131ff163e777a105fc24e92edc6d8f diff --git a/tuned.spec b/tuned.spec index 0c95694..a9847cb 100644 --- a/tuned.spec +++ b/tuned.spec @@ -49,7 +49,7 @@ Summary: A dynamic adaptive system tuning daemon Name: tuned -Version: 2.22.0 +Version: 2.22.1 Release: 1%{?prerel1}%{?git_suffix:.%{git_suffix}}%{?dist} License: GPL-2.0-or-later AND CC-BY-SA-3.0 %if 0%{?git_commit:1} @@ -297,9 +297,6 @@ make html %{make_python_arg} %install make install DESTDIR=%{buildroot} DOCDIR=%{docdir} %{make_python_arg} make install-ppd DESTDIR=%{buildroot} DOCDIR=%{docdir} %{make_python_arg} -%if 0%{?rhel} -sed -i 's/\(dynamic_tuning[ \t]*=[ \t]*\).*/\10/' %{buildroot}%{_sysconfdir}/tuned/tuned-main.conf -%endif %if ! 0%{?rhel} # manual @@ -586,6 +583,14 @@ fi %config(noreplace) %{_sysconfdir}/tuned/ppd.conf %changelog +* Thu Feb 22 2024 Jaroslav Škarvada - 2.22.1-1 +- new release + - rebased tuned to latest upstream + related: RHEL-17121 + - renamed intel_uncore plugin to uncore + - network-throughput: increased net.ipv4.tcp_rmem default value + resolves: RHEL-25847 + * Fri Feb 16 2024 Jaroslav Škarvada - 2.22.0-1 - new release - rebased tuned to latest upstream