• Greg Ward's avatar
    Patch from Harry Henry Gebel: · a68c93ac
    Greg Ward yazdı
    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.
    a68c93ac
bdist_rpm.py 15.4 KB