Skip to content

Commit d117169

Browse files
committed
Version 1.12.1
Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com>
1 parent e70d901 commit d117169

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

build.sh

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

3-
RPM_VERSION="1.12.0"
3+
RPM_VERSION="1.12.1"
44
if git describe --exact-match --tags --match "v[0-9]*" > /dev/null 2>&1 ; then
55
RPM_RELEASE="1"
66
else

v2v-conversion-host.spec.in

+5
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,11 @@ if [ $1 -eq 0 -a -h /usr/bin/virt-v2v-wrapper.py ] ; then
129129
fi
130130

131131
%changelog
132+
* Mon Mar 25 2019 Tomáš Golembiovský <tgolembi@redhat.com> 1.12.1-1
133+
- Wrapper changes:
134+
* bugfix: chown tasks file in net_cls cgroup
135+
* bugfix: fix missing call to parent constructor
136+
132137
* Sun Mar 24 2019 Tomáš Golembiovský <tgolembi@redhat.com> 1.12.0-1
133138
- Wrapper changes:
134139
* add network throttling

wrapper/virt-v2v-wrapper.py

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

4646
# Wrapper version
47-
VERSION = "16"
47+
VERSION = "17"
4848

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

0 commit comments

Comments
 (0)