Description of problem: Just had an instance where mock/yum tried to pull in an x86_64 rpm from http://buildsys.fedoraproject.org/plague-results/fedora-development-extras/ into an i386 buildroot. Fixed with: [local] name=local baseurl=http://buildsys.fedoraproject.org/plague-results/fedora-development-extras/ exclude=*.x86_64 *.ppc Version-Release number of selected component (if applicable): mock-0.6.8-4.fc6
Hrm, I'm not sure why we ship this config in the mock packages. It would just be confusing I think.
I've found it alternatively useful and annoying. Annoying when buildsys.fedoraproject.org was down my local mock builds failed. Useful as in just now when I wan to use my new built cmake package to do some local test builds.
thanks, I've applied the exclude logic to all configs that contain a [local] repo configuration.