new Kernel:stable/kernel-source tarball signature
Hi, my local kernel-source builds fails, due to: [ 148s] error: Bad file: /home/abuild/rpmbuild/SOURCES/linux.keyring: No such file or directory [ 148s] error: Bad file: /home/abuild/rpmbuild/SOURCES/linux-5.19.tar.sign: No such file or directory Kernel:stable/kernel-source does have these files, and commit e76c4ca of https://github.com/openSUSE/kernel-source implies, that those comes straight from the public archives now, therefore the ability to create the kernel tarball from a local git tree via export LINUX_GIT=... seems to be lost. Am I missing something here? Best, Pete -- Life without chameleons is possible, but pointless.
On Fri, Sep 02, 2022 at 11:06:21AM +0200, Hans-Peter Jansen wrote:
Hi,
my local kernel-source builds fails, due to:
[ 148s] error: Bad file: /home/abuild/rpmbuild/SOURCES/linux.keyring: No such file or directory [ 148s] error: Bad file: /home/abuild/rpmbuild/SOURCES/linux-5.19.tar.sign: No such file or directory
Kernel:stable/kernel-source does have these files, and commit e76c4ca of https://github.com/openSUSE/kernel-source implies, that those comes straight from the public archives now, therefore the ability to create the kernel tarball from a local git tree via
export LINUX_GIT=...
seems to be lost. Am I missing something here?
Hello, this is indeed no longer supported. The aim is to have packages that can be verified to com from upstream surces, and for that the upstream signature is required. You can download the uptream tarball and signature into a directory and put the directory path into the MIRROR variable or you can remove the reference sto keyring and signature from the kernel-source.spec. HTH Michal
Am Donnerstag, 6. Oktober 2022, 12:42:15 CEST schrieb Michal Suchánek:
On Fri, Sep 02, 2022 at 11:06:21AM +0200, Hans-Peter Jansen wrote:
Hi,
my local kernel-source builds fails, due to:
[ 148s] error: Bad file: /home/abuild/rpmbuild/SOURCES/linux.keyring: No such file or directory [ 148s] error: Bad file: /home/abuild/rpmbuild/SOURCES/linux-5.19.tar.sign: No such file or directory
Kernel:stable/kernel-source does have these files, and commit e76c4ca of https://github.com/openSUSE/kernel-source implies, that those comes straight from the public archives now, therefore the ability to create the kernel tarball from a local git tree via
export LINUX_GIT=...
seems to be lost. Am I missing something here?
Hello,
this is indeed no longer supported. The aim is to have packages that can be verified to com from upstream surces, and for that the upstream signature is required.
You can download the uptream tarball and signature into a directory and put the directory path into the MIRROR variable or you can remove the reference sto keyring and signature from the kernel-source.spec.
Thanks a bunch Michal, I adjusted my workflow accordingly already..
HTH
Michal
Cheers, Pete -- Life without chameleons is possible, but pointless.
participants (2)
-
Hans-Peter Jansen
-
Michal Suchánek