%global debug_package %{nil} Name: senemos-nabu-bgrt-uefi Version: 1.0.0 Release: 1%{?dist} Summary: Native ACPI BGRT UEFI stage for Xiaomi Pad 5 License: MIT URL: https://copr.fedorainfracloud.org/coprs/mcc45tr/nabu-linux/ Source0: %{name}-%{version}.tar.zst ExclusiveArch: aarch64 BuildRequires: binutils BuildRequires: gcc BuildRequires: gnu-efi BuildRequires: gnu-efi-devel BuildRequires: make %description Native AArch64 UEFI application that selects the highest GOP mode, draws the embedded Xiaomi BMP, installs an ACPI BGRT table, and chainloads the original systemd-boot binary. The RPM deliberately does not mutate the EFI System Partition automatically. %prep %autosetup %build %make_build %install install -Dm0644 build/senemos-nabu-bgrt-aa64.efi \ %{buildroot}%{_prefix}/lib/senemos-nabu-bgrt/senemos-nabu-bgrt-aa64.efi %files %license LICENSE %doc README.md %{_prefix}/lib/senemos-nabu-bgrt/senemos-nabu-bgrt-aa64.efi %changelog * Sun Aug 23 2026 SENEMOS Project - 1.0.0-1 - Add the native AArch64 GOP and ACPI BGRT stage. - Chainload the original systemd-boot without automatic ESP mutation.