[Bug #517451] bdist_rpm didn't list all of its Boolean options.

(Someone should check the other commands for this same error.)

Bugfix candidate.
This commit is contained in:
Andrew M. Kuchling 2002-03-21 23:27:54 +00:00
parent 562baabb61
commit 5de82a855e
1 changed files with 1 additions and 1 deletions

View File

@ -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',