Replies: 1 comment
-
Thank you for this question. You are right, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I install dependencies for a package built with '--with xxx' flags?
For example, suppose in spec file I have
Outside mock I usually do
rpmbuild -ba --with lua
I can solve it easily by installing the dependencies manually, but it would be nice if I could reuse the same command line parameters for both the installdeps and the actual build of the spec.
Is there an option I can pass to mock?
I have tried using
--with=lua
but I think it only works for building the package, not for installdeps.Conversely, if I have bcond_without and I want to test building without unnecessary packages, how can I tell mock --installdeps to not pull bcond_without conditional packages?
Beta Was this translation helpful? Give feedback.
All reactions