From 5b1f7b0dca3cf34cf97823d275362499580a6734 Mon Sep 17 00:00:00 2001 From: Richard W.M. Jones Date: Jun 11 2022 09:42:59 +0000 Subject: New upstream development version 2.1.5 Add Requires python3 / platform-python (RHBZ#2094779) Remove nbdkit-readahead-filter as it is no longer used Enable the tests --- diff --git a/sources b/sources index 0fd9fab..8b8968c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (virt-v2v-2.1.4.tar.gz) = 968819f477900cb9f421fcc94c3522b600b0921190806ca86ded87f8638a962621405ec3ef17cbf84d910bcaa4497751549aefdeef22561f31524e06e3a29c0d -SHA512 (virt-v2v-2.1.4.tar.gz.sig) = 918efdcc591ce74992d13171cef9b4fb7b295e6a193688dec2559467f47c4123182ee82b499d9b75804093fa5ff95a4c7ec2ff96da26bf4ccd12240a35c5493c +SHA512 (virt-v2v-2.1.5.tar.gz) = 27be08b02fe22681ca7bb35a0a3243697c55bd555f336f78cf0a120ef09ae67cd37b2a05bff38782287acf5605452957b52966163303b336a0d48d0555d70bf0 +SHA512 (virt-v2v-2.1.5.tar.gz.sig) = 15a0038588e751ddf4e19cf225991fbf36f4c96fdcc986a8a685f79067b208e168154301b58bd6046a87680caa3165a8b0908c73912c8f3cee14ce83e76bd9ee diff --git a/virt-v2v.spec b/virt-v2v.spec index 4ffce39..1c4a1b9 100644 --- a/virt-v2v.spec +++ b/virt-v2v.spec @@ -15,8 +15,8 @@ Name: virt-v2v Epoch: 1 -Version: 2.1.4 -Release: 2%{?dist} +Version: 2.1.5 +Release: 1%{?dist} Summary: Convert a virtual machine to run on KVM License: GPLv2+ @@ -267,9 +267,8 @@ export LIBGUESTFS_TRACE=1 # working. make -C test-data/phony-guests windows.img ./run virt-v2v -v -x -i disk test-data/phony-guests/windows.img -o null -# XXX Enable in virt-v2v >= 2.1.5 -#make -C test-data/phony-guests fedora.img -#./run virt-v2v -v -x -i disk test-data/phony-guests/fedora.img -o null +make -C test-data/phony-guests fedora.img +./run virt-v2v -v -x -i disk test-data/phony-guests/fedora.img -o null %endif @@ -312,7 +311,8 @@ make -C test-data/phony-guests windows.img %changelog -* Wed Jun 08 2022 Richard W.M. Jones - 1:2.1.4-2 +* Sat Jun 11 2022 Richard W.M. Jones - 1:2.1.5-1 +- New upstream development version 2.1.5 - Add Requires python3 / platform-python (RHBZ#2094779) - Remove nbdkit-readahead-filter as it is no longer used - Enable the tests