rpms/virt-v2v/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 virt-v2v.spec, 1.1, 1.2

Matthew Booth mdbooth at fedoraproject.org
Mon Nov 9 14:37:01 UTC 2009


Author: mdbooth

Update of /cvs/pkgs/rpms/virt-v2v/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20313

Modified Files:
	.cvsignore sources virt-v2v.spec 
Log Message:
Update devel to 0.3.0



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/virt-v2v/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	15 Sep 2009 12:06:41 -0000	1.2
+++ .cvsignore	9 Nov 2009 14:37:00 -0000	1.3
@@ -1 +1 @@
-virt-v2v-0.2.0.tar.gz
+virt-v2v-0.3.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/virt-v2v/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	15 Sep 2009 12:06:41 -0000	1.2
+++ sources	9 Nov 2009 14:37:00 -0000	1.3
@@ -1 +1 @@
-74202b6864dba7904cf293c997d9fd55  virt-v2v-0.2.0.tar.gz
+784a6fac1b82fdf27904b9e21c0da835  virt-v2v-0.3.0.tar.gz


Index: virt-v2v.spec
===================================================================
RCS file: /cvs/pkgs/rpms/virt-v2v/devel/virt-v2v.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- virt-v2v.spec	15 Sep 2009 12:06:41 -0000	1.1
+++ virt-v2v.spec	9 Nov 2009 14:37:01 -0000	1.2
@@ -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
 # 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 virtua
 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 at redhat.com> - 0.3.0-1
+- Update to release 0.3.0
+
 * Tue Sep 15 2009 Matthew Booth <mbooth at redhat.com> - 0.2.0-1
 - Update to release 0.2.0
 




More information about the fedora-extras-commits mailing list