depend on thin-provisioning-tools, bump version to 4.0-43

This commit is contained in:
Dietmar Maurer
2016-03-01 08:03:36 +01:00
parent a0995b078c
commit 4c9bd98f37
3 changed files with 9 additions and 2 deletions

View File

@ -2,7 +2,7 @@ RELEASE=4.1
VERSION=4.0
PACKAGE=libpve-storage-perl
PKGREL=42
PKGREL=43
DESTDIR=
PREFIX=/usr

View File

@ -1,3 +1,10 @@
libpve-storage-perl (4.0-43) unstable; urgency=medium
* depend on thin-provisioning-tools (required my systemd to activate
thin pools at boot time)
-- Proxmox Support Team <support@proxmox.com> Tue, 01 Mar 2016 08:03:02 +0100
libpve-storage-perl (4.0-42) unstable; urgency=medium
* add sparseinit to has_feature

View File

@ -3,7 +3,7 @@ Version: @@VERSION@@-@@PKGRELEASE@@
Section: perl
Priority: optional
Architecture: @@ARCH@@
Depends: perl (>= 5.6.0-16), nfs-common, udev, libpve-common-perl, lvm2, libfile-chdir-perl, glusterfs-client (>= 3.4.0-2), cstream, libnet-dbus-perl
Depends: perl (>= 5.6.0-16), nfs-common, udev, libpve-common-perl, lvm2, thin-provisioning-tools, libfile-chdir-perl, glusterfs-client (>= 3.4.0-2), cstream, libnet-dbus-perl
Maintainer: Proxmox Support Team <support@proxmox.com>
Description: Proxmox VE storage management library
This package contains the storage management library used by Proxmox VE.