From 16493b0532d0f539207a5e92a445bdf790c77b1c Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 14 Apr 2020 18:14:08 +0200 Subject: [PATCH] Automatic commit of package [virt-backup] release [0.2.24-1]. Created by command: /usr/bin/tito tag --- .tito/packages/virt-backup | 2 +- virt-backup.spec | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.tito/packages/virt-backup b/.tito/packages/virt-backup index 9eeda8d..ecc7db3 100644 --- a/.tito/packages/virt-backup +++ b/.tito/packages/virt-backup @@ -1 +1 @@ -0.2.23-1 ./ +0.2.24-1 ./ diff --git a/virt-backup.spec b/virt-backup.spec index 3e4f14c..f97fe56 100644 --- a/virt-backup.spec +++ b/virt-backup.spec @@ -1,7 +1,7 @@ Summary: backup script for libvirt managed VM Name: virt-backup -Version: 0.2.23 +Version: 0.2.24 Release: 1 Source0: %{name}-%{version}.tar.gz BuildArch: noarch @@ -63,6 +63,10 @@ sed -i -e "s|/sbin/lvcreate|/usr/sbin/lvcreate|g" \ %dir %attr(0770, qemu, qemu) %{_localstatedir}/lib/libvirt/backup %changelog +* Tue Apr 14 2020 Daniel Berteaud 0.2.24-1 +- Try to preserve sparse files when dumping with no compression + (daniel@firewall-services.com) + * Tue Apr 14 2020 Daniel Berteaud 0.2.23-1 - Remove redundant debug statement (daniel@firewall-services.com) - Fix $glock scope (daniel@firewall-services.com)