Skip to content

Commit 5ead286

Browse files
committed
Version 1.14.2
Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com>
1 parent 92b3a14 commit 5ead286

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.14.1"
3+
RPM_VERSION="1.14.2"
44
KUBEVIRT_VERSION="2.0.0"
55
KUBEVIRT_CONVERSION_RELEASE="2"
66
KUBEVIRT_VMWARE_RELEASE="2"

v2v-conversion-host.spec.in

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

145145
%changelog
146+
* Tue Jun 25 2019 Tomáš Golembiovský <tgolembi@redhat.com> 1.14.2-1
147+
- Wrapper changes:
148+
* fixes for Python 3 compatibility
149+
146150
* Tue Jun 18 2019 Tomáš Golembiovský <tgolembi@redhat.com> 1.14.1-1
147151
- Fix packaging on Fedora
148152

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 = "20"
48+
VERSION = "21"
4949

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

0 commit comments

Comments
 (0)