Re: [OS-BUILD PATCH 0/17] redhat/Makefile: General improvements and fixes

2022-05-10 Thread Herton R. Krzesinski (via Email Bridge)
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

Re: [OS-BUILD PATCH 0/17] redhat/Makefile: General improvements and fixes

2022-05-10 Thread Herton R. Krzesinski (via Email Bridge)
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

Re: [OS-BUILD PATCH] redhat/configs: enable Maxlinear GPY115/21x/24x driver

2022-05-10 Thread Justin M. Forbes (via Email Bridge)
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

[OS-BUILD PATCHv2] Add system-sb-certs for RHEL-9

2022-05-10 Thread Don Zickus (via Email Bridge)
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

Re: [OS-BUILD PATCH] Add system-sb-certs for RHEL-9

2022-05-10 Thread Don Zickus (via Email Bridge)
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. _

Re: [OS-BUILD PATCH] Add system-sb-certs for RHEL-9

2022-05-10 Thread Herton R. Krzesinski (via Email Bridge)
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

[OS-BUILD PATCH] redhat/kernel.spec.template: fix standalone tools build

2022-05-10 Thread Jan Stancek (via Email Bridge)
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 \