[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: rpms/livecd-tools/devel livecd-tools.spec,1.3,1.4
- From: Michael Schwendt <mschwendt tmp0701 nospam arcor de>
- To: fedora-devel-list redhat com
- Cc: "Jeremy Katz \(katzj\)" <katzj redhat com>
- Subject: Re: rpms/livecd-tools/devel livecd-tools.spec,1.3,1.4
- Date: Thu, 29 Mar 2007 17:32:09 +0200
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 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.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]