Update env var for v2

This commit is contained in:
Eduard Abdullin 2025-05-19 16:44:29 +03:00 committed by eabdullin
parent a9cbee7746
commit e50cb3e38c

View File

@ -5,7 +5,7 @@
release_number = 1;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}.alma.1
## END: Set by rpmautospec
%bcond_with bootstrap
@ -640,7 +640,7 @@ fi
%files -n go-toolset
%changelog
* Wed May 14 2025 Eduard Abdullin <eabdullin@almalinux.org> - 1.23.7-1
* Mon May 19 2025 Eduard Abdullin <eabdullin@almalinux.org> - 1.23.7-1.alma.1
- Update env var for v2
## START: Generated by rpmautospec