diff options
-rw-r--r-- | testing/py-rtslib/APKBUILD | 7 |
1 files changed, 6 insertions, 1 deletions
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" |