Click here to visit the old openkoji buildsystem (Archived)

Information for build tuned-2.24.0-4.fc41

ID94321
Package Nametuned
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version2.24.0
Release4.fc41
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/tuned.git#09bd86b5bbeb2c96664816da11315d04c0bc849d
SummaryA dynamic adaptive system tuning daemon
DescriptionThe tuned package contains a daemon that tunes system settings dynamically. It does so by monitoring the usage of several system components periodically. Based on that information components will then be put into lower or higher power saving modes to adapt to the current usage. Currently only ethernet network and ATA harddisk devices are implemented.
Built bylichengxi
State complete
Volume DEFAULT
StartedSat, 19 Oct 2024 19:31:46 CST
CompletedSat, 19 Oct 2024 19:41:48 CST
Taskbuild (f41-build-side-1, /rpms/tuned.git:09bd86b5bbeb2c96664816da11315d04c0bc849d)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/tuned.git#09bd86b5bbeb2c96664816da11315d04c0bc849d'}}
Tags
f41-build-side-1
RPMs
src
tuned-2.24.0-4.fc41.src.rpm (info) (download)
noarch
tuned-2.24.0-4.fc41.noarch.rpm (info) (download)
tuned-gtk-2.24.0-4.fc41.noarch.rpm (info) (download)
tuned-ppd-2.24.0-4.fc41.noarch.rpm (info) (download)
tuned-profiles-atomic-2.24.0-4.fc41.noarch.rpm (info) (download)
tuned-profiles-compat-2.24.0-4.fc41.noarch.rpm (info) (download)
tuned-profiles-cpu-partitioning-2.24.0-4.fc41.noarch.rpm (info) (download)
tuned-profiles-mssql-2.24.0-4.fc41.noarch.rpm (info) (download)
tuned-profiles-nfv-2.24.0-4.fc41.noarch.rpm (info) (download)
tuned-profiles-nfv-guest-2.24.0-4.fc41.noarch.rpm (info) (download)
tuned-profiles-nfv-host-2.24.0-4.fc41.noarch.rpm (info) (download)
tuned-profiles-openshift-2.24.0-4.fc41.noarch.rpm (info) (download)
tuned-profiles-oracle-2.24.0-4.fc41.noarch.rpm (info) (download)
tuned-profiles-postgresql-2.24.0-4.fc41.noarch.rpm (info) (download)
tuned-profiles-realtime-2.24.0-4.fc41.noarch.rpm (info) (download)
tuned-profiles-sap-2.24.0-4.fc41.noarch.rpm (info) (download)
tuned-profiles-sap-hana-2.24.0-4.fc41.noarch.rpm (info) (download)
tuned-profiles-spectrumscale-2.24.0-4.fc41.noarch.rpm (info) (download)
tuned-utils-2.24.0-4.fc41.noarch.rpm (info) (download)
tuned-utils-systemtap-2.24.0-4.fc41.noarch.rpm (info) (download)
Logs
noarch
root.log
state.log
hw_info.log
installed_pkgs.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Oct 14 2024 Pavol Žáčik <pzacik@redhat.com> - 2.24.0-4 - Support the new UPower PPD namespace in tuned-ppd * Wed Oct 09 2024 Jaroslav Škarvada <jskarvad@redhat.com> - 2.24.0-3 - Obsolete power-profiles-daemon, patch by Kate Hsuan <hpa@redhat.com> Resolves: rhbz#2293628 * Thu Aug 15 2024 Adam Williamson <awilliam@redhat.com> - 2.24.0-2 - Backport PR #672 to fix a crash on startup * Wed Aug 07 2024 Jaroslav Škarvada <jskarvad@redhat.com> - 2.24.0-1 - new release - clear plugin repository when stopping tuning resolves: RHEL-36442 - man: add description of the balanced-battery profile * Thu Jul 25 2024 Jaroslav Škarvada <jskarvad@redhat.com> - 2.24.0-0.1.rc1 - new release - hotplug: wait for device initialization resolves: RHEL-39468 - functions: added 'package2cpus' and 'packages2uncores' matchers - functions: added 'lscpu' to list CPU details - plugin_uncore: allow to configure frequency limits using percent - amd-pstate: added support for controlling core performance boost - plugin_scheduler: adjusted error logging in _set_affinity resolves: RHEL-46560 - plugin_audio: enabled controller reset to fix suspend with NVIDIA - plugin_irq: fixed expansion of variables - plugin_irqbalance: switched to IRQBALANCE_BANNED_CPULIST * Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.23.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Thu Jun 20 2024 Pavol Žáčik <pzacik@redhat.com> - 2.23.0-5 - Reverted accidental migration of script functions and recommend.d * Sat Jun 15 2024 Jaroslav Škarvada <jskarvad@redhat.com> - 2.23.0-4 - fixed traceback with python-3.13.0+ caused by removal of log.warn() * Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 2.23.0-3 - Rebuilt for Python 3.13 * Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 2.23.0-2 - Rebuilt for Python 3.13 * Thu Jun 06 2024 Jaroslav Škarvada <jskarvad@redhat.com> - 2.23.0-1 - new release - migrated profiles to /etc/tuned/profiles/ and /usr/lib/tuned/profiles/ - added an option to configure profile directories resolves: RHEL-26157 - daemon: buffer sighup signal resolves: RHEL-31180 - api: added commands to dynamically create/destroy instances - functions: added 'intel_recommended_pstate' - functions: added 'log' which helps with debugging - plugins: added plugin_irq - plugin_net: do not read monitors if dynamic tuning is disabled resolves: RHEL-28757 - plugin_video: added support for amdgpu `panel_power_savings` attribute - plugin_cpu: check that writes are necessary if they may cause redundant IPIs resolves: RHEL-25613 - sap-netweaver: increased vm.max_map_count resolves: RHEL-31757 - tuned-ppd: Detect battery change events * Thu Feb 22 2024 Jaroslav Škarvada <jskarvad@redhat.com> - 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 <jskarvad@redhat.com> - 2.22.0-1 - new release - rebased tuned to latest upstream related: RHEL-17121 * Fri Feb 09 2024 Jaroslav Škarvada <jskarvad@redhat.com> - 2.22.0-0.1.rc1 - new release - rebased tuned to latest upstream resolves: RHEL-17121 - print all arguments of failing commands in error messages resolves: RHEL-3689 - plugin_sysctl: added support for sysctl names with slash resolves: RHEL-3707 - tuned-adm: added support for moving devices between plugin instances resolves: RHEL-15141 - api: added methods for retrieval of plugin instances and devices resolves: RHEL-15137 - plugin_cpu: amd-pstate mentioned instead of just intel_pstate resolves: RHEL-16469 - hotplug: do not report ENOENT errors on device remove resolves: RHEL-11342 - plugin_sysctl: expand variables when reporting overrides resolves: RHEL-18972 - plugin_acpi: new plugin which handles ACPI platform_profile resolves: RHEL-16966 - plugin_bootloader: skip calling rpm-ostree kargs in no-op case resolves: RHEL-20767 - plugin_cpu: support cstate settings of pm_qos_resume_latency_us resolves: RHEL-21129 - scheduler: add option for ignoring IRQs affinity resolves: RHEL-21923 - plugin_intel_uncore: new plugin for uncore setting * Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.21.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Tue Aug 29 2023 Jaroslav Škarvada <jskarvad@redhat.com> - 2.21.0-1 - new release - rebased tuned to latest upstream related: rhbz#2182117 - api: fixed stop method not to require any parameter resolves: rhbz#2235637 * Sun Aug 20 2023 Jaroslav Škarvada <jskarvad@redhat.com> - 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 - sap-hana: new profile sap-hana-kvm-guest resolves: rhbz#2173740 - serialized SIGHUP handler to prevent possible bootcmdline corruption resolves: rhbz#2215298 * Wed Aug 09 2023 Jaroslav Škarvada <jskarvad@redhat.com> - 2.20.0-4 - Converted license to SPDX * Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.20.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Fri Jun 16 2023 Python Maint <python-maint@redhat.com> - 2.20.0-2 - Rebuilt for Python 3.12 * Fri Feb 17 2023 Jaroslav Škarvada <jskarvad@redhat.com> - 2.20.0-1 - new release - rebased tuned to latest upstream related: rhbz#2133815 - fixed possible traceback on SIGHUP resolves: rhbz#2169712 - updated manual pages to be consistent - tuned-adm: better error message for unauthorized switch_profile - plugin_sysctl: report reapplied sysctls only on different values * Wed Feb 08 2023 Jaroslav Škarvada <jskarvad@redhat.com> - 2.20.0-0.1.rc1 - new release - rebased tuned to latest upstream resolves: rhbz#2133815 - systemd: relax polkit requirement resolves: rhbz#2065591 - sysvinit: fixed path resolves: rhbz#2118301 - plugin_cpu: added support for pm_qos_resume_latency_us resolves: rhbz#2118786 - do not exit on duplicate config lines resolves: rhbz#2071418 - profiles: new cpu-partitioning-powersave profile - profiles: new profile for AWS EC2 resolves: rhbz#1935848 - API: add support for moving devices between instances resolves: rhbz#2113925 - D-Bus: send tracebacks through D-Bus only in debug mode resolves: rhbz#2159680 - Makefile: added fix for python-3.12 resolves: rhbz#2154801 - throughput-performance: set net.core.somaxconn to at least 2048 resolves: rhbz#1998310 - plugin_scheduler: do not leak FDs from the perf resolves: rhbz#2080227 - plugin_cpu: added support for intel_pstate scaling driver resolves: rhbz#2095829 - added support for the API access through the Unix Domain Socket resolves: rhbz#2113900 * Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.19.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jan 12 2023 Jaroslav Škarvada <jskarvad@redhat.com> - 2.19.0-2 - added fix for python-3.12 resolves: rhbz#2154801