%global debug_package %{nil} Name: senemos-nabu-bgrt-uefi Version: 1.0.0 Release: 2%{?dist} Summary: Native ACPI BGRT UEFI handoff 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 handoff application for Xiaomi Pad 5 (nabu). It selects the best available GOP mode, publishes the embedded Xiaomi image through ACPI BGRT and chainloads the existing systemd-boot binary. Installation is explicit: the RPM never modifies an EFI System Partition or Android-return path by itself. %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.