Clean doesn't seem needed.

This commit is contained in:
Joshua Harlow
2012-09-25 18:28:12 -07:00
parent 92788c8c46
commit b32c3dc23b

View File

@@ -208,8 +208,7 @@ def main():
# Now build it!
print("Running 'rpmbuild' in %r" % (root_dir))
cmd = ['rpmbuild', '--clean',
'-ba', spec_fn]
cmd = ['rpmbuild', '-ba', spec_fn]
util.subp(cmd, capture=capture)
# Copy the items built to our local dir