>>> On 6/6/2012 at 04:36 PM, Andreas Färber<afaer...@suse.de> wrote: > Am 07.06.2012 00:23, schrieb Michael Tokarev: >> On 07.06.2012 02:21, Andreas Färber wrote: >>> Trust me, it [works]. Otherwise our package build would still fail since >>> our %_libexecdir is /usr/lib. >>> >>> See Makefile, that one actually uses $(libexecdir): >> >> Makefile installs stuff to /usr/lib, but does the resulting >> qemu binary look there too? > > Bo Yang, I believe you tested the new bridge helper recently. Did you > run into any path issues with /usr/libexec vs. /usr/lib? > > Bruce seems to use make install libexecdir=%_libexecdir for the kvm > package just like I do for qemu. > > Andreas
I had just copied what you had in your spec file wrt libexecdir ;) But it does appear we have a problem with the path to the bridge helper in our v1.1 rc3 based packages. Bruce