Procházet zdrojové kódy

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

Alexander Schmid před 8 roky
rodič
revize
18d6cdfca4
5 změnil soubory, kde provedl 15 přidání a 6 odebrání
  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
 PACKAGE=pve-iscsi-zfs-scst
-PKGVER=0.0.1
+PKGVER=0.0.2
 
 
 DEB=${PACKAGE}_${PKGVER}_all.deb
 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  
 git clone https://git.modula-shop-systems/modula/pve-iscsi-zfs-scst.git  
 cd pve-iscsi-zfs-scst  
 cd pve-iscsi-zfs-scst  
 make deb  
 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
 pve-iscsi-zfs-scst (0.0.1) unstable; urgency=medium
 
 
   * Initial build
   * 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
 Priority: optional
 Maintainer: Alexander Schmid <alex@modula-shop-systemsx.de>
 Maintainer: Alexander Schmid <alex@modula-shop-systemsx.de>
 Build-Depends: debhelper (>=10), perl (>= 5.10.0-19), lintian
 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/
 Homepage: https://git.modula-shop-systems.de/modula/pve-iscsi-zfs-scst/
 
 
 Architecture: all
 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
 Package: pve-iscsi-zfs-scst
 Description: zfs over iscsi with scst target
 Description: zfs over iscsi with scst target
  adds support for scst and ESOS target to the zfs over iscsi storage plugin
  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