upgpkg: tuned 2.22.0-3: split package
* Split package to make ppd service optional since it conflicts with power-profiles-daemon package * Added missing backup files for tuned so that config files may not be overwritten on update
This commit is contained in:
parent
78cca39e50
commit
81e521c013
2 changed files with 57 additions and 20 deletions
|
@ -1,9 +1,8 @@
|
|||
pkgbase = tuned
|
||||
pkgdesc = Daemon that performs monitoring and adaptive configuration of devices in the system
|
||||
pkgver = 2.22.0
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
url = https://github.com/redhat-performance/tuned
|
||||
install = tuned.install
|
||||
arch = any
|
||||
license = GPL
|
||||
makedepends = desktop-file-utils
|
||||
|
@ -18,10 +17,27 @@ pkgbase = tuned
|
|||
depends = python-linux-procfs
|
||||
depends = python-perf
|
||||
depends = python-pyudev
|
||||
optdepends = virt-what: virtual machine detection
|
||||
optdepends = systemtap: detailed system monitoring
|
||||
backup = etc/tuned/active_profile
|
||||
options = !emptydirs
|
||||
source = https://github.com/redhat-performance/tuned/archive/v2.22.0/tuned-2.22.0.tar.gz
|
||||
sha512sums = 653f946e8eff57eaa7e26b05c9215d60c8dcec6760b4a41a2855328e86b65f4dcbc0b2fd7d9f9355d00aae93f601c035a38d4e1611f30cb5003b417e31bea4dc
|
||||
|
||||
pkgname = tuned
|
||||
install = tuned.install
|
||||
optdepends = virt-what: virtual machine detection
|
||||
optdepends = systemtap: detailed system monitoring
|
||||
optdepends = tuned-ppd: power-profiles-daemon api translation
|
||||
backup = etc/tuned/active_profile
|
||||
backup = etc/tuned/bootcmdline
|
||||
backup = etc/tuned/cpu-partitioning-powersave-variables.conf
|
||||
backup = etc/tuned/cpu-partitioning-variables.conf
|
||||
backup = etc/tuned/post_loaded_profile
|
||||
backup = etc/tuned/realtime-variables.conf
|
||||
backup = etc/tuned/realtime-virtual-guest-variables.conf
|
||||
backup = etc/tuned/realtime-virtual-host-variables.conf
|
||||
backup = etc/tuned/tuned-main.conf
|
||||
|
||||
pkgname = tuned-ppd
|
||||
pkgdesc = Daemon that allows applications to easily transition to TuneD from power-profiles-daemon (PPD)
|
||||
depends = tuned
|
||||
conflicts = power-profiles-daemon
|
||||
backup = etc/tuned/ppd.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue