Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5de82a8

Browse files
committed
[Bug #517451] bdist_rpm didn't list all of its Boolean options.
(Someone should check the other commands for this same error.) Bugfix candidate.
1 parent 562baab commit 5de82a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/distutils/command/bdist_rpm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class bdist_rpm (Command):
9595
"RPM 2 compatibility mode"),
9696
]
9797

98-
boolean_options = ['keep-temp', 'rpm2-mode']
98+
boolean_options = ['keep-temp', 'use-rpm-opt-flags', 'rpm3-mode']
9999

100100
negative_opt = {'no-keep-temp': 'keep-temp',
101101
'no-rpm-opt-flags': 'use-rpm-opt-flags',

0 commit comments

Comments
 (0)