Compare commits
22 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
77450f3faa | ||
|
|
270f162176 | ||
|
|
67965964a1 | ||
|
|
b374f060f9 | ||
|
|
77adf7438a | ||
|
|
76578de53a | ||
|
|
4b495bbc59 | ||
|
|
e3465564c8 | ||
|
|
97cf14c6fc | ||
|
|
375b432568 | ||
|
|
e87e18f40e | ||
|
|
104fbf36bd | ||
|
|
80ee42e138 | ||
|
|
873ec2c039 | ||
|
|
7fc01d20b9 | ||
|
|
9942993880 | ||
|
|
2b31dc6969 | ||
|
|
87e7e2a1f5 | ||
|
|
a9722b92fc | ||
|
|
4b5fb5571f | ||
|
|
ac5bcdcc6b | ||
|
|
26755e239b |
2 changed files with 77 additions and 15 deletions
4
sources
4
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (virt-v2v-2.7.4.tar.gz) = b59df1d26929ef6ed1e2599e044d3fd6e05df4c37f2854f2c567554918e0b106ffbd535be50b9bc32dbfc9d3fc5feadf157e51d394f5989449f6eb18b0a3d8dc
|
||||
SHA512 (virt-v2v-2.7.4.tar.gz.sig) = a28b5c6c6ff7599bfb771ee649101745dcfff9b9e51846b7c057764565dbb5c0c80ac22e2167f875df88e466a251f760e951ee7b92672fca6b49c4d3bd8db143
|
||||
SHA512 (virt-v2v-2.8.1.tar.gz) = 70da68563e870955ca013e6d55be8f56ad65dde6f84909f06fae7ab928227a566e8949bb90e839fffce2ad4ebc604b2cfa1c5547394c8d1bd092bb95f9e6435c
|
||||
SHA512 (virt-v2v-2.8.1.tar.gz.sig) = 1236dd21272c53dbafb4cd0ac4177bcf73600ff52ea8949b878793eafb1829a67880043c6e03c2d82c691d986ea8a7daa60508f4ae22345c961a939b3b6a43b0
|
||||
|
|
|
|||
|
|
@ -2,11 +2,11 @@
|
|||
%global verify_tarball_signature 1
|
||||
|
||||
# The source directory.
|
||||
%global source_directory 2.7-development
|
||||
%global source_directory 2.8-stable
|
||||
|
||||
Name: virt-v2v
|
||||
Epoch: 1
|
||||
Version: 2.7.4
|
||||
Version: 2.8.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Convert a virtual machine to run on KVM
|
||||
|
||||
|
|
@ -44,18 +44,19 @@ BuildRequires: autoconf, automake, libtool
|
|||
BuildRequires: make
|
||||
BuildRequires: /usr/bin/pod2man
|
||||
BuildRequires: gcc
|
||||
BuildRequires: ocaml >= 4.04
|
||||
BuildRequires: ocaml >= 4.08
|
||||
|
||||
BuildRequires: libguestfs-devel >= 1:1.49.8-1
|
||||
BuildRequires: libguestfs-devel >= 1:1.56.0-1
|
||||
BuildRequires: augeas-devel
|
||||
BuildRequires: bash-completion, bash-completion-devel
|
||||
BuildRequires: file-devel
|
||||
BuildRequires: file
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: json-c-devel
|
||||
BuildRequires: libnbd-devel
|
||||
BuildRequires: libnbd-devel >= 1.14
|
||||
BuildRequires: libosinfo-devel
|
||||
BuildRequires: libvirt-daemon-kvm
|
||||
BuildRequires: libvirt-devel
|
||||
BuildRequires: libxcrypt-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: pcre2-devel
|
||||
BuildRequires: perl(Sys::Guestfs)
|
||||
|
|
@ -69,9 +70,6 @@ BuildRequires: ocaml-libvirt-devel
|
|||
BuildRequires: ocaml-libnbd-devel
|
||||
BuildRequires: ocaml-fileutils-devel
|
||||
BuildRequires: ocaml-gettext-devel
|
||||
%if !0%{?rhel}
|
||||
BuildRequires: ocaml-ounit-devel
|
||||
%endif
|
||||
|
||||
# These are for running our limited test.
|
||||
BuildRequires: glibc-utils
|
||||
|
|
@ -93,7 +91,7 @@ BuildRequires: glibc-static
|
|||
BuildRequires: gnupg2
|
||||
%endif
|
||||
|
||||
Requires: libguestfs%{?_isa} >= 1:1.49.8-1
|
||||
Requires: libguestfs%{?_isa} >= 1:1.55.12-1
|
||||
Requires: guestfs-tools >= 1.49.7-1
|
||||
|
||||
# XFS is the default filesystem in Fedora and RHEL.
|
||||
|
|
@ -143,9 +141,9 @@ Requires: nbdkit-ssh-plugin
|
|||
Requires: nbdkit-vddk-plugin
|
||||
%endif
|
||||
Requires: nbdkit-blocksize-filter
|
||||
Requires: nbdkit-cacheextents-filter
|
||||
Requires: nbdkit-cow-filter >= 1.28.3-1.el9
|
||||
Requires: nbdkit-multi-conn-filter
|
||||
Requires: nbdkit-noextents-filter
|
||||
Requires: nbdkit-rate-filter
|
||||
Requires: nbdkit-retry-filter
|
||||
|
||||
|
|
@ -206,6 +204,9 @@ for %{name}.
|
|||
%endif
|
||||
%autosetup -p1
|
||||
|
||||
# ACLOCAL_PATH is temporarily required to work around
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2366708
|
||||
export ACLOCAL_PATH=/usr/share/gettext/m4/
|
||||
autoreconf -fiv
|
||||
|
||||
|
||||
|
|
@ -234,7 +235,7 @@ mv $RPM_BUILD_ROOT%{_bindir}/virt-v2v-in-place $RPM_BUILD_ROOT%{_libexecdir}/
|
|||
rm $RPM_BUILD_ROOT%{_mandir}/man1/virt-v2v-in-place.1*
|
||||
# these are also not supported on RHEL
|
||||
rm -f $RPM_BUILD_ROOT%{_mandir}/man1/virt-v2v-input-xen.1*
|
||||
rm -f $RPM_BUILD_ROOT%{_mandir}/man1/virt-v2v-output-rhv.1*
|
||||
rm -f $RPM_BUILD_ROOT%{_mandir}/man1/virt-v2v-output-ovirt.1*
|
||||
%endif
|
||||
|
||||
# Find locale files.
|
||||
|
|
@ -276,6 +277,7 @@ done
|
|||
%{_libexecdir}/virt-v2v-in-place
|
||||
%endif
|
||||
%{_bindir}/virt-v2v-inspector
|
||||
%{_bindir}/virt-v2v-open
|
||||
%{_mandir}/man1/virt-v2v.1*
|
||||
%{_mandir}/man1/virt-v2v-hacking.1*
|
||||
%{_mandir}/man1/virt-v2v-input-vmware.1*
|
||||
|
|
@ -284,10 +286,11 @@ done
|
|||
%{_mandir}/man1/virt-v2v-in-place.1*
|
||||
%endif
|
||||
%{_mandir}/man1/virt-v2v-inspector.1*
|
||||
%{_mandir}/man1/virt-v2v-open.1*
|
||||
%{_mandir}/man1/virt-v2v-output-local.1*
|
||||
%{_mandir}/man1/virt-v2v-output-openstack.1*
|
||||
%if !0%{?rhel}
|
||||
%{_mandir}/man1/virt-v2v-output-rhv.1*
|
||||
%{_mandir}/man1/virt-v2v-output-ovirt.1*
|
||||
%endif
|
||||
%{_mandir}/man1/virt-v2v-release-notes-1.42.1*
|
||||
%{_mandir}/man1/virt-v2v-release-notes-2.*.1*
|
||||
|
|
@ -310,6 +313,65 @@ done
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Jun 26 2025 Richard W.M. Jones <rjones@redhat.com> - 1:2.8.1-1
|
||||
- New upstream stable version 2.8.1
|
||||
|
||||
* Wed Jun 11 2025 Richard W.M. Jones <rjones@redhat.com> - 1:2.8.0-1
|
||||
- New upstream stable version 2.8.0
|
||||
- Finetune BRs to match upstream.
|
||||
|
||||
* Tue Jun 03 2025 Richard W.M. Jones <rjones@redhat.com> - 1:2.7.17-1
|
||||
- New upstream development version 2.7.17
|
||||
|
||||
* Mon May 19 2025 Richard W.M. Jones <rjones@redhat.com> - 1:2.7.16-1
|
||||
- New upstream development version 2.7.16
|
||||
|
||||
* Mon May 12 2025 Richard W.M. Jones <rjones@redhat.com> - 1:2.7.15-1
|
||||
- New upstream development version 2.7.15
|
||||
|
||||
* Wed May 07 2025 Richard W.M. Jones <rjones@redhat.com> - 1:2.7.14-1
|
||||
- New upstream development version 2.7.14
|
||||
- New tool: virt-v2v-open
|
||||
|
||||
* Tue Apr 29 2025 Richard W.M. Jones <rjones@redhat.com> - 1:2.7.13-1
|
||||
- New upstream development version 2.7.13
|
||||
|
||||
* Tue Apr 15 2025 Richard W.M. Jones <rjones@redhat.com> - 1:2.7.12-1
|
||||
- New upstream development version 2.7.12
|
||||
|
||||
* Thu Apr 03 2025 Richard W.M. Jones <rjones@redhat.com> - 1:2.7.11-1
|
||||
- New upstream development version 2.7.11
|
||||
- Enable ocaml-gettext again
|
||||
- Remove oUnit
|
||||
|
||||
* Sat Mar 22 2025 Richard W.M. Jones <rjones@redhat.com> - 1:2.7.10-1
|
||||
- New upstream development version 2.7.10
|
||||
|
||||
* Tue Mar 11 2025 Richard W.M. Jones <rjones@redhat.com> - 1:2.7.8-1
|
||||
- New upstream development version 2.7.8
|
||||
|
||||
* Thu Feb 27 2025 Richard W.M. Jones <rjones@redhat.com> - 1:2.7.7-1
|
||||
- New upstream development version 2.7.7
|
||||
- Disable gettext support in Fedora Rawhide
|
||||
|
||||
* Thu Feb 27 2025 Richard W.M. Jones <rjones@redhat.com> - 1:2.7.6-2
|
||||
- Bump and rebuild for ocaml-gettext 0.5.0
|
||||
|
||||
* Thu Feb 13 2025 Richard W.M. Jones <rjones@redhat.com> - 1:2.7.6-1
|
||||
- New upstream development version 2.7.6
|
||||
|
||||
* Wed Feb 05 2025 Richard W.M. Jones <rjones@redhat.com> - 1:2.7.5-1
|
||||
- New upstream development version 2.7.5
|
||||
|
||||
* Tue Feb 04 2025 Richard W.M. Jones <rjones@redhat.com> - 1:2.7.4-5
|
||||
- Bump and rebuild (RHBZ#2341511)
|
||||
|
||||
* Sat Feb 01 2025 Björn Esser <besser82@fedoraproject.org> - 1:2.7.4-4
|
||||
- Add explicit BR: libxcrypt-devel
|
||||
|
||||
* Wed Jan 29 2025 Jerry James <loganjerry@gmail.com> - 1:2.7.4-2
|
||||
- OCaml 5.2.1 rebuild for Fedora 41
|
||||
|
||||
* Mon Dec 09 2024 Richard W.M. Jones <rjones@redhat.com> - 1:2.7.4-1
|
||||
- New upstream development version 2.7.4
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue