%define _custom_macros %%dist .el9.1.eel9 Name: gpos-macros Version: 1.0 Release: 1 Summary: GPOS distribution branding macros License: MIT %description This package installs GPOS specific RPM macros to the buildroot, ensuring all builds carry the .el9.1.eel9 tag automatically. %prep # No source to prep %build # No compiled code %install mkdir -p %{buildroot}%{_rpmmacrodir} echo "%_custom_macros" > %{buildroot}%{_rpmmacrodir}/macros.gpos %files %{_rpmmacrodir}/macros.gpos %changelog * Fri Jan 09 2026 GPOS Builder - 1.0-1 - Initial GPOS macro injection