tuned (2.25.1-1)
[PTS] [DDPO]
COMMITS: VCS has seen 1 commit since the debian/2.25.1-1 tag
- Git: https://salsa.debian.org/debian/tuned.git
-
- Branch: debian/unstable
- Path: debian/changelog
- Repo size: 3358720
- Browser: https://salsa.debian.org/debian/tuned
- Last scan: 2025-09-03 05:27:03+00
- Next scan: 2025-09-10 18:29:00+00
- CI pipeline status: success
- Debian changelog in Git:
tuned (2.25.1-1) unstable; urgency=medium
* New upstream release (Closes: #1094790)
* Support the new UPower PPD namespace (Closes: #1100608)
* Depend on python3-pyinotify
-- Evgeni Golov <evgeni@debian.org> Tue, 01 Apr 2025 21:43:33 +0200
- This branch is 1 commit ahead of tag debian/2.25.1-1
- Git log:
commit 411910b10c7b52af560ce5be80f31f6cb80648f3
Author: Andreas Hasenack <andreas.hasenack@canonical.com>
Date: Wed Jul 23 10:20:34 2025 -0300
d/control: add build-dep on linux-perf to include irqbalance docs
Starting with upstream 2.25.0-rc.1[1], plugin docs are automatically generated
from source. ./compile_plugin_docs.py will loop over importing all plugins, and
if one fails to import, it will be skipped. If the python3 perf module (from
package bin:linux-perf) is not available, the irqbalance plugin will fail to
import, and its documentation will not be generated.
Closes: #1109771
1. https://github.com/redhat-performance/tuned/releases/tag/v2.25.0-rc.1