[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:
parent
562baabb61
commit
5de82a855e
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue