From: Vitaly Kuznetsov on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2175#note_1271653012
Sorry about that! I wasn't exactly sure what's the buildroot for ELN. In CS9,
systemd-stub (linuxx64.efi.stub) lives in 'systemd-udev' but in F38 it has
traveled to 'systemd-boot-unsigned' so we have
+%if 0%{?fedora} > 37
+BuildRequires: systemd-boot-unsigned
+%endif
apparently, this doesn't work for ELN. I guess something like the following
should do the job
+%if 0%{?fedora} > 37 || 0%{?eln}
+BuildRequires: systemd-boot-unsigned
+%endif
do we need a new MR or can we just fix things up here?
_______________________________________________
kernel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct:
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives:
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it:
https://pagure.io/fedora-infrastructure/new_issue