What I have in spec Requires: lftp zsh boost db4 db4-devel
What I need in spec Requires: lftp zsh boost db4 db4-devel db4-cxx.i686 db4-devel.i686
But the x.i686 doesn't work. When I try to install the package with yum, it just says Error: Package: blah Requires: db4-devel.i686 db4-cxx.i686
Is there a way to install both x86_64 and i686 packages using the Requires: in the spec file?