You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have in my bind package few dependencies, which are by default not needed for normal build. Because they are needed only when --with SYSTEMTEST is used. I would like dnf builddep to have also --with bcond and --without bcond offered for dnf builddep *.spec.
That might help when I want to do additional testing on top of build and that needs extra dependencies, varying between different versions. Similar to what rpmbuild offers. I have found I can add -D _with_SYSTEMTEST, but that is hackish and not user friendly. It requires me to know how bcond_with works internally.
The text was updated successfully, but these errors were encountered:
I have in my bind package few dependencies, which are by default not needed for normal build. Because they are needed only when
--with SYSTEMTEST
is used. I would like dnf builddep to have also--with bcond
and--without bcond
offered fordnf builddep *.spec
.That might help when I want to do additional testing on top of build and that needs extra dependencies, varying between different versions. Similar to what rpmbuild offers. I have found I can add
-D _with_SYSTEMTEST
, but that is hackish and not user friendly. It requires me to know how bcond_with works internally.The text was updated successfully, but these errors were encountered: