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
721a8fe264
commit
d108f6d8af
2 changed files with 7 additions and 3 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = tuned
|
pkgbase = tuned
|
||||||
pkgdesc = Daemon that performs monitoring and adaptive configuration of devices in the system
|
pkgdesc = Daemon that performs monitoring and adaptive configuration of devices in the system
|
||||||
pkgver = 2.24.0
|
pkgver = 2.24.0
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://github.com/redhat-performance/tuned
|
url = https://github.com/redhat-performance/tuned
|
||||||
arch = any
|
arch = any
|
||||||
license = GPL-2.0-or-later
|
license = GPL-2.0-or-later
|
||||||
|
@ -25,6 +25,7 @@ pkgname = tuned
|
||||||
optdepends = virt-what: virtual machine detection
|
optdepends = virt-what: virtual machine detection
|
||||||
optdepends = systemtap: detailed system monitoring
|
optdepends = systemtap: detailed system monitoring
|
||||||
optdepends = tuned-ppd: power-profiles-daemon api translation
|
optdepends = tuned-ppd: power-profiles-daemon api translation
|
||||||
|
optdepends = wireless_tools: wireless device power management
|
||||||
backup = etc/tuned/active_profile
|
backup = etc/tuned/active_profile
|
||||||
backup = etc/tuned/bootcmdline
|
backup = etc/tuned/bootcmdline
|
||||||
backup = etc/tuned/cpu-partitioning-powersave-variables.conf
|
backup = etc/tuned/cpu-partitioning-powersave-variables.conf
|
||||||
|
@ -39,6 +40,7 @@ pkgname = tuned
|
||||||
pkgname = tuned-ppd
|
pkgname = tuned-ppd
|
||||||
pkgdesc = Daemon that allows applications to easily transition to TuneD from power-profiles-daemon (PPD)
|
pkgdesc = Daemon that allows applications to easily transition to TuneD from power-profiles-daemon (PPD)
|
||||||
depends = tuned
|
depends = tuned
|
||||||
|
provides = power-profiles-daemon
|
||||||
conflicts = power-profiles-daemon
|
conflicts = power-profiles-daemon
|
||||||
options = !emptydirs
|
options = !emptydirs
|
||||||
backup = etc/tuned/ppd.conf
|
backup = etc/tuned/ppd.conf
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -6,7 +6,7 @@
|
||||||
pkgbase=tuned
|
pkgbase=tuned
|
||||||
pkgname=("${pkgbase}" "${pkgbase}-ppd")
|
pkgname=("${pkgbase}" "${pkgbase}-ppd")
|
||||||
pkgver=2.24.0
|
pkgver=2.24.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc='Daemon that performs monitoring and adaptive configuration of devices in the system'
|
pkgdesc='Daemon that performs monitoring and adaptive configuration of devices in the system'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://github.com/redhat-performance/${pkgbase}"
|
url="https://github.com/redhat-performance/${pkgbase}"
|
||||||
|
@ -28,7 +28,8 @@ prepare() {
|
||||||
package_tuned() {
|
package_tuned() {
|
||||||
optdepends=('virt-what: virtual machine detection'
|
optdepends=('virt-what: virtual machine detection'
|
||||||
'systemtap: detailed system monitoring'
|
'systemtap: detailed system monitoring'
|
||||||
'tuned-ppd: power-profiles-daemon api translation')
|
'tuned-ppd: power-profiles-daemon api translation'
|
||||||
|
'wireless_tools: wireless device power management')
|
||||||
backup=('etc/tuned/active_profile'
|
backup=('etc/tuned/active_profile'
|
||||||
'etc/tuned/bootcmdline'
|
'etc/tuned/bootcmdline'
|
||||||
'etc/tuned/cpu-partitioning-powersave-variables.conf'
|
'etc/tuned/cpu-partitioning-powersave-variables.conf'
|
||||||
|
@ -53,6 +54,7 @@ package_tuned() {
|
||||||
package_tuned-ppd() {
|
package_tuned-ppd() {
|
||||||
pkgdesc='Daemon that allows applications to easily transition to TuneD from power-profiles-daemon (PPD)'
|
pkgdesc='Daemon that allows applications to easily transition to TuneD from power-profiles-daemon (PPD)'
|
||||||
depends=('tuned')
|
depends=('tuned')
|
||||||
|
provides=('power-profiles-daemon')
|
||||||
conflicts=('power-profiles-daemon')
|
conflicts=('power-profiles-daemon')
|
||||||
backup=('etc/tuned/ppd.conf')
|
backup=('etc/tuned/ppd.conf')
|
||||||
options=('!emptydirs')
|
options=('!emptydirs')
|
||||||
|
|
Loading…
Reference in a new issue