stages/rpm.macros: new-line terminate values
Needed if we want to specify multiple values and even for the single value use case this is the right thing to do.
This commit is contained in:
parent
b33f178a11
commit
8c00907461
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ def main(tree, options):
|
|||
with open(path, "w", encoding="utf-8") as f:
|
||||
for k, v in options["macros"].items():
|
||||
value = make_value(k, v)
|
||||
line = f"%{k} {value}"
|
||||
line = f"%{k} {value}\n"
|
||||
f.write(line)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue