[Bug #517451] bdist_rpm didn't list all of its Boolean options.
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 21 Mar 2002 23:27:54 +0000 (23:27 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 21 Mar 2002 23:27:54 +0000 (23:27 +0000)
   (Someone should check the other commands for this same error.)

Bugfix candidate.

Lib/distutils/command/bdist_rpm.py

index 037ed9e8f9aebea7cb78b9aa03143b7d58f53b00..4bc2561324ce31da0bc7e50e8b5757cfa2b0dfe0 100644 (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',