Skip to content

Commit 7da2f07

Browse files
committed
Version 1.3.1
Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com>
1 parent 7556e36 commit 7da2f07

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

build.sh

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

3-
VERSION="1.3.0"
3+
VERSION="1.3.1"
44
if git describe --exact-match --tags --match "v[0-9]*" > /dev/null 2>&1 ; then
55
MILESTONE=
66
RPM_RELEASE="1"

files/virt-v2v-wrapper.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
xrange = range
3838

3939
# Wrapper version
40-
VERSION = 2
40+
VERSION = 3
4141

4242
LOG_LEVEL = logging.DEBUG
4343
STATE_DIR = '/tmp'

ovirt-ansible-v2v-conversion-host.spec.in

+3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ sh build.sh install
3838
%license LICENSE
3939

4040
%changelog
41+
* Wed May 30 2018 Tomáš Golembiovský <tgolembi@redhat.com> 1.3.1-1
42+
- wrapper: fix syntax error
43+
4144
* Wed May 30 2018 Tomáš Golembiovský <tgolembi@redhat.com> 1.3.0-1
4245
- add SSH transport method
4346
- changes in wrapper:

0 commit comments

Comments
 (0)