This PR introduces two new command-line flags for on-the-fly modification of rpmbuild arguments directly from the install subcommand:
- --with <bcond>: Appends a build condition (bcond) to rpmbuild arguments.
- --without <bcond>: Removes or disables a build condition (bcond) from rpmbuild arguments.
Also corrects a typo and extends doc-string.
This PR is meant to address the following issue raised downstream at fedpkg repo:
https://pagure.io/fedpkg/issue/541
This PR introduces two new command-line flags for on-the-fly modification of
rpmbuildarguments directly from theinstallsubcommand:-
--with <bcond>: Appends a build condition (bcond) torpmbuildarguments.-
--without <bcond>: Removes or disables a build condition (bcond) fromrpmbuildarguments.Also corrects a typo and extends doc-string.