Skip to content

Commit

Permalink
Version 1.12.1
Browse files Browse the repository at this point in the history
Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com>
  • Loading branch information
nyoxi committed Mar 24, 2019
1 parent e70d901 commit d117169
Show file tree
Hide file tree
Showing 3 changed files with 7 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.12.0"
RPM_VERSION="1.12.1"
if git describe --exact-match --tags --match "v[0-9]*" > /dev/null 2>&1 ; then
RPM_RELEASE="1"
else
Expand Down
5 changes: 5 additions & 0 deletions v2v-conversion-host.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@ if [ $1 -eq 0 -a -h /usr/bin/virt-v2v-wrapper.py ] ; then
fi

%changelog
* Mon Mar 25 2019 Tomáš Golembiovský <tgolembi@redhat.com> 1.12.1-1
- Wrapper changes:
* bugfix: chown tasks file in net_cls cgroup
* bugfix: fix missing call to parent constructor

* Sun Mar 24 2019 Tomáš Golembiovský <tgolembi@redhat.com> 1.12.0-1
- Wrapper changes:
* add network throttling
Expand Down
2 changes: 1 addition & 1 deletion wrapper/virt-v2v-wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
DEVNULL = subprocess.DEVNULL

# Wrapper version
VERSION = "16"
VERSION = "17"

LOG_LEVEL = logging.DEBUG
STATE_DIR = '/tmp'
Expand Down

0 comments on commit d117169

Please sign in to comment.