  | |  | lynx, links and elinks dependency difficulties. | lynx, links and elinks dependency difficulties. 2003-11-11 - By John Haxby
Back Hello All,
I have an RPM here built on RH7.2 / RHEL2.1 that depends upon lynx-2.8.x. This is OK, but "lynx " appears to have been superceded by "links " on RHEL3. That wouldn 't be too much of a problem since "links " is available on RHEL2.1 except that it 's in the "links " RPM whereas the RHEL3 "links " is in the "elinks " RPM.
What I really want is a dependency in the RPM spec file that looks like this:
Requires: lynx >= 2.8 || elinks >= 0.4
except that you can 't do this.
Does anyone have any good ideas how to resolve this without having to have two RPMs that differ only in their dependencies?
jch
|
|
 |