d1a170c
%undefine _package_note_flags
4f8d3a8
# If we should verify tarball signature with GPGv2.
4f8d3a8
%global verify_tarball_signature 1
8beed2e
4f8d3a8
# If there are patches which touch autotools files, set this to 1.
6be9aa8
%if !0%{?rhel}
989dd6b
%global patches_touch_autotools %{nil}
6be9aa8
%else
6be9aa8
# On RHEL the downstream patches always touch autotools files.
6be9aa8
%global patches_touch_autotools 1
6be9aa8
%endif
8beed2e
4f8d3a8
# The source directory.
8d307c7
%global source_directory 2.3-development
8beed2e
4f8d3a8
Name:          virt-v2v
2692e3d
Epoch:         1
32e3130
Version:       2.3.3
32e3130
Release:       1%{?dist}
4f8d3a8
Summary:       Convert a virtual machine to run on KVM
8beed2e
4f8d3a8
License:       GPLv2+
4f8d3a8
URL:           https://github.com/libguestfs/virt-v2v
8beed2e
4f8d3a8
Source0:       http://download.libguestfs.org/virt-v2v/%{source_directory}/%{name}-%{version}.tar.gz
4f8d3a8
%if 0%{verify_tarball_signature}
4f8d3a8
Source1:       http://download.libguestfs.org/virt-v2v/%{source_directory}/%{name}-%{version}.tar.gz.sig
4f8d3a8
# Keyring used to verify tarball signature.
4f8d3a8
Source2:       libguestfs.keyring
4f8d3a8
%endif
8beed2e
6ec7a0d
# Maintainer script which helps with handling patches.
6ec7a0d
Source3:       copy-patches.sh
6ec7a0d
6ec7a0d
%if !0%{?rhel}
4f8d3a8
# libguestfs hasn't been built on i686 for a while since there is no
4f8d3a8
# kernel built for this architecture any longer and libguestfs rather
4f8d3a8
# fundamentally depends on the kernel.  Therefore we must exclude this
4f8d3a8
# arch.  Note there is no bug filed for this because we do not ever
4f8d3a8
# expect that libguestfs or virt-v2v will be available on i686 so
4f8d3a8
# there is nothing that needs fixing.
4f8d3a8
ExcludeArch:   %{ix86}
6ec7a0d
%else
6ec7a0d
# Architectures where virt-v2v is shipped on RHEL:
6ec7a0d
#
6ec7a0d
# not on aarch64 because it is not useful there
6ec7a0d
# not on %%{power64} because of RHBZ#1287826
6ec7a0d
# not on s390x because it is not useful there
6ec7a0d
ExclusiveArch: x86_64
6ec7a0d
%endif
8beed2e
4f8d3a8
%if 0%{patches_touch_autotools}
4f8d3a8
BuildRequires: autoconf, automake, libtool
4f8d3a8
%endif
8beed2e
4b2c8b6
BuildRequires: make
4f8d3a8
BuildRequires: /usr/bin/pod2man
4f8d3a8
BuildRequires: gcc
715f90f
BuildRequires: ocaml >= 4.04
4f8d3a8
eda3bba
BuildRequires: libguestfs-devel >= 1:1.49.8-1
4f8d3a8
BuildRequires: augeas-devel
4f8d3a8
BuildRequires: bash-completion
4f8d3a8
BuildRequires: file-devel
4f8d3a8
BuildRequires: gettext-devel
4f8d3a8
BuildRequires: jansson-devel
4e3368f
BuildRequires: libnbd-devel
4ec7e2e
BuildRequires: libosinfo-devel
4f8d3a8
BuildRequires: libvirt-daemon-kvm
4e3368f
BuildRequires: libvirt-devel
4f8d3a8
BuildRequires: libxml2-devel
715f90f
BuildRequires: pcre2-devel
4f8d3a8
BuildRequires: perl(Sys::Guestfs)
4f8d3a8
BuildRequires: po4a
4f8d3a8
BuildRequires: /usr/bin/virsh
bed8938
BuildRequires: xorriso
4f8d3a8
4f8d3a8
BuildRequires: ocaml-findlib-devel
4f8d3a8
BuildRequires: ocaml-libguestfs-devel
91effd1
BuildRequires: ocaml-libvirt-devel
4e3368f
BuildRequires: ocaml-libnbd-devel
4f8d3a8
BuildRequires: ocaml-fileutils-devel
4f8d3a8
BuildRequires: ocaml-gettext-devel
65fcab5
%if !0%{?rhel}
4f8d3a8
BuildRequires: ocaml-ounit-devel
65fcab5
%endif
4f8d3a8
754f31a
# These are for running our limited test.
754f31a
BuildRequires: %{_bindir}/qemu-nbd
754f31a
BuildRequires: %{_bindir}/nbdcopy
754f31a
BuildRequires: %{_bindir}/nbdinfo
754f31a
BuildRequires: nbdkit-file-plugin
754f31a
BuildRequires: nbdkit-null-plugin
17d121a
BuildRequires: nbdkit-python-plugin
754f31a
BuildRequires: nbdkit-cow-filter >= 1.28.3-1.el9
c4fd377
%ifarch x86_64
c4fd377
BuildRequires: glibc-static
c4fd377
%endif
4f8d3a8
4f8d3a8
%if 0%{verify_tarball_signature}
4f8d3a8
BuildRequires: gnupg2
4f8d3a8
%endif
8beed2e
eda3bba
Requires:      libguestfs%{?_isa} >= 1:1.49.8-1
d5dbc41
Requires:      guestfs-tools >= 1.49.7-1
6ec7a0d
6e9ced1
# XFS is the default filesystem in Fedora and RHEL.
7599291
Requires:      libguestfs-xfs
6e9ced1
6ec7a0d
%if 0%{?rhel}
6ec7a0d
# For Windows conversions on RHEL.
6ec7a0d
Requires:      libguestfs-winsupport >= 7.2
6ec7a0d
%endif
8beed2e
4f8d3a8
Requires:      gawk
4f8d3a8
Requires:      gzip
4f8d3a8
Requires:      unzip
4f8d3a8
Requires:      curl
715f90f
Requires:      openssh-clients >= 8.8p1
4e3368f
Requires:      %{_bindir}/virsh
8beed2e
6ec7a0d
# Ensure the UEFI firmware is available, to properly convert
6ec7a0d
# EFI guests (RHBZ#1429643).
6ec7a0d
%ifarch x86_64
6ec7a0d
Requires:      edk2-ovmf
6ec7a0d
%endif
6ec7a0d
%ifarch aarch64
6ec7a0d
Requires:      edk2-aarch64
6ec7a0d
%endif
6ec7a0d
1180dbb
%if !0%{?rhel}
1180dbb
Requires:      python3
1180dbb
%else
1180dbb
Requires:      platform-python
1180dbb
%endif
bc43f9d
Requires:      libnbd >= 1.10
4e3368f
Requires:      %{_bindir}/qemu-nbd
bc43f9d
Requires:      %{_bindir}/nbdcopy
4e3368f
Requires:      %{_bindir}/nbdinfo
b06ee3b
Requires:      nbdkit-server >= 1.28.3-1.el9
6ec7a0d
Requires:      nbdkit-curl-plugin
4e3368f
Requires:      nbdkit-file-plugin
4e3368f
Requires:      nbdkit-nbd-plugin
4e3368f
Requires:      nbdkit-null-plugin
6ec7a0d
Requires:      nbdkit-python-plugin
6ec7a0d
Requires:      nbdkit-ssh-plugin
41e9bec
%ifarch x86_64
6ec7a0d
Requires:      nbdkit-vddk-plugin
41e9bec
%endif
f7fec29
Requires:      nbdkit-blocksize-filter
4e3368f
Requires:      nbdkit-cacheextents-filter
41daf44
Requires:      nbdkit-cow-filter >= 1.28.3-1.el9
41daf44
Requires:      nbdkit-multi-conn-filter
4e3368f
Requires:      nbdkit-rate-filter
4e3368f
Requires:      nbdkit-retry-filter
8beed2e
4f8d3a8
# For rhsrvany.exe, used to install firstboot scripts in Windows guests.
4f8d3a8
Requires:      mingw32-srvany >= 1.0-13
8beed2e
3a7cb22
# On RHEL, virtio-win should be used to install virtio drivers
3a7cb22
# and qemu-ga in converted guests.  (RHBZ#1972644)
3a7cb22
%if 0%{?rhel}
2913522
Recommends:    virtio-win
3a7cb22
%endif
3a7cb22
8beed2e
4f8d3a8
%description
4f8d3a8
Virt-v2v converts a single guest from a foreign hypervisor to run on
4f8d3a8
KVM.  It can read Linux and Windows guests running on VMware, Xen,
4f8d3a8
Hyper-V and some other hypervisors, and convert them to KVM managed by
4f8d3a8
libvirt, OpenStack, oVirt, Red Hat Virtualisation (RHV) or several
4f8d3a8
other targets.  It can modify the guest to make it bootable on KVM and
4f8d3a8
install virtio drivers so it will run quickly.
8beed2e
8beed2e
4f8d3a8
%package bash-completion
4f8d3a8
Summary:       Bash tab-completion for %{name}
4f8d3a8
BuildArch:     noarch
4f8d3a8
Requires:      bash-completion >= 2.0
be446a8
Requires:      %{name} = %{epoch}:%{version}-%{release}
8beed2e
8beed2e
4f8d3a8
%description bash-completion
4f8d3a8
Install this package if you want intelligent bash tab-completion
4f8d3a8
for %{name}.
8beed2e
8beed2e
4f8d3a8
%package man-pages-ja
4f8d3a8
Summary:       Japanese (ja) man pages for %{name}
4f8d3a8
BuildArch:     noarch
be446a8
Requires:      %{name} = %{epoch}:%{version}-%{release}
8beed2e
4f8d3a8
%description man-pages-ja
4f8d3a8
%{name}-man-pages-ja contains Japanese (ja) man pages
4f8d3a8
for %{name}.
8beed2e
8beed2e
4f8d3a8
%package man-pages-uk
4f8d3a8
Summary:       Ukrainian (uk) man pages for %{name}
4f8d3a8
BuildArch:     noarch
be446a8
Requires:      %{name} = %{epoch}:%{version}-%{release}
8beed2e
4f8d3a8
%description man-pages-uk
4f8d3a8
%{name}-man-pages-uk contains Ukrainian (uk) man pages
4f8d3a8
for %{name}.
8beed2e
8beed2e
4f8d3a8
%prep
4f8d3a8
%if 0%{verify_tarball_signature}
4f8d3a8
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
4f8d3a8
%endif
4f8d3a8
%autosetup -p1
6ec7a0d
4f8d3a8
%if 0%{patches_touch_autotools}
4f8d3a8
autoreconf -i
4f8d3a8
%endif
8beed2e
8beed2e
4f8d3a8
%build
6ec7a0d
%configure \
6ec7a0d
%if !0%{?rhel}
6ec7a0d
  --with-extra="fedora=%{fedora},release=%{release}" \
6ec7a0d
%else
6ec7a0d
  --with-extra="rhel=%{rhel},release=%{release}" \
6ec7a0d
%endif
6ec7a0d
6ec7a0d
make V=1 %{?_smp_mflags}
8beed2e
8beed2e
4f8d3a8
%install
4f8d3a8
%make_install
8beed2e
4f8d3a8
# Delete libtool crap.
4f8d3a8
find $RPM_BUILD_ROOT -name '*.la' -delete
8beed2e
1dc352f
# Virt-tools data directory.  This contains symlinks to rhsrvany.exe
1dc352f
# and pnp_wait.exe which are satisfied by the dependency on
1dc352f
# mingw32-srvany.
4f8d3a8
mkdir -p $RPM_BUILD_ROOT%{_datadir}/virt-tools
4f8d3a8
pushd $RPM_BUILD_ROOT%{_datadir}/virt-tools
b30f630
ln -sf ../../i686-w64-mingw32/sys-root/mingw/bin/rhsrvany.exe
b30f630
ln -sf ../../i686-w64-mingw32/sys-root/mingw/bin/pnp_wait.exe
4f8d3a8
popd
8beed2e
b30f630
%if 0%{?rhel}
b30f630
# On RHEL remove virt-v2v-in-place.
b30f630
rm $RPM_BUILD_ROOT%{_bindir}/virt-v2v-in-place
b30f630
rm $RPM_BUILD_ROOT%{_mandir}/man1/virt-v2v-in-place.1*
b30f630
%endif
b30f630
4f8d3a8
# Find locale files.
4f8d3a8
%find_lang %{name}
8beed2e
8beed2e
4f8d3a8
%check
754f31a
%ifarch x86_64
754f31a
# Only run the tests with non-debug (ie. non-Rawhide) kernels.
754f31a
# XXX This tests for any debug kernel installed.
754f31a
if grep CONFIG_DEBUG_MUTEXES=y /lib/modules/*/config ; then
754f31a
    echo "Skipping tests because debug kernel is installed"
754f31a
    exit 0
754f31a
fi
754f31a
754f31a
# Make sure we can see the debug messages (RHBZ#1230160).
754f31a
export LIBGUESTFS_DEBUG=1
754f31a
export LIBGUESTFS_TRACE=1
754f31a
754f31a
# The built in tests take a very long time to run under TCG (in Koji),
754f31a
# so just perform a very simple conversion to check things are
754f31a
# working.
dcd10a7
for f in windows.img fedora.img; do
dcd10a7
    make -C test-data/phony-guests $f
dcd10a7
    if -s test-data/phony-guests/$f; then
dcd10a7
        ./run virt-v2v -v -x -i disk test-data/phony-guests/$f -o null
dcd10a7
    fi
dcd10a7
done
754f31a
%endif
8beed2e
8beed2e
4f8d3a8
%files -f %{name}.lang
4f8d3a8
%license COPYING
6ec7a0d
%doc README
4f8d3a8
%{_bindir}/virt-v2v
b30f630
%if !0%{?rhel}
b30f630
%{_bindir}/virt-v2v-in-place
b30f630
%endif
cceac09
%{_bindir}/virt-v2v-inspector
4f8d3a8
%{_mandir}/man1/virt-v2v.1*
4f8d3a8
%{_mandir}/man1/virt-v2v-hacking.1*
4f8d3a8
%{_mandir}/man1/virt-v2v-input-vmware.1*
4f8d3a8
%{_mandir}/man1/virt-v2v-input-xen.1*
b30f630
%if !0%{?rhel}
ba3ddbc
%{_mandir}/man1/virt-v2v-in-place.1*
b30f630
%endif
cceac09
%{_mandir}/man1/virt-v2v-inspector.1*
4f8d3a8
%{_mandir}/man1/virt-v2v-output-local.1*
4f8d3a8
%{_mandir}/man1/virt-v2v-output-openstack.1*
4f8d3a8
%{_mandir}/man1/virt-v2v-output-rhv.1*
e656ffd
%{_mandir}/man1/virt-v2v-release-notes-1.42.1*
ba3ddbc
%{_mandir}/man1/virt-v2v-release-notes-2.0.1*
060522b
%{_mandir}/man1/virt-v2v-release-notes-2.2.1*
4f8d3a8
%{_mandir}/man1/virt-v2v-support.1*
4f8d3a8
%{_datadir}/virt-tools
8beed2e
8beed2e
4f8d3a8
%files bash-completion
4f8d3a8
%license COPYING
4f8d3a8
%{_datadir}/bash-completion/completions/virt-v2v
8beed2e
8beed2e
4f8d3a8
%files man-pages-ja
4f8d3a8
%license COPYING
4f8d3a8
%lang(ja) %{_mandir}/ja/man1/*.1*
8beed2e
8beed2e
4f8d3a8
%files man-pages-uk
4f8d3a8
%license COPYING
4f8d3a8
%lang(uk) %{_mandir}/uk/man1/*.1*
8beed2e
8beed2e
4f8d3a8
%changelog
32e3130
* Mon Feb 06 2023 Richard W.M. Jones <rjones@redhat.com> - 1:2.3.3-1
32e3130
- New development branch version 2.3.3
32e3130
1f21f51
* Tue Jan 24 2023 Richard W.M. Jones <rjones@redhat.com> - 1:2.3.2-2
1f21f51
- Rebuild OCaml packages for F38
1f21f51
367ef1d
* Thu Jan 19 2023 Richard W.M. Jones <rjones@redhat.com> - 1:2.3.2-1
367ef1d
- New development branch version 2.3.2
367ef1d
8d307c7
* Tue Jan 17 2023 Richard W.M. Jones <rjones@redhat.com> - 1:2.3.1-1
8d307c7
- New development branch version 2.3.1
8d307c7
cf3e580
* Tue Jan 10 2023 Richard W.M. Jones <rjones@redhat.com> - 1:2.2.0-1
cf3e580
- New stable branch version 2.2.0
cf3e580
060522b
* Fri Jan 06 2023 Richard W.M. Jones <rjones@redhat.com> - 1:2.1.12-1
060522b
- New upstream development version 2.1.12
060522b
- Add release notes for future virt-v2v 2.2
060522b
d5dbc41
* Sat Dec 10 2022 Richard W.M. Jones <rjones@redhat.com> - 1:2.1.11-2
eda3bba
- New upstream development version 2.1.11
eda3bba
cceac09
* Sat Nov 26 2022 Richard W.M. Jones <rjones@redhat.com> - 1:2.1.10-1
cceac09
- New upstream development version 2.1.10
cceac09
- New tool: virt-v2v-inspector
cceac09
2871ca2
* Tue Oct 11 2022 Richard W.M. Jones <rjones@redhat.com> - 1:2.1.9-1
2871ca2
- New upstream development version 2.1.9
2871ca2
c4fd377
* Tue Aug 23 2022 Richard W.M. Jones <rjones@redhat.com> - 1:2.1.8-2
c4fd377
- Add BR glibc-static for tests on x86_64.
c4fd377
55ac73a
* Mon Aug 01 2022 Richard W.M. Jones <rjones@redhat.com> - 1:2.1.8-1
55ac73a
- New upstream development version 2.1.8
55ac73a
898c008
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.1.7-2
898c008
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
898c008
a0b231b
* Tue Jul 05 2022 Richard W.M. Jones <rjones@redhat.com> - 1:2.1.7-1
a0b231b
- New upstream development version 2.1.7
a0b231b
7fbfa09
* Sun Jun 19 2022 Richard W.M. Jones <rjones@redhat.com> - 1:2.1.6-2
7fbfa09
- OCaml 4.14.0 rebuild
7fbfa09
4adf248
* Fri Jun 17 2022 Richard W.M. Jones <rjones@redhat.com> - 1:2.1.6-1
4adf248
- New upstream development version 2.1.6
4adf248
5b1f7b0
* Sat Jun 11 2022 Richard W.M. Jones <rjones@redhat.com> - 1:2.1.5-1
5b1f7b0
- New upstream development version 2.1.5
754f31a
- Add Requires python3 / platform-python (RHBZ#2094779)
754f31a
- Remove nbdkit-readahead-filter as it is no longer used
754f31a
- Enable the tests
754f31a
cb7aba7
* Thu May 26 2022 Richard W.M. Jones <rjones@redhat.com> - 1:2.1.4-1
cb7aba7
- New upstream development version 2.1.4
cb7aba7
8eba394
* Thu May 12 2022 Richard W.M. Jones <rjones@redhat.com> - 1:2.1.3-1
8eba394
- New upstream development version 2.1.3
8eba394
efe47b5
* Tue Apr 26 2022 Richard W.M. Jones <rjones@redhat.com> - 1:2.1.2-1
efe47b5
- New upstream development version 2.1.2
efe47b5
56f9126
* Tue Apr 12 2022 Richard W.M. Jones <rjones@redhat.com> - 1:2.1.1-1
56f9126
- New upstream development version 2.1.1
56f9126
3c02e40
* Mon Apr 04 2022 Richard W.M. Jones <rjones@redhat.com> - 1:2.0.2-1
3c02e40
- New upstream stable branch version 2.0.2
3c02e40
071890f
* Wed Mar 23 2022 Richard W.M. Jones <rjones@redhat.com> - 1:2.0.1-1
071890f
- New upstream stable branch version 2.0.1
071890f
- Fixes security issue when running virt-v2v as root (RHBZ#2066773).
071890f
ba3ddbc
* Mon Mar 14 2022 Richard W.M. Jones <rjones@redhat.com> - 1:2.0.0-1
ba3ddbc
- New upstream stable branch version 2.0.0
ba3ddbc
- New virt-v2v-in-place and release notes man pages.
ba3ddbc
- Remove the RHEL (downstream) patches which are out of date.
b30f630
- Don't use absolute symlinks.
ba3ddbc
f7fec29
* Tue Feb 15 2022 Richard W.M. Jones <rjones@redhat.com> - 1:1.45.99-1
f7fec29
- New upstream development version 1.45.99 (preview of 2.0)
f7fec29
- Requires nbdkit-blocksize-filter.
f7fec29
71c77c8
* Thu Feb 10 2022 Richard W.M. Jones <rjones@redhat.com> - 1:1.45.98-1
71c77c8
- New upstream development version 1.45.98 (preview of 2.0)
71c77c8
d1a170c
* Fri Feb 04 2022 Richard W.M. Jones <rjones@redhat.com> - 1:1.45.97-3
d1a170c
- OCaml 4.13.1 rebuild to remove package notes
d1a170c
1ef832f
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.45.97-2
1ef832f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
1ef832f
287af44
* Mon Jan 17 2022 Richard W.M. Jones <rjones@redhat.com> - 1:1.45.97-1
287af44
- New upstream development version 1.45.97 (preview of 2.0)
287af44
6604758
* Thu Jan 06 2022 Richard W.M. Jones <rjones@redhat.com> - 1:1.45.96-1
6604758
- New upstream development version 1.45.96 (preview of 2.0)
6604758
8d83208
* Sat Dec 18 2021 Richard W.M. Jones <rjones@redhat.com> - 1:1.45.95-1
8d83208
- New upstream development version 1.45.95 (preview of 2.0)
8d83208
b06ee3b
* Tue Dec 07 2021 Richard W.M. Jones <rjones@redhat.com> - 1:1.45.94-1
b06ee3b
- New upstream development version 1.45.94 (preview of 2.0)
b06ee3b
3ef8072
* Fri Dec 03 2021 Richard W.M. Jones <rjones@redhat.com> - 1:1.45.93-1
3ef8072
- New upstream development version 1.45.93 (preview of 2.0)
3ef8072
2821511
* Thu Dec 02 2021 Richard W.M. Jones <rjones@redhat.com> - 1:1.45.92-1
2821511
- New upstream development version 1.45.92 (preview of 2.0)
2821511
2e0afa9
* Thu Nov 25 2021 Richard W.M. Jones <rjones@redhat.com> - 1:1.45.91-2
2e0afa9
- Bump release and rebuild
2e0afa9
88e3f5a
* Tue Nov 23 2021 Richard W.M. Jones <rjones@redhat.com> - 1:1.45.91-1
88e3f5a
- New upstream development version 1.45.91 (preview of 2.0)
88e3f5a
ea395b6
* Tue Oct 05 2021 Richard W.M. Jones <rjones@redhat.com> - 1:1.45.90-2
ea395b6
- OCaml 4.13.1 build
ea395b6
4e3368f
* Tue Sep 21 2021 Richard W.M. Jones <rjones@redhat.com> - 1:1.45.90-1
4e3368f
- New upstream development version 1.45.90 (preview of 2.0)
4e3368f
c8d0869
* Fri Aug 06 2021 Richard W.M. Jones <rjones@redhat.com> - 1:1.45.3-1
c8d0869
- New upstream development version 1.45.3.
c8d0869
- Rebase RHEL patches.
c8d0869
7dc6e87
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.45.2-2
7dc6e87
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
7dc6e87
be8fe16
* Wed Jun 30 2021 Richard W.M. Jones <rjones@redhat.com> - 1:1.45.2-1
be8fe16
- New upstream development version 1.45.2.
be8fe16
- Remove --debug-overlays and --print-estimate options.
be8fe16
- Remove -o glance option on RHEL 9 (RHBZ#1977539).
be8fe16
- Remove support for RHEV-APT (RHBZ#1945549).
be8fe16
c1c9277
* Wed Jun 16 2021 Richard W.M. Jones <rjones@redhat.com> - 1:1.45.1-1
c1c9277
- New upstream development version 1.45.1.
3a7cb22
- Require virtio-win on RHEL (RHBZ#1972644).
85358a3
- v2v-test-harness, virt-v2v-copy-to-local have been removed upstream.
c1c9277
41e9bec
* Thu Jun 10 2021 Richard W.M. Jones <rjones@redhat.com> - 1:1.44.0-2
41e9bec
- nbdkit-vddk-plugin dep only exists on x86-64.
41e9bec
7dd7c79
* Fri Apr 30 2021 Richard W.M. Jones <rjones@redhat.com> - 1:1.44.0-1
7dd7c79
- New upstream stable branch version 1.44.0.
7dd7c79
989dd6b
* Wed Apr 14 2021 Richard W.M. Jones <rjones@redhat.com> - 1:1.43.5-1
989dd6b
- New upstream version 1.43.5.
989dd6b
d81b772
* Thu Apr 01 2021 Richard W.M. Jones <rjones@redhat.com> - 1:1.43.4-5
4c68cfa
- Add upstream patch to depend on xorriso.
d81b772
- Change libguestfs-tools-c -> guestfs-tools.
4c68cfa
6be9aa8
* Tue Mar 30 2021 Richard W.M. Jones <rjones@redhat.com> - 1:1.43.4-3
6be9aa8
- Add downstream (RHEL-only) patches (RHBZ#1931724).
6be9aa8
0ef32f9
* Mon Mar  8 2021 Richard W.M. Jones <rjones@redhat.com> - 1:1.43.4-2
0ef32f9
- Bump and rebuild for ocaml-gettext update.
0ef32f9
0ef32f9
* Wed Mar  3 2021 Richard W.M. Jones <rjones@redhat.com> - 1:1.43.4-1
104a51b
- New upstream version 1.43.4.
104a51b
104a51b
* Tue Mar  2 2021 Richard W.M. Jones <rjones@redhat.com> - 1:1.43.3-4
ff416b9
- OCaml 4.12.0 build
ff416b9
3b9c0f9
* Tue Mar  2 2021 Richard W.M. Jones <rjones@redhat.com> - 1:1.43.3-3
3b9c0f9
- Add fix for OCaml 4.12.
3b9c0f9
dbae216
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.43.3-2
dbae216
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
dbae216
94934a6
* Tue Jan 05 2021 Richard W.M. Jones <rjones@redhat.com> - 1:1.43.3-1
94934a6
- New upstream version 1.43.3.
94934a6
289db7e
* Thu Dec 03 2020 Richard W.M. Jones <rjones@redhat.com> - 1:1.43.2-3
289db7e
- Drop obsolete virt-v2v-copy-to-local tool for Fedora 34 and RHEL 9.
289db7e
6ec7a0d
* Wed Dec 02 2020 Richard W.M. Jones <rjones@redhat.com> - 1:1.43.2-2
6ec7a0d
- Unify Fedora and RHEL spec files.
6ec7a0d
db25f16
* Tue Dec 01 2020 Richard W.M. Jones <rjones@redhat.com> - 1:1.43.2-1
db25f16
- New upstream version 1.43.2.
db25f16
2afadc4
* Tue Sep 01 2020 Richard W.M. Jones <rjones@redhat.com> - 1:1.43.1-5
2afadc4
- OCaml 4.11.1 rebuild
2afadc4
658df65
* Fri Aug 21 2020 Richard W.M. Jones <rjones@redhat.com> - 1:1.43.1-4
658df65
- OCaml 4.11.0 rebuild
658df65
4ca512e
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.43.1-3
4ca512e
- Second attempt - Rebuilt for
4ca512e
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
4ca512e
893e813
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.43.1-2
893e813
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
893e813
a3e6ed7
* Mon Jul 06 2020 Richard W.M. Jones <rjones@redhat.com> - 1.43.1-1
a3e6ed7
- New development branch 1.43.
a3e6ed7
be446a8
* Wed May 06 2020 Richard W.M. Jones <rjones@redhat.com> - 1.42.0-4
2692e3d
- Re-add Epoch.  Forgotten when we split this package from libguestfs.
2692e3d
805d78d
* Tue May 05 2020 Richard W.M. Jones <rjones@redhat.com> - 1.42.0-2
805d78d
- OCaml 4.11.0+dev2-2020-04-22 rebuild
805d78d
e656ffd
* Thu Apr 16 2020 Richard W.M. Jones <rjones@redhat.com> - 1.42.0-1
e656ffd
- New upstream stable version 1.42.0.
e656ffd
b5277f6
* Sat Apr 04 2020 Richard W.M. Jones <rjones@redhat.com> - 1.41.8-11
b5277f6
- Update all OCaml dependencies for RPM 4.16.
b5277f6
3e8c433
* Thu Feb 27 2020 Richard W.M. Jones <rjones@redhat.com> - 1.41.8-10
3e8c433
- OCaml 4.10.0 final.
3e8c433
e47ea98
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.41.8-9
e47ea98
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
e47ea98
153ba64
* Sun Jan 19 2020 Richard W.M. Jones <rjones@redhat.com> - 1.41.8-8
153ba64
- Bump release and rebuild.
153ba64
fef847a
* Sun Jan 19 2020 Richard W.M. Jones <rjones@redhat.com> - 1.41.8-7
fef847a
- Bump release and rebuild.
fef847a
5924ae4
* Sun Jan 19 2020 Richard W.M. Jones <rjones@redhat.com> - 1.41.8-6
5924ae4
- Bump release and rebuild.
5924ae4
83694a9
* Sun Jan 19 2020 Richard W.M. Jones <rjones@redhat.com> - 1.41.8-5
83694a9
- OCaml 4.10.0+beta1 rebuild.
17d121a
- Use nbdkit-python-plugin (now all Python 3 in Rawhide).
83694a9
4f8d3a8
* Wed Nov 27 2019 Richard W.M. Jones <rjones@redhat.com> - 1.41.8-4
4f8d3a8
- Use license instead of doc for COPYING file.
4f8d3a8
- Include license in all subpackages.
4f8d3a8
- Use gpgverify macro.
4f8d3a8
- Don't own bash-completion directory because we Require the
4f8d3a8
  bash-completion package which owns it already.
4f8d3a8
4f8d3a8
* Tue Nov 26 2019 Richard W.M. Jones <rjones@redhat.com> - 1.41.8-2
4f8d3a8
- Fix permissions on .sig file.
4f8d3a8
- Disable -oa preallocated test since it fails in reviewers mock environment.
4f8d3a8
4f8d3a8
* Fri Nov 15 2019 Richard W.M. Jones <rjones@redhat.com> - 1.41.8-1
4f8d3a8
- Initial release of separate virt-v2v program, was part of libguestfs.