Skip to content

Commit

Permalink
Version 1.9.2
Browse files Browse the repository at this point in the history
Signed-off-by: Tomáš Golembiovský <[email protected]>
  • Loading branch information
nyoxi committed Mar 12, 2019
1 parent 1bbca40 commit f1aba74
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion files/virt-v2v-wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
DEVNULL = subprocess.DEVNULL

# Wrapper version
VERSION = "12.1"
VERSION = "12.2"

LOG_LEVEL = logging.DEBUG
STATE_DIR = '/tmp'
Expand Down
8 changes: 8 additions & 0 deletions ovirt-ansible-v2v-conversion-host.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ sh build.sh install
%license LICENSE

%changelog
* Tue Mar 12 2019 Tomáš Golembiovský <[email protected]> 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ý <[email protected]> 1.9.1-1
- Wrapper changes:
* Fix regex matching OSP volume IDs (BZ#1668049)
Expand Down

0 comments on commit f1aba74

Please sign in to comment.