https://bugzilla.novell.com/show_bug.cgi?id=795594 https://bugzilla.novell.com/show_bug.cgi?id=795594#c3 --- Comment #3 from Richard Biener <rguenther@suse.com> 2013-01-02 11:41:54 UTC --- It also means that in the build services all architecture conditional stuff needs to be removed and added in appropriate places. For example: %ifarch ia64 Support: libunwind libunwind-devel Preinstall: libunwind %endif should be in rpmbuild's dependency (well, doesn't work for Preinstall of course). And the fortunately only "magic" substitute: %ifarch x86_64 ppc64 s390x sparc64 Substitute: glibc-devel-32bit glibc-devel-32bit glibc-32bit %else %ifarch ppc sparc sparcv9 Substitute: glibc-devel-32bit glibc-devel-64bit %else Substitute: glibc-devel-32bit %endif %endif should go. Can be replicated in all affected .spec files (won't fix source package dependencies though) or implemented via some mechanism as I suggested. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.