aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/bdist_rpm.py
Commit message (Expand)AuthorAgeFilesLines
* Fix missing backport of import fix for bdist_rpm building non-sourcePJ Eby2007-01-091-1/+1
* Bump version to 0.6c5, and backport bdist_rpm and cygwin dll fixesPJ Eby2007-01-091-1/+1
* Fix import problem for bdist_rpm w/Python<2.5PJ Eby2006-12-291-1/+1
* Fix ``upload`` not uploading files built by ``bdist_rpm`` on Python 2.3 andPJ Eby2006-09-211-12/+26
* Added a ``--single-version-externally-managed`` option to the ``install``PJ Eby2005-12-141-18/+4
* Kludges to make building packages with '-' in their version work withPJ Eby2005-11-191-0/+49
* Added support for old-style RPMs (i.e. non-egg RPMs)PJ Eby2005-09-031-1/+23
* Fix problem w/bdist_rpm and setuptools, reported by Walter Doerwald. IPJ Eby2005-08-211-0/+11