Replace define macro with global

Zbyszek noted global is preferred to define in a review comment.
This commit is contained in:
Jeremy Cline 2025-01-28 09:42:51 -05:00
parent 7fee63c813
commit 36a22f247c
No known key found for this signature in database

View File

@ -1,7 +1,7 @@
%if 0%{?eln} %if 0%{?eln}
%define default_name ELN %global default_name ELN
%else %else
%define default_name Fedora %global default_name Fedora
%endif %endif