summaryrefslogtreecommitdiff
path: root/build/parseSpec.c
diff options
context:
space:
mode:
Diffstat (limited to 'build/parseSpec.c')
-rw-r--r--build/parseSpec.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/parseSpec.c b/build/parseSpec.c
index 48f3ecbd3..95549e6ce 100644
--- a/build/parseSpec.c
+++ b/build/parseSpec.c
@@ -607,6 +607,8 @@ int parseSpec(rpmts ts, const char *specFile, const char *rootDir,
closeSpec(spec);
exit:
+ /* Assemble source header from parsed components */
+ initSourceHeader(spec);
(void) rpmtsSetSpec(ts, spec);
return 0;