I wonder if the following modification will make the Python 2.5 package more tolerant towards systems having some other version of Python (make altinstall). --- python.spec 2007-04-10 19:53:41.000000000 +0530 +++ python.spec.new 2007-05-10 01:01:34.000000000 +0530 @@ -359,7 +359,11 @@ rm -fr $RPM_BUILD_ROOT %defattr(-, root, root) %doc LICENSE README %{_bindir}/pydoc* -%{_bindir}/python* +%{_bindir}/python +%{_bindir}/python2 +%{_bindir}/python%{pybasever} +%{_bindir}/python-config +%{_bindir}/python%{pybassever}-config %{_mandir}/*/* Happy hacking, Debarshi -- GPG key ID: 63D4A5A7 Key server: pgp.mit.edu -- fedora-devel-list mailing list fedora-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-devel-list