diff --git a/Makefile b/Makefile index f897e28..1f47360 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ RELEASE=4.1 VERSION=4.0 PACKAGE=libpve-storage-perl -PKGREL=42 +PKGREL=43 DESTDIR= PREFIX=/usr diff --git a/changelog.Debian b/changelog.Debian index 62d3670..44da41f 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -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 Tue, 01 Mar 2016 08:03:02 +0100 + libpve-storage-perl (4.0-42) unstable; urgency=medium * add sparseinit to has_feature diff --git a/control.in b/control.in index 4d4e5fe..d5e2c3f 100644 --- a/control.in +++ b/control.in @@ -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 Description: Proxmox VE storage management library This package contains the storage management library used by Proxmox VE.