Update devel to 0.3.0

This commit is contained in:
Matthew Booth 2009-11-09 14:37:01 +00:00
parent c205c7a2cb
commit b7ad8d7713
3 changed files with 13 additions and 11 deletions

View File

@ -1 +1 @@
virt-v2v-0.2.0.tar.gz virt-v2v-0.3.0.tar.gz

View File

@ -1 +1 @@
74202b6864dba7904cf293c997d9fd55 virt-v2v-0.2.0.tar.gz 784a6fac1b82fdf27904b9e21c0da835 virt-v2v-0.3.0.tar.gz

View File

@ -1,5 +1,5 @@
Name: virt-v2v Name: virt-v2v
Version: 0.2.0 Version: 0.3.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Convert a virtual machine to run on KVM Summary: Convert a virtual machine to run on KVM
@ -52,7 +52,7 @@ Requires: perl-libguestfs >= 1:1.0.68
# For GuestOS transfer image # For GuestOS transfer image
Requires: /usr/bin/genisoimage Requires: /usr/bin/genisoimage
# For virt-snapshot # For v2v-snapshot
Requires: /usr/bin/qemu-img Requires: /usr/bin/qemu-img
@ -61,7 +61,7 @@ virt-v2v is a tool for converting virtual machines to use the KVM hypervisor.
It modifies both the virtual machine image and its associated libvirt metadata. It modifies both the virtual machine image and its associated libvirt metadata.
virt-v2v will also configure a guest to use VirtIO drivers if possible. virt-v2v will also configure a guest to use VirtIO drivers if possible.
virt-v2v also includes the virt-snapshot tool, which will modify a guest to use virt-v2v also includes the v2v-snapshot tool, which will modify a guest to use
snapshot storage, and later commit the snapshot back to the original storage if snapshot storage, and later commit the snapshot back to the original storage if
desired. desired.
@ -82,12 +82,11 @@ rm -rf $RPM_BUILD_ROOT
--installdirs vendor \ --installdirs vendor \
--install_path locale=%{_datadir}/locale \ --install_path locale=%{_datadir}/locale \
--install_path confdoc=%{_mandir}/man5 --install_path confdoc=%{_mandir}/man5
# No translations yet. %find_lang fails.
#%find_lang %{name}
touch %{name}.lang
# Create virt-snapshot directories %find_lang %{name}
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/virt-snapshot/{images,xml}
# Create v2v-snapshot directories
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/virt-v2v/{snapshots,xml}
%check %check
./Build test ./Build test
@ -117,10 +116,13 @@ rm -rf $RPM_BUILD_ROOT
# Executables # Executables
%attr(0755,root,root) %{_bindir}/* %attr(0755,root,root) %{_bindir}/*
%{_localstatedir}/lib/virt-snapshot %{_localstatedir}/lib/virt-v2v
%changelog %changelog
* Mon Nov 9 2009 Matthew Booth <mbooth@redhat.com> - 0.3.0-1
- Update to release 0.3.0
* Tue Sep 15 2009 Matthew Booth <mbooth@redhat.com> - 0.2.0-1 * Tue Sep 15 2009 Matthew Booth <mbooth@redhat.com> - 0.2.0-1
- Update to release 0.2.0 - Update to release 0.2.0