소스 검색

V 0.0.2 pve-5.1-30 qemu-server 5.0-17, libpve-storage-perl 5.0-17

Alexander Schmid 8 년 전
부모
커밋
18d6cdfca4
5개의 변경된 파일15개의 추가작업 그리고 6개의 파일을 삭제
  1. 1 1
      Makefile
  2. 1 1
      README.md
  3. 8 1
      debian/changelog
  4. 2 2
      debian/control
  5. 3 1
      debian/postrm

+ 1 - 1
Makefile

@@ -1,5 +1,5 @@
 PACKAGE=pve-iscsi-zfs-scst
-PKGVER=0.0.1
+PKGVER=0.0.2
 
 DEB=${PACKAGE}_${PKGVER}_all.deb
 

+ 1 - 1
README.md

@@ -120,5 +120,5 @@ ESOS: add this
 git clone https://git.modula-shop-systems/modula/pve-iscsi-zfs-scst.git  
 cd pve-iscsi-zfs-scst  
 make deb  
-dpkg -i pve-iscsi-zfs-scst_0.0.1_all.deb
+dpkg -i pve-iscsi-zfs-scst_0.0.2_all.deb
 ```

+ 8 - 1
debian/changelog

@@ -1,5 +1,12 @@
+pve-iscsi-zfs-scst (0.0.2) unstable; urgency=medium
+
+  * Upgrade to pve-storage and qemu-server 5.0.17
+
+ -- Alexander Schmid <alex@modula-shop-systems.de>  Wed, 20 Dec 2017 13:17:05 +0200
+
 pve-iscsi-zfs-scst (0.0.1) unstable; urgency=medium
 
   * Initial build
 
- -- Alexander Schmid <alex@modula-shop-systems.de>  Fri, 06 Oct 2017 17:46:05 +0200
+ -- Alexander Schmid <alex@modula-shop-systems.de>  Fri, 06 Oct 2017 17:46:05 +0200
+

+ 2 - 2
debian/control

@@ -3,11 +3,11 @@ Section: perl
 Priority: optional
 Maintainer: Alexander Schmid <alex@modula-shop-systemsx.de>
 Build-Depends: debhelper (>=10), perl (>= 5.10.0-19), lintian
-Standards-Version: 0.0.1
+Standards-Version: 0.0.2
 Homepage: https://git.modula-shop-systems.de/modula/pve-iscsi-zfs-scst/
 
 Architecture: all
-Depends: libpve-storage-perl (=5.0-15), qemu-server (=5.0-15), ${perl:Depends},
+Depends: libpve-storage-perl (=5.0-17), qemu-server (=5.0-17), ${perl:Depends},
 Package: pve-iscsi-zfs-scst
 Description: zfs over iscsi with scst target
  adds support for scst and ESOS target to the zfs over iscsi storage plugin

+ 3 - 1
debian/postrm

@@ -1 +1,3 @@
-mv /usr/share/perl5/PVE/Storage/Custom/Shared/QemuServer.orig.pm /usr/share/perl5/PVE/QemuServer.pm
+if [ -f /usr/share/perl5/PVE/Storage/Custom/Shared/QemuServer.orig.pm ]; then
+    mv /usr/share/perl5/PVE/Storage/Custom/Shared/QemuServer.orig.pm /usr/share/perl5/PVE/QemuServer.pm
+fi