summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/bdist_rpm.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug "[#466200] ability to specify a 'verify' script".Gustavo Niemeyer2002-11-061-0/+3
* [Bug #570655] Fix misleading option textAndrew M. Kuchling2002-11-041-1/+1
* Patch #619493: Prefer rpmbuild over rpm if available. Backported to 2.2.Martin v. Löwis2002-10-071-0/+3
* Use distutils.debug.DEBUG instead of distutils.core.DEBUG.Jeremy Hylton2002-09-111-1/+2
* Patch #543498: Use License: field instead of Copyright:.Martin v. Löwis2002-07-281-1/+1
* Make setup.py less chatty by default.Jeremy Hylton2002-06-041-1/+2
* [Bug #517451] bdist_rpm didn't list all of its Boolean options.Andrew M. Kuchling2002-03-211-1/+1
* Whitespace normalization.Fred Drake2001-12-061-11/+11
* Fix typo caught by PyCheckerAndrew M. Kuchling2001-08-101-1/+1
* Use .get_license()Andrew M. Kuchling2001-08-101-1/+1
* Fix bug #418369: typo in bdist_rpmAndrew M. Kuchling2001-05-211-1/+1
* Standardized whitespace around function calls.Greg Ward2000-09-301-1/+1
* Added a bunch of missing "=" signs in the option table.Greg Ward2000-09-251-30/+14
* Added 'boolean_options' list to support config file parsing.Greg Ward2000-09-251-0/+2
* Renamed --clean to --no-keep-temp and --noclean to --keep-temp.Greg Ward2000-09-161-6/+6
* Added --python and --fix-python options for better control over whatGreg Ward2000-09-101-16/+33
* Typo fix.Greg Ward2000-09-071-1/+1
* 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