On Sat, December 24, 2011 9:04 pm, Joop Boonen wrote:
Hello YaST development,
I understood that all YaST changers aren't handled via the build server?
Can the attached patch please be applied to yast2-all-packages.
It now has the line:
%ifnarch ia64 ppc ppc64 s390 s390x %arm
Wouldn't it be better to replace it by:
%ifarch %ix86 x86_64
In the patch it's in the syntax as currently is in the spec file.
I've created a new patch as %ifnoarch/%ifarch in the .changes in stead of
\%ifnoarch/\ifarch will break the build.
This one it with:
-%ifnarch ia64 ppc ppc64 s390 s390x
+%ifarch %ix86 x86_64
Regards,
Joop.