diff --git a/.cvsignore b/.cvsignore index 3e5b0a1..63e2dbb 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -virt-v2v-0.2.0.tar.gz +virt-v2v-0.3.0.tar.gz diff --git a/sources b/sources index a2e2ebf..e4ece3f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -74202b6864dba7904cf293c997d9fd55 virt-v2v-0.2.0.tar.gz +784a6fac1b82fdf27904b9e21c0da835 virt-v2v-0.3.0.tar.gz diff --git a/virt-v2v.spec b/virt-v2v.spec index 0f80151..078f05f 100644 --- a/virt-v2v.spec +++ b/virt-v2v.spec @@ -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 - 0.3.0-1 +- Update to release 0.3.0 + * Tue Sep 15 2009 Matthew Booth - 0.2.0-1 - Update to release 0.2.0