RPM

Comment 2 for bug 637153

Revision history for this message
Jeff Johnson (n3npq) wrote :

There's also a boolean expression reduction that could be
attempted to eliminate one of these dependencies:

     Requires: foo > 1
     Requires: foo > 2

where the (implicit) && condition reduces to

     Requires: foo > 2

Again increased complexity for little gain imho.