Accepting request 1153189 from Base:System

OBS-URL: https://build.opensuse.org/request/show/1153189
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tuned?expand=0&rev=36
This commit is contained in:
Dominique Leuenberger 2024-02-29 20:49:19 +00:00 committed by Git OBS Bridge
commit ea94776e29
8 changed files with 78 additions and 15 deletions

View File

@ -1,17 +1,19 @@
<services>
<service name="obs_scm" mode="localonly">
<service name="obs_scm" mode="manual">
<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>
Use this for non rc candidates, -rc is not allowed (by darix)
<param name="revision">v1.99.0rc1</param>
<param name="versionrewrite-pattern">v([\.\d]+)(rc.*)</param>
<param name="versionrewrite-replacement">\1~\2</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"/>
<service name="set_version" mode="manual"/>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="compression">xz</param>

View File

@ -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">86ac9777981db7880a614ff21908ecbeb611e1ba</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8d18c4d4df4b3d1bde902f5661ebef6aefcdf088669c0a4f226908993904f667
size 1072652

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:96a0d0a7ec538ccbea46cda1d765c307c637efed4b7910c21a88d86cd2ca7583
size 1116172

View File

@ -1,9 +1,71 @@
-------------------------------------------------------------------
Thu Feb 29 11:37:09 UTC 2024 - trenn@suse.de
- Update to version 2.22.1.2+git.86ac977:
* fix-error
* new release (2.22.1)
* Rename plugin_intel_uncore.py to plugin_uncore.py
* Rename IntelUncorePlugin to UncorePlugin
* network-throughput: increased net.ipv4.tcp_rmem default value
* spec: cleanup, drop RHEL dynamic_tuning customization
* new release (2.22.0)
- Polkit changes got accepted by security review (bsc#1220081)
-------------------------------------------------------------------
Fri Feb 16 13:30:06 UTC 2024 - trenn@suse.de
- Update to version 2.22.0.rc.1.0+git.ad314ee:
* Disable dynamic tuning by default
* plugin_cpu: improved backward compat. of the pm_qos parser warnings
-------------------------------------------------------------------
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:

View File

@ -1,4 +1,4 @@
name: tuned
version: 2.21.0.0+git.670541d
mtime: 1693310041
commit: 670541d2738ca54965a06c5038dde97af2e2f6d2
version: 2.22.1.2+git.86ac977
mtime: 1709055039
commit: 86ac9777981db7880a614ff21908ecbeb611e1ba

View File

@ -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")

View File

@ -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.1.2+git.86ac977
Release: 0
Summary: A dynamic adaptive system tuning daemon
License: GPL-2.0-or-later