Skip to content

Commit 3e31919

Browse files
phlogistonjohnmergify[bot]
authored andcommitted
container: make build script a tad more consistent
Clean up how the arguments passed to rpmbuild are written. Signed-off-by: John Mulligan <[email protected]>
1 parent 7ea56a4 commit 3e31919

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/container/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,8 @@ task_rpm_build() {
178178
fi
179179
info "Using rpm-version=${rversion} pkg-version=${ver}"
180180
rpmbuild --nocheck -ta \
181-
-D "pversion ${ver}" -D"rversion ${rversion}" \
181+
-D "pversion ${ver}" \
182+
-D "rversion ${rversion}" \
182183
-D "_rpmdir ${distdir}/RPMS" \
183184
-D "_srcrpmdir ${distdir}/SRPMS" \
184185
"$spkg"

0 commit comments

Comments
 (0)