[libvirt] [PATCH 3/3] test: all test_scripts should be part of tarball when building without libvirtd

2011-05-13 Thread Wen Congyang
Steps to reproduce this problem: 1. # ./autogen.sh --without-libvirtd 2. # make dist 3. # rpmbuild --nodeps --define _sourcedir `pwd` -ba libvirt.spec ... make check-TESTS make[1]: Entering directory `/home/wency/rpmbuild/BUILD/libvirt-0.9.1/tests' make[1]: *** No rule to make target

Re: [libvirt] [PATCH 3/3] test: all test_scripts should be part of tarball when building without libvirtd

2011-05-13 Thread Daniel P. Berrange
On Fri, May 13, 2011 at 04:03:20PM +0800, Wen Congyang wrote: Steps to reproduce this problem: 1. # ./autogen.sh --without-libvirtd 2. # make dist 3. # rpmbuild --nodeps --define _sourcedir `pwd` -ba libvirt.spec ... make check-TESTS make[1]: Entering directory

Re: [libvirt] [PATCH 3/3] test: all test_scripts should be part of tarball when building without libvirtd

2011-05-13 Thread Wen Congyang
At 2011-5-13 17:37, Daniel P. Berrange write: On Fri, May 13, 2011 at 04:03:20PM +0800, Wen Congyang wrote: Steps to reproduce this problem: 1. # ./autogen.sh --without-libvirtd 2. # make dist 3. # rpmbuild --nodeps --define _sourcedir `pwd` -ba libvirt.spec ... make check-TESTS