rpms/livecd-tools/devel livecd-tools.spec,1.3,1.4

Michael Schwendt mschwendt.tmp0701.nospam at arcor.de
Thu Mar 29 15:32:09 UTC 2007


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 at redhat.com> - 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.




More information about the fedora-devel-list mailing list