From: Herton R. Krzesinski on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1757#note_941869517
making this a blocking thread
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@l
From: Herton R. Krzesinski on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1757#note_941868674
- [3/17] `030f50682c27` ("redhat/Makefile: Add kernel-NVR comment")
Is there any reason to make RELEASETAG variable a recursively expanded
variable instead of simply expanded
From: Justin M. Forbes on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1738#note_941638994
`Why wouldn't it be needed for Fedora?`
It is already enabled for Fedora, and I have no plan to turn it off.
___
kernel mailing list -- ke
From: Don Zickus
Add system-sb-certs for RHEL-9
Copy the RHEL-9 signing requirement over to ARK. This change is wrapped
with "{?rhel}{?centos} && !{?eln}" to allow Fedora and ELN to continue
using their signing technology.
The system-sb-certs is just a metapackage for either rhel-sb-certs or
c
From: Don Zickus on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1774#note_941572465
Hmm, I remembered centos-stream, but forgot about centos.
I will push that update. Not sure if that change or just using '!{?fedora}'
is easier.
_
From: Herton R. Krzesinski on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1774#note_941543212
Don, needs to add centos to the mix, I think the right check here would be:
```
%if 0%{?rhel}%{?centos} && !0%{?eln}
```
___
kernel ma
From: Jan Stancek
redhat/kernel.spec.template: fix standalone tools build
Building only tools:
rpmbuild --rebuild --without doc --without cross_headers \
--without kabidw_base --without debuginfo --without debug \
--without up --without zfcpdump --without trace \