Skip to content

Commit e95b211

Browse files
committed
expand_spec: disable the plugin by default
This was breaking Fedora Copr testsuite with RHEL 6 chroot (no rpmspec binary in EL6). Follows-up: #1706
1 parent 4c5cd7b commit e95b211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mock/py/mockbuild/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def setup_default_config_opts():
258258
'unbreq_opts': {
259259
'exclude_accessed_files': []
260260
},
261-
'expand_spec_enable': True,
261+
'expand_spec_enable': False,
262262
'expand_spec_opts': {
263263
'rpmspec_opts': [],
264264
},

0 commit comments

Comments
 (0)