Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
tuned
Commits:
f82c988a by Sven-Hendrik Haase at 2025-02-02T19:46:17+01:00
upgpkg: 2.25.0-2: Add missing dep on python-pyinotify
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = tuned
pkgdesc = Daemon that performs monitoring and adaptive configuration of
devices in the system
pkgver = 2.25.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/redhat-performance/tuned
arch = any
license = GPL-2.0-or-later
@@ -39,6 +39,7 @@ pkgname = tuned
pkgname = tuned-ppd
pkgdesc = Daemon that allows applications to easily transition to TuneD
from power-profiles-daemon (PPD)
depends = tuned
+ depends = python-pyinotify
provides = power-profiles-daemon
conflicts = power-profiles-daemon
backup = etc/tuned/ppd.conf
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
pkgbase=tuned
pkgname=("${pkgbase}" "${pkgbase}-ppd")
pkgver=2.25.0
-pkgrel=1
+pkgrel=2
pkgdesc='Daemon that performs monitoring and adaptive configuration of devices
in the system'
arch=('any')
url="https://github.com/redhat-performance/${pkgbase}"
@@ -56,7 +56,7 @@ package_tuned() {
package_tuned-ppd() {
pkgdesc='Daemon that allows applications to easily transition to TuneD from
power-profiles-daemon (PPD)'
- depends=('tuned')
+ depends=('tuned' 'python-pyinotify')
provides=('power-profiles-daemon')
conflicts=('power-profiles-daemon')
backup=('etc/tuned/ppd.conf')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tuned/-/commit/f82c988ae8fb4fdb3aafbfdc749f0ee8dbe1e7c8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tuned/-/commit/f82c988ae8fb4fdb3aafbfdc749f0ee8dbe1e7c8
You're receiving this email because of your account on gitlab.archlinux.org.