Jan Stancek activity https://gitlab.com/jstancek 2026-03-17T15:58:18Z tag:gitlab.com,2026-03-17:5213670064 Jan Stancek commented on merge request !4410 at cki-project / kernel-ark 2026-03-17T15:58:18Z jstancek Jan Stancek [email protected]

That would be great, I'd like to avoid touching nobuildarches as it's getting harder to follow. If you hit an error, can you add that to comment or description as well? Just so we know what the changes should fix.

tag:gitlab.com,2026-03-17:5212241412 Jan Stancek commented on merge request !4410 at cki-project / kernel-ark 2026-03-17T11:01:47Z jstancek Jan Stancek [email protected]

Why is:

# RT and Automotive kernels are only built on x86_64 and aarch64
%ifnarch x86_64 aarch64
%define with_realtime 0
%define with_automotive 0
%endif

at line 518 not sufficient?

tag:gitlab.com,2026-03-17:5212217134 Jan Stancek commented on merge request !4410 at cki-project / kernel-ark 2026-03-17T10:56:51Z jstancek Jan Stancek [email protected]

%{with_realtime} will never be 1 here for the arches you listed. On line 519 we have:

%ifnarch x86_64 aarch64
%define with_realtime 0
%define with_automotive 0
%endif

so I'm not sure what will this accomplish.

tag:gitlab.com,2026-03-17:5211240539 Jan Stancek commented on merge request !1074 at Red Hat / centos-stream / src / kernel / documentation 2026-03-17T07:08:14Z jstancek Jan Stancek [email protected]

I think this is OK for now. @jbencrh OK to resolve this thread?