Thorsten Leemhuis wrote:
CCing rpmfusion-developers, because it might be relevant for other
packages and packagers as well.
On 21.07.2008 01:12, buildsys(a)rpmfusion.org wrote:
> 126 (zsnes): Build on target fedora-8-rpmfusion_free succeeded.
> Build logs may be found at
>
http://buildsys.rpmfusion.org/logs/fedora-8-rpmfusion_free/126-zsnes-1.51...
>
zsnes.spec contains the line:
ExclusiveArch: %{ix86}
That is bad, as plague (just like koji sometimes did in the past) as a
consequence builds the package for i386, i486, i586, i686 and athlon;
see
http://193.28.235.60/free/fedora/updates/testing/9/i386/
I suppose that's unwanted? Then something like
ExclusiveArch: i386 x86_64
or
ExcludeArch: ppc ppc64 ia64
Actually I think ExclusiveArch: i386 would then be correct, but it may need to
be something like:
ExclusiveArch: i586, Andrea, do you know what the minimum CPU requirements for
zsnes are?
Thl,
We have quite a few of these packages in rpmfusion (emulators who use asm
intensively and thus are x86 only) I would like to see these show up in the
x86_64 repo too. I guess the push scripts currently don't handle this?
No hurry, please consider this an RFE.
Regards,
Hans