Marian Csontos wrote: > I wonder, when there is a %check in spec, and the testsuite requires > more packages than BuildRequires, is there a way to have them installed > only if check is running? > > Or shall I just throw them in as BuildRequire`s?
use BuildRequires If these extra deps could cause complications (say, for bootstrapping), you can make them conditional (e.g. only used if %{bootstrap} macro is not defined) -- rex _______________________________________________ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org