diff --git a/_service b/_service index 6ec23b9..1072ccd 100644 --- a/_service +++ b/_service @@ -2,13 +2,15 @@ git https://github.com/redhat-performance/tuned + - @PARENT_TAG@.@TAG_OFFSET@+git.%h + 2.22.0.rc.1.0+git.ad314ee + enable diff --git a/_servicedata b/_servicedata index 2bed590..414b110 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/redhat-performance/tuned - 670541d2738ca54965a06c5038dde97af2e2f6d2 \ No newline at end of file + ad314ee320a218767f38dfe024867cc5471442d6 \ No newline at end of file diff --git a/tuned-2.22.0.rc.1.0+git.ad314ee.obscpio b/tuned-2.22.0.rc.1.0+git.ad314ee.obscpio new file mode 100644 index 0000000..77db21c --- /dev/null +++ b/tuned-2.22.0.rc.1.0+git.ad314ee.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e2af20a828092fe250338fbf00af89bc2698df7514fc47e01fe48351794e620 +size 1117708 diff --git a/tuned.changes b/tuned.changes index a427c17..8eabbcf 100644 --- a/tuned.changes +++ b/tuned.changes @@ -1,9 +1,51 @@ ------------------------------------------------------------------- +Sun Feb 11 18:29:24 UTC 2024 - trenn@suse.de + +- Update to version 2.22.0-rc.1.0+git.ad314ee: + * new release (2.22.0-rc.1) + * Add missing install command for tuned-ppd.py + * Fixes for intel uncore plugin + * Add intel uncore plugin + * scheduler: add option for ignoring IRQs affinity + * Configure the PPD-to-TuneD daemon to work as a replacement of PPD + * Implement the PPD-to-TuneD daemon + * Make DBusExporter reusable for other services + * Do not report errors on systems with no wifi + * Add an ACPI plugin + * plugin_cpu: Support cstate settings of `pm_qos_resume_latency_us` + * Skip calling rpm-ostree kargs in no-op case + * Expand sysctl plugin options when reporting overrides + * profiles: add energy_performance_preference hints to profiles + * hotplug: do not report ENOENT errors on device remove + * profiles: Improve 'isolated_cores=' help text + * Be explicit about amd-pstate support + * Fixed REs escape sequences not to trigger SyntaxWarning + * sap-hana-kvm-guest: fix whitespaces + * Fix TextView to expand with window + +------------------------------------------------------------------- + Mon Dec 04 11:28:35 CET 2023 - aschnell@suse.com - do not package inoperable plugins (bsc#1217758) ------------------------------------------------------------------- + +Wed Nov 15 09:42:09 UTC 2023 - trenn@suse.de + +- Update to version 2.21.0.17+git.5d3b469: + * Add API functions to retrieve active instances and their devices + * Add a tuned-adm command for moving devices between plugin instances + * Add support for sysctl names with slash + * Make all functions in plugin_sysctl.py methods of SysctlPlugin + * RHEL-3689: Print all arguments of failing command in err_msg + * style: fix inconsistent whitespace in plugin_cpu.py + * Return 0 when ksm services do not exist + * fix error + * Converted SPEC file license to SPDX + +------------------------------------------------------------------- + Fri Sep 15 15:27:32 UTC 2023 - trenn@suse.de - Update to version 2.21.0.0+git.670541d: diff --git a/tuned.obsinfo b/tuned.obsinfo index fc4db2f..8617f19 100644 --- a/tuned.obsinfo +++ b/tuned.obsinfo @@ -1,4 +1,4 @@ name: tuned -version: 2.21.0.0+git.670541d -mtime: 1693310041 -commit: 670541d2738ca54965a06c5038dde97af2e2f6d2 +version: 2.22.0.rc.1.0+git.ad314ee +mtime: 1707515957 +commit: ad314ee320a218767f38dfe024867cc5471442d6 diff --git a/tuned.rpmlintrc b/tuned.rpmlintrc index 79298ed..b842d8d 100644 --- a/tuned.rpmlintrc +++ b/tuned.rpmlintrc @@ -1,4 +1,3 @@ -addFilter("W: files-duplicate /etc/tuned/realtime-virtual-host-variables.conf /etc/tuned/realtime-virtual-guest-variables.conf") addFilter("E: zero-length /etc/tuned/active_profile") addFilter("E: zero-length /etc/tuned/profile_mode") addFilter("E: zero-length /etc/tuned/post_loaded_profile") diff --git a/tuned.spec b/tuned.spec index 7508832..ffffad1 100644 --- a/tuned.spec +++ b/tuned.spec @@ -1,7 +1,7 @@ # # spec file for package tuned # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define profile_dir %{_prefix}/lib/%{name} Name: tuned -Version: 2.21.0.0+git.670541d +Version: 2.22.0.rc.1.0+git.ad314ee Release: 0 Summary: A dynamic adaptive system tuning daemon License: GPL-2.0-or-later