David Guerizec <[EMAIL PROTECTED]> writes: > -BuildRequires: /usr/bin/python2 > -Requires: /usr/bin/python2 > +BuildRequires: python >= 2.1 > +Requires: python >= 2.1
This will break RedHat, because Redhat's ``python'' RPM is only version 1.5.2. They have a separate ``python2'' RPM for Python 2.x. Doesn't your Mandrake system have a /usr/bin/python2 ? In short, the current spec file is the best we can do to support both RedHat and Mandrake who were too stupid to cooperate and use a common format for this. See the tmda-workers archive for lengthly discussions on this topic. _________________________________________________ tmda-workers mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-workers
