summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2013-10-08 22:36:42 +0200
committerJohannes Dewender2013-10-08 22:36:42 +0200
commite26959e2482c0e00c4b0085649943423234c1e24 (patch)
treec1e97bcf9a1ed200da47ee444866a6f1095f318e
parentd5ed699e3eb5047a4ea28587e128d3ffe3a57e4f (diff)
downloadaur-e26959e2482c0e00c4b0085649943423234c1e24.tar.gz
targetcli-fb: add ethtool dependency here
Previously this was already satisfied, because rtslib-fb depended on it.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1940022d8825..9e6069bbef40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = targetcli-fb
pkgdesc = free branch of the targetcli LIO administration shell (iSCSI + Co)
pkgver = 2.1.fb30
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/agrover/targetcli-fb
arch = any
license = Apache
depends = python2-rtslib-fb>=2.1.fb33
depends = python2-configshell-fb
+ depends = python2-ethtool
provides = targetcli
conflicts = lio-utils
replaces = rtsadmin
diff --git a/PKGBUILD b/PKGBUILD
index e4222d47cd58..9fbc88f8f4c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgname=targetcli-fb
pkgver=2.1.fb30
-pkgrel=2
+pkgrel=3
epoch=
pkgdesc="free branch of the targetcli LIO administration shell (iSCSI + Co)"
arch=('any')
url="https://github.com/agrover/targetcli-fb"
license=('Apache')
groups=()
-depends=('python2-rtslib-fb>=2.1.fb33' 'python2-configshell-fb')
+depends=('python2-rtslib-fb>=2.1.fb33' 'python2-configshell-fb' 'python2-ethtool')
optdepends=()
conflicts=('lio-utils')
provides=('targetcli')