rpms/virt-v2v/devel .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 virt-v2v.spec, 1.4, 1.5

Matthew Booth mdbooth at fedoraproject.org
Mon Feb 22 12:58:21 UTC 2010


Author: mdbooth

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

Modified Files:
	.cvsignore sources virt-v2v.spec 
Log Message:
Update to release 0.4.0



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/virt-v2v/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	9 Nov 2009 17:20:06 -0000	1.4
+++ .cvsignore	22 Feb 2010 12:58:21 -0000	1.5
@@ -1 +1 @@
-virt-v2v-0.3.2.tar.gz
+virt-v2v-0.4.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/virt-v2v/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	9 Nov 2009 17:20:06 -0000	1.4
+++ sources	22 Feb 2010 12:58:21 -0000	1.5
@@ -1 +1 @@
-97549757c80ad03422f3e4d1c84be882  virt-v2v-0.3.2.tar.gz
+902efe037084773d48c3e4f0df29aff4  virt-v2v-0.4.0.tar.gz


Index: virt-v2v.spec
===================================================================
RCS file: /cvs/pkgs/rpms/virt-v2v/devel/virt-v2v.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- virt-v2v.spec	7 Dec 2009 00:39:33 -0000	1.4
+++ virt-v2v.spec	22 Feb 2010 12:58:21 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           virt-v2v
-Version:        0.3.2
-Release:        2%{?dist}
+Version:        0.4.0
+Release:        1%{?dist}
 Summary:        Convert a virtual machine to run on KVM
 
 Group:          Applications/System
@@ -9,7 +9,10 @@ URL:            http://people.redhat.com
 Source0:        http://people.redhat.com/mbooth/virt-v2v/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildArch:      noarch
+# virt-v2v should be noarch. However, we need to prevent the build system from
+# attempting to build it where its dependencies aren't available. As virt-v2v
+# depends on qemu via libguestfs, this needs to be x86_64 only.
+ExclusiveArch:  x86_64
 
 # Build system direct requirements
 BuildRequires:  gettext
@@ -51,7 +54,7 @@ Requires:       perl(XML::Writer)
 Requires:       perl-libguestfs >= 1:1.0.68
 
 # For GuestOS transfer image
-Requires:       /usr/bin/genisoimage
+Requires:       /usr/bin/mkisofs
 
 # For v2v-snapshot
 Requires:       /usr/bin/qemu-img
@@ -121,6 +124,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Feb 22 2010 Matthew Booth <mbooth at redhat.com> - 0.4.0-1
+- Update to release 0.4.0
+- Change arch to x86_64 to prevent building where qemu isn't available.
+- Change dependency on genisofs to mkisofs
+
 * Mon Dec  7 2009 Stepan Kasal <skasal at redhat.com> - 0.3.2-2
 - rebuild against perl 5.10.1
 



More information about the scm-commits mailing list