From f1aba748e0fb70485eff4ddf687f9adbe98d64dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Golembiovsk=C3=BD?= Date: Tue, 12 Mar 2019 20:23:09 +0100 Subject: [PATCH] Version 1.9.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tomáš Golembiovský --- build.sh | 2 +- files/virt-v2v-wrapper.py | 2 +- ovirt-ansible-v2v-conversion-host.spec.in | 8 ++++++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 803131a7..0f9b1501 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/bin/bash -RPM_VERSION="1.9.1" +RPM_VERSION="1.9.2" if git describe --exact-match --tags --match "v[0-9]*" > /dev/null 2>&1 ; then RPM_RELEASE="1" else diff --git a/files/virt-v2v-wrapper.py b/files/virt-v2v-wrapper.py index b4be5e6a..0ebf2e17 100644 --- a/files/virt-v2v-wrapper.py +++ b/files/virt-v2v-wrapper.py @@ -42,7 +42,7 @@ DEVNULL = subprocess.DEVNULL # Wrapper version -VERSION = "12.1" +VERSION = "12.2" LOG_LEVEL = logging.DEBUG STATE_DIR = '/tmp' diff --git a/ovirt-ansible-v2v-conversion-host.spec.in b/ovirt-ansible-v2v-conversion-host.spec.in index 45abb081..119d1ea7 100644 --- a/ovirt-ansible-v2v-conversion-host.spec.in +++ b/ovirt-ansible-v2v-conversion-host.spec.in @@ -41,6 +41,14 @@ sh build.sh install %license LICENSE %changelog +* Tue Mar 12 2019 Tomáš Golembiovský 1.9.2-1 +- Wrapper changes: + * Extended error reporting to state file + * Fix cleanup of OSP volumes on error + * Fix incorrect VM name when for SSH transfer (BZ# +- Roles changes: + * Make conversion host record creation idempotent (#25) + * Tue Jan 22 2019 Tomáš Golembiovský 1.9.1-1 - Wrapper changes: * Fix regex matching OSP volume IDs (BZ#1668049)