Re: finding recursive builddeps

2020-11-23 Thread Petr Šabata
On Sun, Nov 15, 2020 at 4:13 PM Jason Edgecombe wrote: > > Hi everyone, > > I want to rebuild some of the fedora 33 packages for EL8 (vagrant, for > example), but I'm having trouble getting all of the build dependencies right. > I ran dnf to download the SRPMS with the --resolve option, but I'm

Re: finding recursive builddeps

2020-11-16 Thread Pavel Raiskup
On Sunday, November 15, 2020 4:10:03 PM CET Jason Edgecombe wrote: > Hi everyone, > > I want to rebuild some of the fedora 33 packages for EL8 (vagrant, for > example), but I'm having trouble getting all of the build dependencies > right. I ran dnf to download the SRPMS with the --resolve option,

Re: finding recursive builddeps

2020-11-15 Thread John Reiser
On 2020-11-16 02:23 UTC, Sérgio Basto wrote: dnf builddep fedora-review.spec ? after reading what fbrnch  does, I remembered that Unfortunately "dnf builddep" has a DESIGN error: it does not separate the task "find the names of the missing packages" from the task "install packages". "find

Re: finding recursive builddeps

2020-11-15 Thread Sérgio Basto
dnf builddep fedora-review.spec ? after reading what fbrnch does, I remembered that On Sun, 2020-11-15 at 10:10 -0500, Jason Edgecombe wrote: > Hi everyone, > > I want to rebuild some of the fedora 33 packages for EL8 (vagrant, > for example), but I'm having trouble getting all of the build >

Re: finding recursive builddeps

2020-11-15 Thread Jason Edgecombe
Thanks José! This looks promising, but I must admit that I don't understand enough of the Fedora packaging process to really understand it. Can I use this for personal projects without pushing it to the main Fedora packaging process? I'm not totally opposed to becoming a full-blown package

Re: finding recursive builddeps

2020-11-15 Thread José Abílio Matos
On Sunday, November 15, 2020 3:10:03 PM WET Jason Edgecombe wrote: > Hi everyone, > > I want to rebuild some of the fedora 33 packages for EL8 (vagrant, for > example), but I'm having trouble getting all of the build dependencies > right. I ran dnf to download the SRPMS with the --resolve option,

finding recursive builddeps

2020-11-15 Thread Jason Edgecombe
Hi everyone, I want to rebuild some of the fedora 33 packages for EL8 (vagrant, for example), but I'm having trouble getting all of the build dependencies right. I ran dnf to download the SRPMS with the --resolve option, but I'm still missing dependencies when I submit the builds to copr. My