upgpkg: tuned 2.24.0-2
* Add wireless_tools as optional dependency * Make tuned-ppd provide power-profiles-daemon
This commit is contained in:
parent
b80d5ed555
commit
5225061bed
2 changed files with 7 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = tuned
|
||||
pkgdesc = Daemon that performs monitoring and adaptive configuration of devices in the system
|
||||
pkgver = 2.24.0
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/redhat-performance/tuned
|
||||
arch = any
|
||||
license = GPL-2.0-or-later
|
||||
|
@ -25,6 +25,7 @@ pkgname = tuned
|
|||
optdepends = virt-what: virtual machine detection
|
||||
optdepends = systemtap: detailed system monitoring
|
||||
optdepends = tuned-ppd: power-profiles-daemon api translation
|
||||
optdepends = wireless_tools: wireless device power management
|
||||
backup = etc/tuned/active_profile
|
||||
backup = etc/tuned/bootcmdline
|
||||
backup = etc/tuned/cpu-partitioning-powersave-variables.conf
|
||||
|
@ -39,6 +40,7 @@ pkgname = tuned
|
|||
pkgname = tuned-ppd
|
||||
pkgdesc = Daemon that allows applications to easily transition to TuneD from power-profiles-daemon (PPD)
|
||||
depends = tuned
|
||||
provides = power-profiles-daemon
|
||||
conflicts = power-profiles-daemon
|
||||
options = !emptydirs
|
||||
backup = etc/tuned/ppd.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue