﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
9616	bdist_rpm fails in 1.0.1 - version names with hyphens are not compatible with rpm specs	Tome Cvitan	Malcolm Tredinnick	"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. 
"		closed	Uncategorized	1.0		wontfix	rpm, bdist_rpm, setup		Accepted	0	0	0	0	0	0
