Description of problem: Quoting in "buildinstall" is wrong at some places. When giving a --product flag with blanks (and not having "runroot"), "buildinstall" fails. At some point it does: \"$PRODUCTSTR\" Which should be: "$PRODUCTSTR" ALs the arguments itself are not quoted. Version-Release number of selected component (if applicable): 9.1-8.RHEL Additional info: I will attach a small patch that solves the problem for me.
Created attachment 97853 [details] Patch that solve the quoting problem.
Applied the patch from HEAD instead to the RHEL3 branch