projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
562baab
)
[Bug #517451] bdist_rpm didn't list all of its Boolean options.
author
Andrew M. Kuchling
<amk@amk.ca>
Thu, 21 Mar 2002 23:27:54 +0000
(23:27 +0000)
committer
Andrew M. Kuchling
<amk@amk.ca>
Thu, 21 Mar 2002 23:27:54 +0000
(23:27 +0000)
(Someone should check the other commands for this same error.)
Bugfix candidate.
Lib/distutils/command/bdist_rpm.py
patch
|
blob
|
history
diff --git
a/Lib/distutils/command/bdist_rpm.py
b/Lib/distutils/command/bdist_rpm.py
index 037ed9e8f9aebea7cb78b9aa03143b7d58f53b00..4bc2561324ce31da0bc7e50e8b5757cfa2b0dfe0 100644
(file)
--- a/
Lib/distutils/command/bdist_rpm.py
+++ b/
Lib/distutils/command/bdist_rpm.py
@@
-95,7
+95,7
@@
class bdist_rpm (Command):
"RPM 2 compatibility mode"),
]
- boolean_options = ['keep-temp', '
rpm2
-mode']
+ boolean_options = ['keep-temp', '
use-rpm-opt-flags', 'rpm3
-mode']
negative_opt = {'no-keep-temp': 'keep-temp',
'no-rpm-opt-flags': 'use-rpm-opt-flags',