This reverts commit 1a8eefe09b
.
This commit is contained in:
parent
c29168eff1
commit
50cc1d12f9
1 changed files with 1 additions and 1 deletions
|
@ -1343,7 +1343,7 @@ def _build_tarball_in_stage_dir(
|
|||
spec_dict["buildinfo"] = buildinfo
|
||||
|
||||
with open(specfile_path, "w") as outfile:
|
||||
outfile.write(json.dumps(spec_dict))
|
||||
outfile.write(sjson.dump(spec_dict))
|
||||
|
||||
# sign the tarball and spec file with gpg
|
||||
if not unsigned:
|
||||
|
|
Loading…
Reference in a new issue