Skip to content

redhat: remove spurious reference to with_realtime

Upstream Status: RHEL-only
JIRA: https://issues.redhat.com/browse/RHEL-35860

The unresolved macro triggers the following error on build.log:

  • '[' '%{with_realtime}' -ne 0 ']'
    /var/tmp/rpm-tmp.o24INe: line 252: [: %{with_realtime}: integer expression expected

As a result, debug modules specifically on the main-automotive branch
are not signed.

This got pulled in with 5.14.0-288.251.el9iv when the following was
folded into the main-automotive branch:
commit ba22ae98 ("Merge: redhat: Fix debug variants modsign")

Fixes: 1e228749 ("redhat: rename kernel-rt to kernel-auto")

Signed-off-by: Eric Chanudet echanude@redhat.com

Merge request reports