From a69e1ac7a18d67bd1b9ff0059a6bef6f7feace61 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Tue, 19 Apr 2022 08:20:57 -0400 Subject: [PATCH] Fix Go version macro configuration --- golang.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/golang.spec b/golang.spec index ad78428..e098238 100644 --- a/golang.spec +++ b/golang.spec @@ -106,9 +106,9 @@ %endif # Comment out go_prerelease and go_patch as needed -%global go_api 1.18.1 +%global go_api 1.18 #global go_prerelease rc1 -#global go_patch 1 +%global go_patch 1 %global go_version %{go_api}%{?go_patch:.%{go_patch}}%{?go_prerelease:~%{go_prerelease}} %global go_source %{go_api}%{?go_patch:.%{go_patch}}%{?go_prerelease}