From 36a22f247c7a309522b4c343925c5e6109e18adc Mon Sep 17 00:00:00 2001 From: Jeremy Cline Date: Tue, 28 Jan 2025 09:42:51 -0500 Subject: [PATCH] Replace define macro with global Zbyszek noted global is preferred to define in a review comment. --- wsl-setup.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wsl-setup.spec b/wsl-setup.spec index 8c67f6e..a8308cb 100644 --- a/wsl-setup.spec +++ b/wsl-setup.spec @@ -1,7 +1,7 @@ %if 0%{?eln} - %define default_name ELN + %global default_name ELN %else - %define default_name Fedora + %global default_name Fedora %endif