@@ -118,6 +118,10 @@ main() {
test -n "$Branch" || warn " using last tag"
warn " from $UrlBase"
warn " yielding slop-$Version-$Release.*.rpm"
+ warn ""
+ warn "===== BEGIN slop.spec ====="
+ cat "$Tmp/slop.spec"
+ warn "===== END slop.spec ====="
exit 1
}
copr build --nowait "$CoprProject" "$Tmp/slop.spec"