summaryrefslogtreecommitdiff
path: root/Lib/distutils/command/bdist_rpm.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #14443: ensure that brp-python-bytecompile is invoked with the correctDavid Malcolm2012-06-261-1/+16
* Issue #14443: Tell rpmbuild to use the correct version of PythonNick Coghlan2012-05-281-1/+2
* Stop ignoring RPMs in distutils' upload command (#2945).Éric Araujo2012-01-151-0/+12
* Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe...Senthil Kumaran2011-07-281-2/+0
* Merged revisions 86223-86224,86226,86234 via svnmerge fromÉric Araujo2010-11-061-16/+20
* Merged revisions 70094 via svnmerge fromTarek Ziadé2009-03-021-18/+3
* Merged revisions 70049 via svnmerge fromTarek Ziadé2009-02-281-6/+30
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+0
* General cleanup, raise normalization in Lib/distutils.Collin Winter2007-08-301-37/+17
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-171-9/+9
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-5/+5
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-28/+39
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-3/+4
* typo fix, thanks Jeremy SandersAnthony Baxter2005-04-151-1/+1
* Two lines in this file had unbalanced parentheses -- couldn't possiblyTim Peters2005-03-281-2/+2
* minor cleanupFred Drake2005-03-241-7/+6
* Make SRPMs pyversion 'any'.Martin v. Löwis2005-03-231-1/+1
* Make dist_files a triple, with the Python target version included,Martin v. Löwis2005-03-231-1/+12
* Add the upload command. Make all dist commands register theirMartin v. Löwis2005-03-211-0/+3
* Update compatibility comments to 2.1, corresponding to PEP 291 1.13.Martin v. Löwis2004-11-101-1/+1
* SF Patch 1022011: Add a command-line argument --no-autoreq, which sets theSean Reifschneider2004-09-171-1/+8
* SF Patch 1022003: Change bdist_rpm _topdir to useSean Reifschneider2004-09-171-1/+1
* Whitespace normalization.Tim Peters2004-09-121-8/+8
* Patch #808120: Add --force-arch=ARCH to bdist_rpm.py.Martin v. Löwis2004-09-101-3/+12
* Patch #808115: Add script support to bdist_rpm.py.Martin v. Löwis2004-09-101-0/+25
* Patch #970015: Replace - by _ in version and release.Martin v. Löwis2004-08-251-2/+2
* Patch #970019: Include version and release in the BuildRoot.Martin v. Löwis2004-08-251-1/+1
* Bug 957381: rpmbuild builds a -debuginfo rpm on recent Redhat and Fedora rele...Anthony Baxter2004-06-111-1/+6
* Add comment to Distutil files about requiring 1.5.2 compatibility, asAndrew M. Kuchling2002-11-191-0/+2
* Remove 'created by' lines; people can use CVS for this, and the information i...Andrew M. Kuchling2002-11-141-2/+0
* Fix comment typoAndrew M. Kuchling2002-11-081-1/+1
* 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