#9616: bdist_rpm fails in 1.0.1 - version names with hyphens are not compatible with rpm specs -----------------------------------+---------------------------------------- Reporter: tome | Owner: nobody Status: new | Milestone: Component: Uncategorized | Version: 1.0 Keywords: rpm, bdist_rpm, setup | Stage: Unreviewed Has_patch: 0 | -----------------------------------+---------------------------------------- The rpm spec does not allow for version names with hyphens. When running setup.py bdist_rpm the setuptools modify the 1.0.1-final version in setup.py to 1.0.1_final in the specs file. This leads to the script searching for a non existing file when trying to run rpmbuild.
The workaround is to change setup.py to replace spaces in the version string with underscore instead of hyphen, or just '1.0.1', but that is hardly a permanent solution. -- Ticket URL: <http://code.djangoproject.com/ticket/9616> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
