Re: weakdeps and the buildroot

2016-04-08 Thread Dennis Gilmore
On Friday, April 8, 2016 1:02:40 PM CDT Vít Ondruch wrote: > This applies just for Rawhide, right? > > Vít Nope, we have no way to set it for just one target. everything using dnf has it set. Dennis > Dne 7.4.2016 v 18:40 Dennis Gilmore napsal(a): > > Hi All, > > > > Following the decision

Re: weakdeps and the buildroot

2016-04-08 Thread Vít Ondruch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 This applies just for Rawhide, right? Vít Dne 7.4.2016 v 18:40 Dennis Gilmore napsal(a): > Hi All, > > Following the decision of FPC that weak deps must not be installed into the > buildroot[1] koji has been changed to set install_weak_deps to

Re: weakdeps and the buildroot

2016-04-08 Thread Miroslav Suchý
Dne 8.4.2016 v 04:03 Ralf Corsepius napsal(a): > Has this change and the mapping which buildroot uses dnf rsp. yum been > reflected to the mock packages [1]? Yes. Mock used DNF for rawhide for ages to test this setup before it landed in Koji and we have been waiting for necessary code change in

Re: weakdeps and the buildroot

2016-04-07 Thread Ralf Corsepius
On 04/07/2016 06:40 PM, Dennis Gilmore wrote: Hi All, Following the decision of FPC that weak deps must not be installed into the buildroot[1] koji has been changed to set install_weak_deps to 0. What this means is that some builds may fail due to missing things. if you encounter this the

Re: weakdeps and the buildroot

2016-04-07 Thread Richard W.M. Jones
On Thu, Apr 07, 2016 at 11:39:18PM +0200, Björn Persson wrote: > Richard W.M. Jones wrote: > > On Thu, Apr 07, 2016 at 10:04:58PM +0100, Richard W.M. Jones wrote: > > > In this case the package doesn't depend explicitly on rubygem-rdoc > > > (a bug, I think). I'll try to add that and see if it

Re: weakdeps and the buildroot

2016-04-07 Thread Björn Persson
Richard W.M. Jones wrote: > On Thu, Apr 07, 2016 at 10:04:58PM +0100, Richard W.M. Jones wrote: > > In this case the package doesn't depend explicitly on rubygem-rdoc > > (a bug, I think). I'll try to add that and see if it makes a > > difference. > > FWIW adding `BuildRequires: rubygem(rdoc)'

Re: weakdeps and the buildroot

2016-04-07 Thread Richard W.M. Jones
On Thu, Apr 07, 2016 at 10:04:58PM +0100, Richard W.M. Jones wrote: > In this case the package doesn't depend explicitly on rubygem-rdoc (a > bug, I think). I'll try to add that and see if it makes a difference. FWIW adding `BuildRequires: rubygem(rdoc)' fixed this. Is it strange that dnf

Re: weakdeps and the buildroot

2016-04-07 Thread Richard W.M. Jones
On Thu, Apr 07, 2016 at 11:40:18AM -0500, Dennis Gilmore wrote: > Hi All, > > Following the decision of FPC that weak deps must not be installed into the > buildroot[1] koji has been changed to set install_weak_deps to 0. What this > means is that some builds may fail due to missing things.

weakdeps and the buildroot

2016-04-07 Thread Dennis Gilmore
Hi All, Following the decision of FPC that weak deps must not be installed into the buildroot[1] koji has been changed to set install_weak_deps to 0. What this means is that some builds may fail due to missing things. if you encounter this the correct fix is to add BuildRequires to you