summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/bdist_rpm.py
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed the move-RPM-files hack so it knows about the '--binary-only' andGreg Ward2000-08-151-8/+11
* Added support for the '--dist-dir' option, including a mildly nastyGreg Ward2000-08-151-4/+23
* Fixed imports from '*util' modules to not just import everything from util.Greg Ward2000-08-051-1/+2
* Fixed a grab-bag of typos spotted by Rob Hooft.Greg Ward2000-07-271-1/+1
* Harry Henry Gebel: fix '_format_changelog()' so it doesn't bomb ifGreg Ward2000-06-081-0/+2
* Fixed syntax error.Greg Ward2000-06-041-9/+14
* Patch from Harry Henry Gebel:Greg Ward2000-06-041-59/+103
* Removed the 'ensure_*' methods -- they're just too handy too keep in oneGreg Ward2000-06-041-43/+1
* Patch from Harry Henry Gebel: fixes a bit of code that slipped by myGreg Ward2000-06-031-2/+1
* Only print debugging output if DEBUG true.Greg Ward2000-06-021-6/+7
* Ditched the obsolete '_get_package_data()' method and itsGreg Ward2000-06-021-142/+3
* Fairly massive overhaul to support getting RPM inputs (extra meta-data,Greg Ward2000-06-021-32/+230
* More tweaking to make this command act like other Distutils commands:Greg Ward2000-06-011-26/+29
* Regularize options a bit:Greg Ward2000-05-311-12/+19
* Some far-reaching naming changes:Greg Ward2000-05-271-30/+19
* Normalized all the end-of-class lines.Greg Ward2000-05-251-0/+2
* Contribution from Harry Henry Gebel: the 'bdist_rpm' command.Gregory P. Smith2000-05-131-0/+390