Added the new argument --extra-pkgs to mockbuild command.
It installs additional packages to mock's chroot. In some cases is
possible to use the current mechanism of extra args placed
after -- at the end of the command line instead of --extra-pkgs.
Example: fedpkg mockbuild -- --additional-package
Argument(s) additional-package is passed to mock. additional-package can't be used together with --shell.
Added the new argument
--extra-pkgstomockbuildcommand.It installs additional packages to mock's chroot. In some cases is
possible to use the current mechanism of extra args placed
after
--at the end of the command line instead of--extra-pkgs.Example: fedpkg mockbuild -- --additional-package
Argument(s)
additional-packageis passed tomock.additional-packagecan't be used together with--shell.JIRA: RHELCMP-11017
Fixes: https://pagure.io/fedpkg/issue/498
Signed-off-by: Ondřej Nosek onosek@redhat.com