[Rpm-maint] [rpm-software-management/rpm] [rpmbuild] - Can we specify multiple version requirements in .spec file (#598)

SP Kesan notifications at github.com
Fri Nov 16 14:09:37 UTC 2018


Hi,

Currently my .spec file for my tools build contains python requirement as 
```
Requires: python
```
But this seems to sometimes not work on Amazon Linux, where by default `python` installed is `v2.7.13/14` . This creates problem when trying to install my package. (even though `/usr/bin/python` is present)
As a workaround, I just manually install python again using `yum install python`, which installs `python v2.6.9`. 
I have tried `Requires: python >= 2.6`, but still it doesn't seem to fix this issue.
Can you suggest something.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/598
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20181116/cfcf517e/attachment.html>


More information about the Rpm-maint mailing list