Added missing dependency
python2-linux-procfs was missing as a required dependency Added descriptions for optional dependencies Added desktop-file-utils as make dependency
This commit is contained in:
parent
e816bdd337
commit
fd284a10b4
2 changed files with 10 additions and 9 deletions
11
.SRCINFO
11
.SRCINFO
|
@ -1,14 +1,14 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Mon Dec 11 15:35:58 UTC 2017
|
||||
# Mon Dec 11 16:02:21 UTC 2017
|
||||
pkgbase = tuned
|
||||
pkgdesc = Daemon that performs monitoring and adaptive configuration of devices in the system
|
||||
pkgver = 2.9.0
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/redhat-performance/tuned
|
||||
install = tuned.install
|
||||
arch = any
|
||||
license = GPL
|
||||
makedepends = git
|
||||
makedepends = desktop-file-utils
|
||||
depends = ethtool
|
||||
depends = python2-configobj
|
||||
depends = python2-pyudev
|
||||
|
@ -16,9 +16,10 @@ pkgbase = tuned
|
|||
depends = python2-decorator
|
||||
depends = python2-dbus
|
||||
depends = python2-gobject
|
||||
depends = python2-linux-procfs
|
||||
depends = dbus-glib
|
||||
optdepends = virt-what
|
||||
optdepends = systemtap
|
||||
optdepends = virt-what: For use with virtual machines
|
||||
optdepends = systemtap: Disk and net statistic monitoring systemtap scripts
|
||||
backup = etc/tuned/active_profile
|
||||
source = https://github.com/redhat-performance/tuned/archive/v2.9.0.tar.gz
|
||||
sha256sums = 0863896aff15c924afe7ee9449d16121c840d8bf768055aa749d0d050518efe5
|
||||
|
|
8
PKGBUILD
8
PKGBUILD
|
@ -5,14 +5,14 @@
|
|||
|
||||
pkgname=tuned
|
||||
pkgver=2.9.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/${pkgname}"
|
||||
license=('GPL')
|
||||
depends=('ethtool' 'python2-configobj' 'python2-pyudev' 'python2-gobject2' 'python2-decorator' 'python2-dbus' 'python2-gobject' 'dbus-glib')
|
||||
optdepends=('virt-what' 'systemtap')
|
||||
makedepends=('git')
|
||||
depends=('ethtool' 'python2-configobj' 'python2-pyudev' 'python2-gobject2' 'python2-decorator' 'python2-dbus' 'python2-gobject' 'python2-linux-procfs' 'dbus-glib')
|
||||
optdepends=('virt-what: For use with virtual machines' 'systemtap: Disk and net statistic monitoring systemtap scripts')
|
||||
makedepends=('desktop-file-utils')
|
||||
backup=('etc/tuned/active_profile')
|
||||
install="${pkgname}.install"
|
||||
source=("https://github.com/redhat-performance/${pkgname}/archive/v${pkgver}.tar.gz")
|
||||
|
|
Loading…
Reference in a new issue