Add dbus-glib dependency

This commit is contained in:
Iwan Timmer 2016-07-13 21:39:18 +02:00
parent eef28bd77e
commit 5a9b3b7e3b
2 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,5 @@
# Generated by mksrcinfo v8 # Generated by mksrcinfo v8
# Tue Jan 26 12:06:30 UTC 2016 # Wed Jul 13 19:39:08 UTC 2016
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.6.0 pkgver = 2.6.0
@ -16,6 +16,7 @@ pkgbase = tuned
depends = python2-decorator depends = python2-decorator
depends = python2-dbus depends = python2-dbus
depends = python2-gobject depends = python2-gobject
depends = dbus-glib
optdepends = virt-what optdepends = virt-what
optdepends = systemtap optdepends = systemtap
provides = tuned provides = tuned

View file

@ -9,7 +9,7 @@ pkgdesc='Daemon that performs monitoring and adaptive configuration of devices i
arch=('any') arch=('any')
url='https://fedorahosted.org/tuned/' url='https://fedorahosted.org/tuned/'
license=('GPL') license=('GPL')
depends=('ethtool' 'python2-configobj' 'python2-pyudev' 'python2-gobject2' 'python2-decorator' 'python2-dbus' 'python2-gobject') depends=('ethtool' 'python2-configobj' 'python2-pyudev' 'python2-gobject2' 'python2-decorator' 'python2-dbus' 'python2-gobject' 'dbus-glib')
optdepends=('virt-what' 'systemtap') optdepends=('virt-what' 'systemtap')
makedepends=('git') makedepends=('git')
provides=('tuned') provides=('tuned')