Compare commits
9 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
803c7b802d | ||
|
|
28e764c0bf | ||
|
|
b0374a28d9 | ||
|
|
de78e0f74f | ||
|
|
8f870aa765 | ||
|
|
565ee872e6 | ||
|
|
937b7cc56a | ||
|
|
77b2298fc9 | ||
|
|
d0e7044cbc |
2 changed files with 31 additions and 2 deletions
|
|
@ -39,7 +39,7 @@
|
|||
Summary: Access and modify virtual machine disk images
|
||||
Name: libguestfs
|
||||
Epoch: 1
|
||||
Version: 1.39.8
|
||||
Version: 1.40.2
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
|
||||
|
|
@ -214,6 +214,7 @@ Requires: libvirt-daemon-kvm >= 0.10.2-3
|
|||
%else
|
||||
Requires: libvirt-daemon-qemu >= 0.10.2-3
|
||||
%endif
|
||||
Recommends: libvirt-daemon-config-network
|
||||
Requires: selinux-policy >= 3.11.1-63
|
||||
|
||||
# For UML backend (this backend only works on x86).
|
||||
|
|
@ -902,6 +903,7 @@ fi
|
|||
%{configure} \\\
|
||||
--with-default-backend=libvirt \\\
|
||||
--with-extra="fedora=%{fedora},release=%{release},libvirt" \\\
|
||||
--with-virt-v2v-nbdkit-python-plugin=python3 \\\
|
||||
$extra
|
||||
%ifnarch %{golang_arches}
|
||||
%global localconfigure %{localconfigure} --disable-golang
|
||||
|
|
@ -1251,6 +1253,12 @@ install -m 0644 utils/boot-benchmark/boot-benchmark.1 $RPM_BUILD_ROOT%{_mandir}/
|
|||
%{_bindir}/virt-v2v-copy-to-local
|
||||
%{_mandir}/man1/virt-v2v.1*
|
||||
%{_mandir}/man1/virt-v2v-copy-to-local.1*
|
||||
%{_mandir}/man1/virt-v2v-input-vmware.1*
|
||||
%{_mandir}/man1/virt-v2v-input-xen.1*
|
||||
%{_mandir}/man1/virt-v2v-output-local.1*
|
||||
%{_mandir}/man1/virt-v2v-output-openstack.1*
|
||||
%{_mandir}/man1/virt-v2v-output-rhv.1*
|
||||
%{_mandir}/man1/virt-v2v-support.1*
|
||||
%{_mandir}/man1/virt-v2v-test-harness.1*
|
||||
%{_datadir}/virt-tools
|
||||
|
||||
|
|
@ -1403,6 +1411,26 @@ install -m 0644 utils/boot-benchmark/boot-benchmark.1 $RPM_BUILD_ROOT%{_mandir}/
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Sep 02 2019 Richard W.M. Jones <rjones@redhat.com> - 1:1.40.2-1
|
||||
- New upstream version 1.40.2.
|
||||
|
||||
* Thu Jan 17 2019 Richard W.M. Jones <rjones@redhat.com> - 1:1.40.1-2
|
||||
- nbdkit Python3 plugin is called "python3" in Fedora, adjust configure line.
|
||||
|
||||
* Thu Jan 17 2019 Richard W.M. Jones <rjones@redhat.com> - 1:1.40.1-1
|
||||
- New upstream version 1.40.1.
|
||||
- Add new virt-v2v man pages.
|
||||
|
||||
* Tue Jan 08 2019 Richard W.M. Jones <rjones@redhat.com> - 1:1.39.11-3
|
||||
- Small fix for qemu behaviour (RHBZ#1664318).
|
||||
|
||||
* Fri Oct 12 2018 Richard W.M. Jones <rjones@redhat.com> - 1:1.39.11-2
|
||||
- lib: Add Recommends for libvirt-daemon-config-network so that networking
|
||||
works out of the box.
|
||||
|
||||
* Sat Sep 22 2018 Richard W.M. Jones <rjones@redhat.com> - 1:1.39.11-1
|
||||
- New upstream version 1.39.11.
|
||||
|
||||
* Fri Jul 27 2018 Richard W.M. Jones <rjones@redhat.com> - 1:1.39.8-1
|
||||
- New upstream version 1.39.8.
|
||||
|
||||
|
|
|
|||
3
sources
3
sources
|
|
@ -1 +1,2 @@
|
|||
SHA512 (libguestfs-1.39.8.tar.gz) = b3cdcac0dcc6ab1e8d2c2057d34c2045b830bd9d9ad9925d65f238abae28a6b2f90bd70003ed4619ef140317d6f18ad404e89565a3bf1346a82ab2bca2bd5827
|
||||
SHA512 (libguestfs-1.40.2.tar.gz) = d288f15d5a70b4b87a4271ea2eb7dc0ec4f48fdb136b8f62003352a069f75573de873e1063763889f410fb1b99951252e9a48dd73bf0233047f21aae43ac6de2
|
||||
SHA512 (libguestfs-1.40.2.tar.gz.sig) = 7e7db806c7051010367a82c89fb4ac6af2824c28f54cc7df561010ad6a87562fb3c2d4e3bfc14f7cc7308344b1dfb8532f88969ac59cfd17745717dc305c81b9
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue