Re: How to build noarch package on only certain architectures?

2011-05-18 Thread Dennis Gilmore
On Tuesday, May 17, 2011 10:43:47 AM Richard W.M. Jones wrote: On Tue, May 17, 2011 at 09:33:51AM -0400, Josh Boyer wrote: On Tue, May 17, 2011 at 9:28 AM, Kevin Fenzi ke...@scrye.com wrote: Is there some other way to add a noarch package that doesn't build on some architectures?

Re: How to build noarch package on only certain architectures?

2011-05-17 Thread Kevin Fenzi
On Sun, 15 May 2011 16:40:50 -0700 Eric Smith e...@brouhaha.com wrote: I'm trying to build Clapham for EPEL6. Clapham is a noarch package, but it depends on Batik, which is ExclusiveArch: i686 x86_64. When I submitted a build with koji, it failed to build for ppc and ppc64 due to the

Re: How to build noarch package on only certain architectures?

2011-05-17 Thread Josh Boyer
On Tue, May 17, 2011 at 9:28 AM, Kevin Fenzi ke...@scrye.com wrote: Is there some other way to add a noarch package that doesn't build on some architectures? Sadly this is a nasty situation. (I'm in the same boat with munin). There are 2 answers, neither ideal (I'd love to hear better): 1.

Re: How to build noarch package on only certain architectures?

2011-05-17 Thread Richard W.M. Jones
On Tue, May 17, 2011 at 09:33:51AM -0400, Josh Boyer wrote: On Tue, May 17, 2011 at 9:28 AM, Kevin Fenzi ke...@scrye.com wrote: Is there some other way to add a noarch package that doesn't build on some architectures? Sadly this is a nasty situation. (I'm in the same boat with munin).

How to build noarch package on only certain architectures?

2011-05-15 Thread Eric Smith
I'm trying to build Clapham for EPEL6. Clapham is a noarch package, but it depends on Batik, which is ExclusiveArch: i686 x86_64. When I submitted a build with koji, it failed to build for ppc and ppc64 due to the missing dependency. I tried adding the same ExclusiveArch to Clapham. That