From d9fe8ebc2d3eb324aa42baabec5981821d5bdc9f Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sat, 27 Jan 2018 11:39:02 +0100 Subject: [PATCH] Automatic commit of package [virt-backup] release [0.2.15-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 11cae96..354bd1d 100644 --- a/.tito/packages/virt-backup +++ b/.tito/packages/virt-backup @@ -1 +1 @@ -0.2.14-1 ./ +0.2.15-1 ./ diff --git a/virt-backup.spec b/virt-backup.spec index f2f0ca6..30b1f8d 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.14 +Version: 0.2.15 Release: 1 Source0: %{name}-%{version}.tar.gz BuildArch: noarch @@ -62,6 +62,10 @@ sed -i -e "s|/sbin/lvcreate|/usr/sbin/lvcreate|g" \ %dir %attr(0770, qemu, qemu) %{_localstatedir}/lib/libvirt/backup %changelog +* Sat Jan 27 2018 Daniel Berteaud 0.2.15-1 +- Don't use double bracket for variable substitution, but double underscores + (daniel@firewall-services.com) + * Mon Jan 08 2018 Daniel Berteaud 0.2.14-1 - Add support for dumpcmd With this new option, suggested and coded by Jan Schulz-Hofen , you can pipe the output of dd to a custom command