On Thu, 29 Mar 2007 10:28:25 -0400, Jeremy Katz (katzj) wrote: > Author: katzj > > Update of /cvs/extras/rpms/livecd-tools/devel > In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22412 > > Modified Files: > livecd-tools.spec > Log Message: > * Thu Mar 29 2007 Jeremy Katz <katzj@xxxxxxxxxx> - 005-2 > - exclusivearch since it only works on x86 and x86_64 for now > +ExclusiveArch: %{ix86} x86_64 Note that in addition to the build error you've got, only ExcludeArch for noarch rpms is supported by the Extras pushscript. ExclusiveArch for noarch rpms looks like a show-stopper to me, as e.g. mock/plague built a src.rpm that contained just this $ rpm -qp --qf %{exclusivearch}\\n livecd-tools-005-2.fc7.src.rpm i386 and no x86_64 in there. When built with ExclusiveArch: %{ix86} x86_64 ppc ppc64 it still doesn't add more than i386 when building on i386. The ExclusiveArch information is lost. It doesn't find its way into the noarch.rpm and neither the src.rpm. -- fedora-devel-list mailing list fedora-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-devel-list