Accepting request 1146010 from home:trenn:branches:Base:System
- 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 - 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 OBS-URL: https://build.opensuse.org/request/show/1146010 OBS-URL: https://build.opensuse.org/package/show/Base:System/tuned?expand=0&rev=99
This commit is contained in:
parent
1742271d8d
commit
aea45f32d7
8
_service
8
_service
@ -2,13 +2,15 @@
|
||||
<service name="obs_scm" mode="localonly">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/redhat-performance/tuned</param>
|
||||
|
||||
<!--
|
||||
Use this for non rc candidates, -rc is not allowed
|
||||
<param name="versionformat">2.19.0+git.%h</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
-->
|
||||
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@+git.%h</param>
|
||||
<param name="versionformat">2.22.0.rc.1.0+git.ad314ee</param>
|
||||
<!--
|
||||
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@+git.%h</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
-->
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="set_version" mode="localonly"/>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/redhat-performance/tuned</param>
|
||||
<param name="changesrevision">670541d2738ca54965a06c5038dde97af2e2f6d2</param></service></servicedata>
|
||||
<param name="changesrevision">ad314ee320a218767f38dfe024867cc5471442d6</param></service></servicedata>
|
3
tuned-2.22.0.rc.1.0+git.ad314ee.obscpio
Normal file
3
tuned-2.22.0.rc.1.0+git.ad314ee.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4e2af20a828092fe250338fbf00af89bc2698df7514fc47e01fe48351794e620
|
||||
size 1117708
|
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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")
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user