Opened 16 years ago
Closed 16 years ago
#9481 closed (fixed)
Changeset 9107 (setup.py) breaks bdist_rpm
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Uncategorized | Version: | dev |
Severity: | Keywords: | setup.py bdist_rpm | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The change to how the version is calculated in setup.py in changeset 9107 makes it possible for the version string used for packaging to contain a space. RPM can't accept versions containing spaces, so bdist_rpm fails. Patch attached.
Attachments (1)
Change History (3)
by , 16 years ago
Attachment: | 0001-Modify-calculation-of-version-in-setup.py-to-work-wi.patch added |
---|
comment:1 by , 16 years ago
Version: | 1.0 → SVN |
---|
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
This was fixed by r9452. bdist_rpm knows how to handle hyphens in names.
Note:
See TracTickets
for help on using tickets.
Patch to generate version strings that bdist_rpm can use.