]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch from Harry Henry Gebel:
authorGreg Ward <gward@python.net>
Sun, 4 Jun 2000 15:00:34 +0000 (15:00 +0000)
committerGreg Ward <gward@python.net>
Sun, 4 Jun 2000 15:00:34 +0000 (15:00 +0000)
commita68c93ac89ba4c38d8ed71a334df78a26f873e5d
tree01f1c92c0fa22e008621119d2e7a2638149cb3c7
parent31413a7ba29be707e39f7687034059ddd65a2223
Patch from Harry Henry Gebel:
Fills in question marks in help

Reads scripts in from files rather than strings

Adds RPM 2 compatibility mode (untested). Use of this mode requires that
--bdist-base be specified because bdist_rpm has no way of detecting where
RPM wants to find spec files and source files. An unmodified RedHat 5.0
system would require '--bdist-base=/usr/src/RedHat'. (You would also have
to be root.) If the rpmrc file has been modified to allow RPMs to be built
by normal users then --build-base would need to be changed accordingly.

Formats the changelog.

GPW: tweaked formatting, added some editorial comments.
Lib/distutils/command/bdist_rpm.py