mirror of
https://git.proxmox.com/git/libiscsi
synced 2025-10-04 09:44:58 +00:00
update to 1.8.0
This commit is contained in:
parent
ce3e8c16ae
commit
fe3ac96deb
7
Makefile
7
Makefile
@ -1,6 +1,6 @@
|
|||||||
RELEASE=2.2
|
RELEASE=2.3
|
||||||
|
|
||||||
PKGVERSION=1.7.0
|
PKGVERSION=1.8.0
|
||||||
PKGRELEASE=1
|
PKGRELEASE=1
|
||||||
PKGDIR=libiscsi-${PKGVERSION}
|
PKGDIR=libiscsi-${PKGVERSION}
|
||||||
PKGSRC=libiscsi-${PKGVERSION}.tar.gz
|
PKGSRC=libiscsi-${PKGVERSION}.tar.gz
|
||||||
@ -27,7 +27,8 @@ ${DEBS}: ${PKGSRC}
|
|||||||
${PKGSRC} download:
|
${PKGSRC} download:
|
||||||
rm -rf ${PKGDIR} libiscsi.git
|
rm -rf ${PKGDIR} libiscsi.git
|
||||||
git clone git://github.com/sahlberg/libiscsi.git libiscsi.git
|
git clone git://github.com/sahlberg/libiscsi.git libiscsi.git
|
||||||
cd libiscsi.git; git checkout -b local ${PKGVERSION}
|
# There is no 1.8.0 tag - so we use master instead
|
||||||
|
#cd libiscsi.git; git checkout -b local ${PKGVERSION}
|
||||||
rsync -a --exclude .git --exclude .gitignore libiscsi.git/ ${PKGDIR}
|
rsync -a --exclude .git --exclude .gitignore libiscsi.git/ ${PKGDIR}
|
||||||
tar czf ${PKGSRC}.tmp ${PKGDIR}
|
tar czf ${PKGSRC}.tmp ${PKGDIR}
|
||||||
rm -rf ${PKGDIR}
|
rm -rf ${PKGDIR}
|
||||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
libiscsi (1.8.0-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* update to 1.8.0
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Sat, 26 Jan 2013 09:42:38 +0100
|
||||||
|
|
||||||
libiscsi (1.7.0-1) unstable; urgency=low
|
libiscsi (1.7.0-1) unstable; urgency=low
|
||||||
|
|
||||||
* update to 1.7.0
|
* update to 1.7.0
|
||||||
|
1
debian/control
vendored
1
debian/control
vendored
@ -9,7 +9,6 @@ Homepage: https://github.com/sahlberg/libiscsi
|
|||||||
Package: libiscsi1
|
Package: libiscsi1
|
||||||
Section: libs
|
Section: libs
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: same
|
|
||||||
Pre-Depends: ${misc:Pre-Depends}
|
Pre-Depends: ${misc:Pre-Depends}
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||||
Description: iSCSI client shared library
|
Description: iSCSI client shared library
|
||||||
|
Binary file not shown.
BIN
libiscsi-1.8.0.tar.gz
Normal file
BIN
libiscsi-1.8.0.tar.gz
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user