http://bugzilla.rpmfusion.org/show_bug.cgi?id=351
--- Comment #5 from Dominik 'Rathann' Mierzejewski <[email protected]> 2009-01-31 15:05:03 --- (In reply to comment #4) > (In reply to comment #3) > > Requires: /usr/lib/libXt.so.6 > > > > You can drop the "/usr/lib/" part and turn these into regular requirements > > similar to what rpmbuild generates instead of file requirements. > Well you can on i386. > You dont seem to be able to on x86_64. This is the only trick I could find > that > causes rpm/yum to install the required i386 packages on an x86_64 system. I see no reason why it wouldn't work. 64bit requirements look like this: libXt.so.6()(64bit) while 32bit look simply like this: libXt.so.6 which is what I'm suggesting. -- Configure bugmail: http://bugzilla.rpmfusion.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. You are the assignee for the bug.
