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
Version: 0.2.0
Version: 0.3.0
Release: 1%{?dist}
Summary: Convert a virtual machine to run on KVM
@ -52,7 +52,7 @@ Requires: perl-libguestfs >= 1:1.0.68
# For GuestOS transfer image
Requires: /usr/bin/genisoimage
# For virt-snapshot
# For v2v-snapshot
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.
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
desired.
@ -82,12 +82,11 @@ rm -rf $RPM_BUILD_ROOT
--installdirs vendor \
--install_path locale=%{_datadir}/locale \
--install_path confdoc=%{_mandir}/man5
# No translations yet. %find_lang fails.
#%find_lang %{name}
touch %{name}.lang
# Create virt-snapshot directories
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/virt-snapshot/{images,xml}
%find_lang %{name}
# Create v2v-snapshot directories
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/virt-v2v/{snapshots,xml}
%check
./Build test
@ -117,10 +116,13 @@ rm -rf $RPM_BUILD_ROOT
# Executables
%attr(0755,root,root) %{_bindir}/*
%{_localstatedir}/lib/virt-snapshot
%{_localstatedir}/lib/virt-v2v
%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
- Update to release 0.2.0