From 1da792ee04c8f35d0a5e78bc5664eb2df86a833a Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Thu, 7 Jun 2012 13:52:49 +0000 Subject: testing/py-rtslib: add spec files for managing fabrics --- testing/py-rtslib/APKBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'testing') diff --git a/testing/py-rtslib/APKBUILD b/testing/py-rtslib/APKBUILD index 2370ba5cbe..98ffa9058a 100644 --- a/testing/py-rtslib/APKBUILD +++ b/testing/py-rtslib/APKBUILD @@ -5,7 +5,7 @@ _realname=rtslib pkgver=2.1_p14 _ver=${pkgver/_rc/rc} _ver=${_ver/_p/.fb} -pkgrel=0 +pkgrel=1 pkgdesc="Python library that provides an object API to RisingTide Systems generic SCSI Target" url="https://github.com/agrover/rtslib-fb" arch="noarch" @@ -56,6 +56,11 @@ build() { package() { cd "$_builddir" python setup.py install --root="$pkgdir" + install -D -m644 specs/ib_srpt.spec $pkgdir/var/lib/target/fabric/ib_srpt.spec + install -D -m644 specs/iscsi.spec $pkgdir/var/lib/target/fabric/iscsi.spec + install -D -m644 specs/loopback.spec $pkgdir/var/lib/target/fabric/loopback.spec + install -D -m644 specs/qla2xxx.spec $pkgdir/var/lib/target/fabric/qla2xxx.spec + install -D -m644 specs/tcm_fc.spec $pkgdir/var/lib/target/fabric/tcm_fc.spec } md5sums="95881fd736567ccd911fbee7cc94a5ea rtslib-2.1.fb14.tar.gz" -- cgit v1.2.3