summaryrefslogtreecommitdiffstats
path: root/py/mock.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/mock.py')
-rwxr-xr-xpy/mock.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/mock.py b/py/mock.py
index f4a9d80..5ab457d 100755
--- a/py/mock.py
+++ b/py/mock.py
@@ -237,7 +237,7 @@ def set_config_opts_per_cmdline(config_opts, options, args):
options.rpmmacros.append("_with_%s 1" % option)
for option in options.rpmwithout:
- options.rpmmacros.append("_with_%s 0" % option)
+ options.rpmmacros.append("_without_%s 1" % option)
for macro in options.rpmmacros:
try: