Commit 8fd1b170 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 09c86a0d
......@@ -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',
......
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