Blame SPECS/virt-v2v.spec

7bddab
# If we should verify tarball signature with GPGv2.
7bddab
%global verify_tarball_signature 1
7bddab
7bddab
# If there are patches which touch autotools files, set this to 1.
7bddab
%if !0%{?rhel}
7bddab
%global patches_touch_autotools %{nil}
7bddab
%else
7bddab
# On RHEL the downstream patches always touch autotools files.
7bddab
%global patches_touch_autotools 1
7bddab
%endif
7bddab
7bddab
# The source directory.
7bddab
%global source_directory 1.45-development
7bddab
7bddab
Name:          virt-v2v
7bddab
Epoch:         1
7bddab
Version:       1.45.99
7bddab
Release:       2%{?dist}
7bddab
Summary:       Convert a virtual machine to run on KVM
7bddab
7bddab
License:       GPLv2+
7bddab
URL:           https://github.com/libguestfs/virt-v2v
7bddab
7bddab
Source0:       http://download.libguestfs.org/virt-v2v/%{source_directory}/%{name}-%{version}.tar.gz
7bddab
%if 0%{verify_tarball_signature}
7bddab
Source1:       http://download.libguestfs.org/virt-v2v/%{source_directory}/%{name}-%{version}.tar.gz.sig
7bddab
# Keyring used to verify tarball signature.
7bddab
Source2:       libguestfs.keyring
7bddab
%endif
7bddab
7bddab
# Maintainer script which helps with handling patches.
7bddab
Source3:       copy-patches.sh
7bddab
7bddab
%if !0%{?rhel}
7bddab
# libguestfs hasn't been built on i686 for a while since there is no
7bddab
# kernel built for this architecture any longer and libguestfs rather
7bddab
# fundamentally depends on the kernel.  Therefore we must exclude this
7bddab
# arch.  Note there is no bug filed for this because we do not ever
7bddab
# expect that libguestfs or virt-v2v will be available on i686 so
7bddab
# there is nothing that needs fixing.
7bddab
ExcludeArch:   %{ix86}
7bddab
%else
7bddab
# Architectures where virt-v2v is shipped on RHEL:
7bddab
#
7bddab
# not on aarch64 because it is not useful there
7bddab
# not on %%{power64} because of RHBZ#1287826
7bddab
# not on s390x because it is not useful there
7bddab
ExclusiveArch: x86_64
7bddab
%endif
7bddab
7bddab
# Downstream (RHEL-only) patches.
7bddab
%if 0%{?rhel}
7bddab
# Patches.
7bddab
Patch0001:     0001-RHEL-v2v-Select-correct-qemu-binary-for-o-qemu-mode-.patch
7bddab
Patch0002:     0002-RHEL-v2v-Disable-the-qemu-boot-oo-qemu-boot-option-R.patch
7bddab
Patch0003:     0003-RHEL-Fix-list-of-supported-sound-cards-to-match-RHEL.patch
7bddab
Patch0004:     0004-RHEL-Fixes-for-libguestfs-winsupport.patch
7bddab
Patch0005:     0005-RHEL-v2v-i-disk-force-VNC-as-display-RHBZ-1372671.patch
7bddab
Patch0006:     0006-RHEL-v2v-do-not-mention-SUSE-Xen-hosts-RHBZ-1430203.patch
7bddab
Patch0007:     0007-RHEL-point-to-KB-for-supported-v2v-hypervisors-guest.patch
7bddab
Patch0008:     0008-RHEL-Disable-o-glance.patch
7bddab
Patch0009:     0009-RHEL-Remove-the-in-place-option.patch
7bddab
Patch0010:     0010-lib-Remove-Utils.metaversion.patch
7bddab
Patch0011:     0011-lib-v2v-Move-common-code-for-creating-v2v-directory-.patch
7bddab
Patch0012:     0012-v2v-Move-creation-of-v2v-directory-until-after-optio.patch
7bddab
Patch0013:     0013-lib-nbdkit.ml-Correct-copy-paste-error-in-comment.patch
7bddab
Patch0014:     0014-lib-Improve-security-of-in-out-sockets-when-running-.patch
7bddab
Patch0015:     0015-nbdkit-qemuNBD-run_unix-formally-require-externally-.patch
7bddab
%endif
7bddab
7bddab
%if 0%{patches_touch_autotools}
7bddab
BuildRequires: autoconf, automake, libtool
7bddab
%endif
7bddab
7bddab
BuildRequires: make
7bddab
BuildRequires: /usr/bin/pod2man
7bddab
BuildRequires: gcc
7bddab
BuildRequires: ocaml >= 4.01
7bddab
7bddab
BuildRequires: libguestfs-devel >= 1:1.42
7bddab
BuildRequires: augeas-devel
7bddab
BuildRequires: bash-completion
7bddab
BuildRequires: file-devel
7bddab
BuildRequires: gettext-devel
7bddab
BuildRequires: jansson-devel
7bddab
BuildRequires: libnbd-devel >= 1.10.3
7bddab
BuildRequires: libosinfo-devel
7bddab
BuildRequires: libvirt-daemon-kvm
7bddab
BuildRequires: libvirt-devel
7bddab
BuildRequires: libxml2-devel
7bddab
BuildRequires: pcre-devel
7bddab
BuildRequires: perl(Sys::Guestfs)
7bddab
BuildRequires: po4a
7bddab
BuildRequires: /usr/bin/virsh
7bddab
BuildRequires: xorriso
7bddab
7bddab
BuildRequires: ocaml-findlib-devel
7bddab
BuildRequires: ocaml-libguestfs-devel
7bddab
BuildRequires: ocaml-libnbd-devel
7bddab
BuildRequires: ocaml-fileutils-devel
7bddab
BuildRequires: ocaml-gettext-devel
7bddab
%if !0%{?rhel}
7bddab
BuildRequires: ocaml-ounit-devel
7bddab
%endif
7bddab
7bddab
BuildRequires: nbdkit-python-plugin
7bddab
7bddab
%if 0%{verify_tarball_signature}
7bddab
BuildRequires: gnupg2
7bddab
%endif
7bddab
7bddab
Requires:      libguestfs%{?_isa} >= 1:1.42
7bddab
Requires:      guestfs-tools >= 1.42
7bddab
7bddab
# XFS is the default filesystem in Fedora and RHEL.
7bddab
Requires:      libguestfs-xfs
7bddab
7bddab
%if 0%{?rhel}
7bddab
# For Windows conversions on RHEL.
7bddab
Requires:      libguestfs-winsupport >= 7.2
7bddab
%endif
7bddab
7bddab
Requires:      gawk
7bddab
Requires:      gzip
7bddab
Requires:      unzip
7bddab
Requires:      curl
7bddab
Requires:      openssh-clients >= 8.7p1
7bddab
Requires:      %{_bindir}/virsh
7bddab
7bddab
# Ensure the UEFI firmware is available, to properly convert
7bddab
# EFI guests (RHBZ#1429643).
7bddab
%ifarch x86_64
7bddab
Requires:      edk2-ovmf
7bddab
%endif
7bddab
%ifarch aarch64
7bddab
Requires:      edk2-aarch64
7bddab
%endif
7bddab
7bddab
Requires:      platform-python
7bddab
Requires:      libnbd >= 1.8.2-2.el9
7bddab
Requires:      %{_bindir}/qemu-nbd
7bddab
Requires:      %{_bindir}/nbdcopy
7bddab
Requires:      %{_bindir}/nbdinfo
7bddab
Requires:      nbdkit-server >= 1.28.3-2.el9
7bddab
Requires:      nbdkit-curl-plugin
7bddab
Requires:      nbdkit-file-plugin
7bddab
Requires:      nbdkit-nbd-plugin
7bddab
Requires:      nbdkit-null-plugin
7bddab
Requires:      nbdkit-python-plugin
7bddab
Requires:      nbdkit-ssh-plugin
7bddab
%ifarch x86_64
7bddab
Requires:      nbdkit-vddk-plugin
7bddab
%endif
7bddab
Requires:      nbdkit-blocksize-filter
7bddab
Requires:      nbdkit-cacheextents-filter
7bddab
Requires:      nbdkit-cow-filter >= 1.26.5-1.el9
7bddab
Requires:      nbdkit-rate-filter
7bddab
Requires:      nbdkit-readahead-filter
7bddab
Requires:      nbdkit-retry-filter
7bddab
7bddab
# For rhsrvany.exe, used to install firstboot scripts in Windows guests.
7bddab
Requires:      mingw32-srvany >= 1.0-13
7bddab
7bddab
# On RHEL, virtio-win should be used to install virtio drivers
7bddab
# and qemu-ga in converted guests.  (RHBZ#1972644)
7bddab
%if 0%{?rhel}
7bddab
Recommends:    virtio-win
7bddab
%endif
7bddab
7bddab
7bddab
%description
7bddab
Virt-v2v converts a single guest from a foreign hypervisor to run on
7bddab
KVM.  It can read Linux and Windows guests running on VMware, Xen,
7bddab
Hyper-V and some other hypervisors, and convert them to KVM managed by
7bddab
libvirt, OpenStack, oVirt, Red Hat Virtualisation (RHV) or several
7bddab
other targets.  It can modify the guest to make it bootable on KVM and
7bddab
install virtio drivers so it will run quickly.
7bddab
7bddab
7bddab
%package bash-completion
7bddab
Summary:       Bash tab-completion for %{name}
7bddab
BuildArch:     noarch
7bddab
Requires:      bash-completion >= 2.0
7bddab
Requires:      %{name} = %{epoch}:%{version}-%{release}
7bddab
7bddab
7bddab
%description bash-completion
7bddab
Install this package if you want intelligent bash tab-completion
7bddab
for %{name}.
7bddab
7bddab
7bddab
%package man-pages-ja
7bddab
Summary:       Japanese (ja) man pages for %{name}
7bddab
BuildArch:     noarch
7bddab
Requires:      %{name} = %{epoch}:%{version}-%{release}
7bddab
7bddab
%description man-pages-ja
7bddab
%{name}-man-pages-ja contains Japanese (ja) man pages
7bddab
for %{name}.
7bddab
7bddab
7bddab
%package man-pages-uk
7bddab
Summary:       Ukrainian (uk) man pages for %{name}
7bddab
BuildArch:     noarch
7bddab
Requires:      %{name} = %{epoch}:%{version}-%{release}
7bddab
7bddab
%description man-pages-uk
7bddab
%{name}-man-pages-uk contains Ukrainian (uk) man pages
7bddab
for %{name}.
7bddab
7bddab
7bddab
%prep
7bddab
%if 0%{verify_tarball_signature}
7bddab
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
7bddab
%endif
7bddab
%autosetup -p1
7bddab
7bddab
%if 0%{patches_touch_autotools}
7bddab
autoreconf -i
7bddab
%endif
7bddab
7bddab
7bddab
%build
7bddab
%configure \
7bddab
%if !0%{?rhel}
7bddab
  --with-extra="fedora=%{fedora},release=%{release}" \
7bddab
%else
7bddab
  --with-extra="rhel=%{rhel},release=%{release}" \
7bddab
%endif
7bddab
7bddab
make V=1 %{?_smp_mflags}
7bddab
7bddab
7bddab
%install
7bddab
%make_install
7bddab
7bddab
# Delete libtool crap.
7bddab
find $RPM_BUILD_ROOT -name '*.la' -delete
7bddab
7bddab
# Virt-tools data directory.  This contains a symlink to rhsrvany.exe
7bddab
# which is satisfied by the dependency on mingw32-srvany.
7bddab
mkdir -p $RPM_BUILD_ROOT%{_datadir}/virt-tools
7bddab
pushd $RPM_BUILD_ROOT%{_datadir}/virt-tools
7bddab
ln -sf /usr/i686-w64-mingw32/sys-root/mingw/bin/rhsrvany.exe
7bddab
popd
7bddab
7bddab
# Find locale files.
7bddab
%find_lang %{name}
7bddab
7bddab
7bddab
%check
7bddab
# All tests fail at the moment because of bugs in libvirt blockdev.
7bddab
# # Tests fail on both armv7 and ppc64le in Fedora 31 because the kernel
7bddab
# # cannot boot on qemu.
7bddab
# %ifnarch %{arm} ppc64le
7bddab
7bddab
# # On x86_64 this single test fails with: "virt-v2v: warning: the
7bddab
# # target hypervisor does not support a x86_64 KVM guest".  Missing
7bddab
# # BuildRequires?
7bddab
# %ifarch x86_64
7bddab
# truncate -s 0 tests/test-v2v-o-libvirt.sh
7bddab
# %endif
7bddab
7bddab
# # This test fails in mock.
7bddab
# truncate -s 0 tests/test-v2v-oa-option.sh
7bddab
7bddab
# # Make sure we can see the debug messages (RHBZ#1230160).
7bddab
# export LIBGUESTFS_DEBUG=1
7bddab
# export LIBGUESTFS_TRACE=1
7bddab
7bddab
# make %{?_smp_mflags} check || {
7bddab
#     cat tests/test-suite.log
7bddab
#     exit 1
7bddab
#   }
7bddab
7bddab
# %endif
7bddab
7bddab
7bddab
%files -f %{name}.lang
7bddab
%license COPYING
7bddab
%doc README
7bddab
%{_bindir}/virt-v2v
7bddab
%{_mandir}/man1/virt-v2v.1*
7bddab
%{_mandir}/man1/virt-v2v-hacking.1*
7bddab
%{_mandir}/man1/virt-v2v-input-vmware.1*
7bddab
%{_mandir}/man1/virt-v2v-input-xen.1*
7bddab
%{_mandir}/man1/virt-v2v-output-local.1*
7bddab
%{_mandir}/man1/virt-v2v-output-openstack.1*
7bddab
%{_mandir}/man1/virt-v2v-output-rhv.1*
7bddab
%{_mandir}/man1/virt-v2v-release-notes-1.42.1*
7bddab
%{_mandir}/man1/virt-v2v-support.1*
7bddab
%{_datadir}/virt-tools
7bddab
7bddab
7bddab
%files bash-completion
7bddab
%license COPYING
7bddab
%{_datadir}/bash-completion/completions/virt-v2v
7bddab
7bddab
7bddab
%files man-pages-ja
7bddab
%license COPYING
7bddab
%lang(ja) %{_mandir}/ja/man1/*.1*
7bddab
7bddab
7bddab
%files man-pages-uk
7bddab
%license COPYING
7bddab
%lang(uk) %{_mandir}/uk/man1/*.1*
7bddab
7bddab
7bddab
%changelog
7bddab
* Wed Mar 23 2022 Richard W.M. Jones <rjones@redhat.com> - 1:1.45.99-2
7bddab
- Fix security issue when running virt-v2v as root
7bddab
  resolves: rhbz#2066775
7bddab
7bddab
* Tue Feb 15 2022 Richard W.M. Jones <rjones@redhat.com> - 1:1.45.99-1
7bddab
- Rebase to upstream 1.45.99.
7bddab
- Add check for sufficient free space in the host
7bddab
  resolves: rhbz#2051394
7bddab
- Update documentation of -ip for conversions from VMware over HTTPS
7bddab
  related: rhbz#1960087
7bddab
- -o rhv-upload: Keep connections alive
7bddab
  resolves: rhbz#2032324
7bddab
- -o rhv-upload: Improve conversion performance
7bddab
  resolves: rhbz#2039255
7bddab
- -o rhv-upload: Replace -oo rhv-direct with -oo rhv-proxy
7bddab
  resolves: rhbz#2033096
7bddab
- Fix log line wrapping making log parsing difficult (1820221)
7bddab
7bddab
* Wed Feb 2 2022 Laszlo Ersek <lersek@redhat.com> - 1:1.45.97-4
7bddab
- v2v import from vCenter fails when using interactive password because
7bddab
  cookie-script tries to be interactive
7bddab
  (pick commit 8abc07a8589a)
7bddab
  resolves: rhbz#1960087
7bddab
- model='virtio-transitional' is wrongly added when converting windows
7bddab
  guest to local by rhel9 v2v
7bddab
  (pick commit range commit range 8abc07a8589a..cacedec64072)
7bddab
  resolves: rhbz#2043333
7bddab
7bddab
* Wed Jan 26 2022 Richard W.M. Jones <rjones@redhat.com> - 1:1.45.97-3
7bddab
- Rebase to upstream 1.45.97.
7bddab
  resolves: rhbz#2011713
7bddab
- Add virtio-transitional for older guests when converting to q35
7bddab
  resolves: rhbz#1942325
7bddab
- Fix -o rhv mode
7bddab
  resolves: rhbz#2027598
7bddab
- input: xen: Fix assertion error when importing from remote block device
7bddab
  resolves: rhbz#2041852
7bddab
- output: -o json: Allow -oo (output options) to work
7bddab
  resolves: rhbz#2041850
7bddab
- Fix virt-v2v hang when given incorrect vpx:// URL
7bddab
  resolves: rhbz#2041886
7bddab
- Fix hang when converting with virt-p2v
7bddab
  resolves: rhbz#2044911
7bddab
- Send nbdinfo debugging information to stderr
7bddab
  resolves: rhbz#2044922
7bddab
- Explicitly require platform-python
7bddab
  resolves: rhbz#2046178
7bddab
7bddab
* Thu Dec 23 2021 Laszlo Ersek <lersek@redhat.com> - 1:1.45.95-3
7bddab
- output_rhv: restrict block status collection to the old RHV output
7bddab
- Rebase from upstream commit 702a511b7f33 to direct child commit 07b12fe99fb9
7bddab
  resolves: rhbz#2034240
7bddab
7bddab
* Sat Dec 18 2021 Richard W.M. Jones <rjones@redhat.com> - 1:1.45.95-2
7bddab
- Rebase to upstream 1.45.95.
7bddab
- Change video type to VGA (instead of QXL).
7bddab
- Remove --in-place support properly.
7bddab
- Remove -o glance support properly.
7bddab
- Fix quoting with openssh >= 8.7 (RHEL) / 8.8
7bddab
- Fix q35 error "IDE controllers are unsupported"
7bddab
- Add virt-v2v and libvirt version in debug output
7bddab
- Fix -o rhv output mode showing no guests listed
7bddab
  resolves: rhbz#2011713, rhbz#1961107, rhbz#2027673,
7bddab
  rhbz#1637857, rhbz#2032112, rhbz#2027598
7bddab
7bddab
* Wed Aug 18 2021 Richard W.M. Jones <rjones@redhat.com> - 1:1.45.3-3
7bddab
- Fix conversion of Windows BitLocker guests
7bddab
  resolves: rhbz#1994984
7bddab
7bddab
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1:1.45.3-2
7bddab
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
7bddab
  Related: rhbz#1991688
7bddab
7bddab
* Fri Aug 06 2021 Richard W.M. Jones <rjones@redhat.com> - 1:1.45.3-1
7bddab
- New upstream development version 1.45.3.
7bddab
- Rebase RHEL patches.
7bddab
  resolves: rhbz#1950634
7bddab
7bddab
* Wed Jun 30 2021 Richard W.M. Jones <rjones@redhat.com> - 1:1.45.2-1
7bddab
- New upstream development version 1.45.2.
7bddab
- Remove --debug-overlays and --print-estimate options.
7bddab
- Remove -o glance option on RHEL 9 (RHBZ#1977539).
7bddab
- Remove support for RHEV-APT (RHBZ#1945549).
7bddab
7bddab
* Wed Jun 16 2021 Richard W.M. Jones <rjones@redhat.com> - 1:1.45.1-1.el9.1
7bddab
- New upstream development version 1.45.1.
7bddab
- Require virtio-win on RHEL (RHBZ#1972644).
7bddab
- v2v-test-harness, virt-v2v-copy-to-local have been removed upstream.
7bddab
7bddab
* Thu Jun 10 2021 Richard W.M. Jones <rjones@redhat.com> - 1:1.44.0-2
7bddab
- nbdkit-vddk-plugin dep only exists on x86-64.
7bddab
7bddab
* Mon May 10 2021 Richard W.M. Jones <rjones@redhat.com> - 1:1.44.0-1.el9.1
7bddab
- Rebuild in RHEL 9 against libguestfs 1.45.5
7bddab
  resolves: rhbz#1959042
7bddab
7bddab
* Fri Apr 30 2021 Richard W.M. Jones <rjones@redhat.com> - 1:1.44.0-1
7bddab
- New upstream stable branch version 1.44.0.
7bddab
7bddab
* Wed Apr 14 2021 Richard W.M. Jones <rjones@redhat.com> - 1:1.43.5-1
7bddab
- New upstream version 1.43.5.
7bddab
7bddab
* Thu Apr 01 2021 Richard W.M. Jones <rjones@redhat.com> - 1:1.43.4-5
7bddab
- Add upstream patch to depend on xorriso.
7bddab
- Change libguestfs-tools-c -> guestfs-tools.
7bddab
7bddab
* Tue Mar 30 2021 Richard W.M. Jones <rjones@redhat.com> - 1:1.43.4-3
7bddab
- Add downstream (RHEL-only) patches (RHBZ#1931724).
7bddab
7bddab
* Mon Mar  8 2021 Richard W.M. Jones <rjones@redhat.com> - 1:1.43.4-2
7bddab
- Bump and rebuild for ocaml-gettext update.
7bddab
7bddab
* Wed Mar  3 2021 Richard W.M. Jones <rjones@redhat.com> - 1:1.43.4-1
7bddab
- New upstream version 1.43.4.
7bddab
7bddab
* Tue Mar  2 2021 Richard W.M. Jones <rjones@redhat.com> - 1:1.43.3-4
7bddab
- OCaml 4.12.0 build
7bddab
7bddab
* Tue Mar  2 2021 Richard W.M. Jones <rjones@redhat.com> - 1:1.43.3-3
7bddab
- Add fix for OCaml 4.12.
7bddab
7bddab
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.43.3-2
7bddab
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
7bddab
7bddab
* Tue Jan 05 2021 Richard W.M. Jones <rjones@redhat.com> - 1:1.43.3-1
7bddab
- New upstream version 1.43.3.
7bddab
7bddab
* Thu Dec 03 2020 Richard W.M. Jones <rjones@redhat.com> - 1:1.43.2-3
7bddab
- Drop obsolete virt-v2v-copy-to-local tool for Fedora 34 and RHEL 9.
7bddab
7bddab
* Wed Dec 02 2020 Richard W.M. Jones <rjones@redhat.com> - 1:1.43.2-2
7bddab
- Unify Fedora and RHEL spec files.
7bddab
7bddab
* Tue Dec 01 2020 Richard W.M. Jones <rjones@redhat.com> - 1:1.43.2-1
7bddab
- New upstream version 1.43.2.
7bddab
7bddab
* Tue Sep 01 2020 Richard W.M. Jones <rjones@redhat.com> - 1:1.43.1-5
7bddab
- OCaml 4.11.1 rebuild
7bddab
7bddab
* Fri Aug 21 2020 Richard W.M. Jones <rjones@redhat.com> - 1:1.43.1-4
7bddab
- OCaml 4.11.0 rebuild
7bddab
7bddab
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.43.1-3
7bddab
- Second attempt - Rebuilt for
7bddab
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
7bddab
7bddab
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.43.1-2
7bddab
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
7bddab
7bddab
* Mon Jul 06 2020 Richard W.M. Jones <rjones@redhat.com> - 1.43.1-1
7bddab
- New development branch 1.43.
7bddab
7bddab
* Wed May 06 2020 Richard W.M. Jones <rjones@redhat.com> - 1.42.0-4
7bddab
- Re-add Epoch.  Forgotten when we split this package from libguestfs.
7bddab
7bddab
* Tue May 05 2020 Richard W.M. Jones <rjones@redhat.com> - 1.42.0-2
7bddab
- OCaml 4.11.0+dev2-2020-04-22 rebuild
7bddab
7bddab
* Thu Apr 16 2020 Richard W.M. Jones <rjones@redhat.com> - 1.42.0-1
7bddab
- New upstream stable version 1.42.0.
7bddab
7bddab
* Sat Apr 04 2020 Richard W.M. Jones <rjones@redhat.com> - 1.41.8-11
7bddab
- Update all OCaml dependencies for RPM 4.16.
7bddab
7bddab
* Thu Feb 27 2020 Richard W.M. Jones <rjones@redhat.com> - 1.41.8-10
7bddab
- OCaml 4.10.0 final.
7bddab
7bddab
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.41.8-9
7bddab
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
7bddab
7bddab
* Sun Jan 19 2020 Richard W.M. Jones <rjones@redhat.com> - 1.41.8-8
7bddab
- Bump release and rebuild.
7bddab
7bddab
* Sun Jan 19 2020 Richard W.M. Jones <rjones@redhat.com> - 1.41.8-7
7bddab
- Bump release and rebuild.
7bddab
7bddab
* Sun Jan 19 2020 Richard W.M. Jones <rjones@redhat.com> - 1.41.8-6
7bddab
- Bump release and rebuild.
7bddab
7bddab
* Sun Jan 19 2020 Richard W.M. Jones <rjones@redhat.com> - 1.41.8-5
7bddab
- OCaml 4.10.0+beta1 rebuild.
7bddab
- Use nbdkit-python-plugin (now all Python 3 in Rawhide).
7bddab
7bddab
* Wed Nov 27 2019 Richard W.M. Jones <rjones@redhat.com> - 1.41.8-4
7bddab
- Use license instead of doc for COPYING file.
7bddab
- Include license in all subpackages.
7bddab
- Use gpgverify macro.
7bddab
- Don't own bash-completion directory because we Require the
7bddab
  bash-completion package which owns it already.
7bddab
7bddab
* Tue Nov 26 2019 Richard W.M. Jones <rjones@redhat.com> - 1.41.8-2
7bddab
- Fix permissions on .sig file.
7bddab
- Disable -oa preallocated test since it fails in reviewers mock environment.
7bddab
7bddab
* Fri Nov 15 2019 Richard W.M. Jones <rjones@redhat.com> - 1.41.8-1
7bddab
- Initial release of separate virt-v2v program, was part of libguestfs.