Description of problem: Since Fedora 11 switched from i386 to i586 default for x86 32bit packages, mock should has configuration for fedora-rawhide-i586 chroot.
I thought the default was to build for i586 based on rpm macros... what happens when you build into the i386 chroot of rawhide?
My fail, sorry. I didn't check cfg file on rawhide. This is related to Fedora 10 - mock-0.9.14-1.fc10.noarch in /etc/mock/fedora-rawhide-i386.cfg is set: config_opts['target_arch'] = 'i386' So "$ mock -r fedora-rawhide-i386 package.src.rpm" builds i386 rpms In rawhide - mock-0.9.14-3.fc11.noarch - is target_arch already set to i586: config_opts['target_arch'] = 'i586'
so should we close this one?
it's fixed in mock-0.9.16-1.fc10.noarch