Skip to content
This repository was archived by the owner on Jul 21, 2023. It is now read-only.

Commit 59394c0

Browse files
committed
Version 1.16.2
Signed-off-by: Tomáš Golembiovský <[email protected]>
1 parent c7c2d1e commit 59394c0

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash -e
22

3-
RPM_VERSION="1.16.1"
3+
RPM_VERSION="1.16.2"
44
KUBEVIRT_VERSION="2.0.0"
55
KUBEVIRT_CONVERSION_RELEASE="3"
66
KUBEVIRT_VMWARE_RELEASE="3"

v2v-conversion-host.spec.in

+4
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ if [ $1 -eq 1 -a -f /usr/bin/virt-v2v-wrapper.py ] ; then
105105
fi
106106

107107
%changelog
108+
* Mon Jun 22 2020 Tomáš Golembiovský <[email protected]> 1.16.2-1
109+
- remove check for oVirt version
110+
- don't check if nbdkit plugin works properly in ansible playbook (RHBZ#1847898)
111+
108112
* Mon Jun 15 2020 Tomáš Golembiovský <[email protected]> 1.16.1-1
109113
- Ansible changes:
110114
* Update the deployment to work on EL8

wrapper/virt_v2v_wrapper.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
DEVNULL = subprocess.DEVNULL
4646

4747
# Wrapper version
48-
VERSION = "24"
48+
VERSION = "25"
4949

5050
LOG_LEVEL = logging.DEBUG
5151
STATE_DIR = '/tmp'

0 commit comments

Comments
 (0)