[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Y6mkdYQYmjUz7bqV@li-4a3a4a4c-28e5-11b2-a85c-a8d192c6f089.ibm.com>
Date: Mon, 26 Dec 2022 14:41:09 +0100
From: Alexander Gordeev <agordeev@...ux.ibm.com>
To: Jonathan Toppins <jtoppins@...hat.com>
Cc: linux-kbuild@...r.kernel.org, masahiroy@...nel.org,
dzickus@...hat.com, ihuguet@...hat.com, ivecera@...hat.com,
jtornosm@...hat.com, kheib@...hat.com,
linux-kernel@...r.kernel.org, michal.lkml@...kovi.net,
ndesaulniers@...gle.com, Nathan Chancellor <nathan@...nel.org>,
Nicolas Schier <nicolas@...sle.eu>
Subject: Re: [PATCH next v2] kbuild: add ability to make source rpm buildable
using koji
On Mon, Nov 21, 2022 at 09:48:45AM -0500, Jonathan Toppins wrote:
Hi Jonathan, Ivan et al,
This patch causes a regression on 6.2-rc1 when rpm-pkg target
is specified on non-rpm system (i.e s390 running Ubuntu). The
offending chunk is:
> @@ -49,6 +51,9 @@ sed -e '/^DEL/d' -e 's/^\t*//' <<EOF
> URL: https://www.kernel.org
> $S Source: kernel-$__KERNELRELEASE.tar.gz
> Provides: $PROVIDES
> +$S BuildRequires: bc binutils bison dwarves elfutils-libelf-devel flex
> +$S BuildRequires: gcc make openssl openssl-devel perl python3 rsync
> +
> # $UTS_MACHINE as a fallback of _arch in case
> # /usr/lib/rpm/platform/*/macros was not included.
> %define _arch %{?_arch:$UTS_MACHINE}
Powered by blists - more mailing lists