Re: question about dnf builddep with some deps missing on some arches

2017-02-06 Thread Igor Gnatenko
On Mon, 2017-02-06 at 12:54 +0200, Panu Matilainen wrote: > On 02/06/2017 01:21 AM, Zbigniew Jędrzejewski-Szmek wrote: > > On Sun, Feb 05, 2017 at 11:02:16PM +0100, Igor Gnatenko wrote: > > > On Sun, 2017-02-05 at 18:29 +, Zbigniew Jędrzejewski-Szmek wrote: > > > > systemd.spec file has > > > >

Re: question about dnf builddep with some deps missing on some arches

2017-02-06 Thread dennis
On 5 February 2017 11:21:30 pm GMT+00:00, "Zbigniew Jędrzejewski-Szmek" wrote: >On Sun, Feb 05, 2017 at 11:02:16PM +0100, Igor Gnatenko wrote: >> On Sun, 2017-02-05 at 18:29 +, Zbigniew Jędrzejewski-Szmek wrote: >> > systemd.spec file has >> > %ifarch %{ix86} x86_64 aarch64 >> > BuildRequir

Re: question about dnf builddep with some deps missing on some arches

2017-02-06 Thread Florian Weimer
On 02/06/2017 11:54 AM, Panu Matilainen wrote: I'd say dnf builddep should by default extract the spec out of the src.rpm and parse the spec locally for build-deps. There needs to be an option for using the metadata in src.rpm directly though, because using it IS perfectly sane when you do it li

Re: question about dnf builddep with some deps missing on some arches

2017-02-06 Thread Panu Matilainen
On 02/06/2017 01:21 AM, Zbigniew Jędrzejewski-Szmek wrote: On Sun, Feb 05, 2017 at 11:02:16PM +0100, Igor Gnatenko wrote: On Sun, 2017-02-05 at 18:29 +, Zbigniew Jędrzejewski-Szmek wrote: systemd.spec file has %ifarch %{ix86} x86_64 aarch64 BuildRequires: gnu-efi gnu-efi-devel %endif ...

Re: question about dnf builddep with some deps missing on some arches

2017-02-05 Thread Zbigniew Jędrzejewski-Szmek
On Sun, Feb 05, 2017 at 11:02:16PM +0100, Igor Gnatenko wrote: > On Sun, 2017-02-05 at 18:29 +, Zbigniew Jędrzejewski-Szmek wrote: > > systemd.spec file has > > %ifarch %{ix86} x86_64 aarch64 > > BuildRequires:  gnu-efi gnu-efi-devel > > %endif > > > > ... and this seems to work fine in mock/k

Re: question about dnf builddep with some deps missing on some arches

2017-02-05 Thread Igor Gnatenko
On Sun, 2017-02-05 at 18:29 +, Zbigniew Jędrzejewski-Szmek wrote: > systemd.spec file has > %ifarch %{ix86} x86_64 aarch64 > BuildRequires:  gnu-efi gnu-efi-devel > %endif > > ... and this seems to work fine in mock/koji/etc. > > dnf builddep deals file with an srpm built on the architecture: