From: Jan Stancek on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2333#note_1295539855

If we revert, it becomes broken for brew - which I think was Prarit's
motivation.
Does ELN buildroot define rhel == 10?
```
diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template
index 20a761258f1b..a4ee94dbdd10 100755
--- a/redhat/kernel.spec.template
+++ b/redhat/kernel.spec.template
@@ -726,7 +726,7 @@ BuildRequires: dracut
 BuildRequires: binutils
 # For the initrd
 BuildRequires: lvm2
-%if 0%{?fedora} > 37
+%if 0%{?fedora} > 37 || 0%{?rhel} > 9
 # The UKI code was introduced in Fedora 38 and is not needed by
 # earlier versions.  This wrapper can be removed in Fedora 41.
 BuildRequires: systemd-boot-unsigned
```
_______________________________________________
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to