2013/10/23 Simone Caronni <negativo17@gmail.com>
On 23 October 2013 20:49, Nicolas Chauvet <kwizart@gmail.com> wrote:
From the plague infrastructure perspective there is no issue with having the i686 package automatically copied into the x86_64 repository. From the package you will only need to use ExclusiveArch: i686

Quick question. I have used ExclusiveArch: %{ix86} in the package, is that ok?

$ rpm --eval %{ix86}
i386 i486 i586 i686 pentium3 pentium4 athlon geode

Is that ok for plague?

No. This, in plague, will build each variant where we only wanted one of them. (currently i686).

Nicolas (kwizart)