Update env var for v2
This commit is contained in:
parent
a9cbee7746
commit
e50cb3e38c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user