rpms/virt-v2v/devel virt-v2v.spec,1.11,1.12

Matthew Booth mdbooth at fedoraproject.org
Wed Jun 30 12:54:59 UTC 2010


Author: mdbooth

Update of /cvs/pkgs/rpms/virt-v2v/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv11883

Modified Files:
	virt-v2v.spec 
Log Message:
Delete %{perl_archlib}/auto/Sys/VirtV2V/.packlist during install



Index: virt-v2v.spec
===================================================================
RCS file: /cvs/pkgs/rpms/virt-v2v/devel/virt-v2v.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- virt-v2v.spec	30 Jun 2010 12:32:12 -0000	1.11
+++ virt-v2v.spec	30 Jun 2010 12:54:58 -0000	1.12
@@ -87,6 +87,10 @@ cp v2v/virt-v2v.conf $RPM_BUILD_ROOT%{_s
 
 %find_lang %{name}
 
+# Not clear why this is being created as there is nothing arch-specific in
+# virt-v2v. It isn't packaged, though, so we need to delete it.
+rm -f $RPM_BUILD_ROOT/%{perl_archlib}/auto/Sys/VirtV2V/.packlist
+
 
 %check
 ./Build test



More information about the scm-commits mailing list