Commit e5b21d01 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

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

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

Bugfix candidate.
parent c8b40892
...@@ -95,7 +95,7 @@ class bdist_rpm (Command): ...@@ -95,7 +95,7 @@ class bdist_rpm (Command):
"RPM 2 compatibility mode"), "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', negative_opt = {'no-keep-temp': 'keep-temp',
'no-rpm-opt-flags': 'use-rpm-opt-flags', 'no-rpm-opt-flags': 'use-rpm-opt-flags',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment