On Mon, Mar 18, 2013 at 9:59 AM, Juerg Haefliger <juergh@gmail.com> wrote:
On Mon, Mar 18, 2013 at 9:40 AM, Sandro "red" Mathys
<red@fedoraproject.org> wrote:
> On Mon, Mar 18, 2013 at 9:21 AM, Juerg Haefliger <juergh@gmail.com> wrote:
>>
>> > cloud-utils has broken dependencies in the epel-6 tree:
>> > On i386:
>> >         cloud-utils-0.27-0.2.bzr216.el6.noarch requires qemu-img
>> > On ppc64:
>> >         cloud-utils-0.27-0.2.bzr216.el6.noarch requires qemu-img
>> > Please resolve this as soon as possible.
>>
>> Is this something that I need to fix or can I ignore it?
>
>
> You should fix this. But unless cloud-utils can somehow work without
> qemu-img, the solution will simply be to stop building for i386 and ppc64.
> RHEL only provides qemu-img for x86_64 and attempts to bring it to the other
> architectures through EPEL were met with issues (see
> https://bugzilla.redhat.com/show_bug.cgi?id=877259).
>
> The line you need for EL6 builds would be:
> ExclusiveArch: x86_64

Hmm... doesn't seem to work for a 'noarch' package. The build fails. How can I tell koji to only build a noarch package on x86_64?

Thanks
...Juerg