import dotnet7.0-7.0.102-1.el9_1

This commit is contained in:
CentOS Sources 2023-01-11 11:33:43 -05:00 committed by Stepan Oksanichenko
parent 2b320c67b9
commit b1b4301187
3 changed files with 9 additions and 5 deletions

View File

@ -1 +1 @@
deb01b8b0961c878960ed424bafb68b2b72530ff SOURCES/dotnet-v7.0.101.tar.gz
c834a99b06bf6e7fc41985fc20f4ed3864db33e4 SOURCES/dotnet-v7.0.102.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/dotnet-v7.0.101.tar.gz
SOURCES/dotnet-v7.0.102.tar.gz

View File

@ -6,10 +6,10 @@
# until that's done, disable LTO. This has to happen before setting the flags below.
%define _lto_cflags %{nil}
%global host_version 7.0.1
%global runtime_version 7.0.1
%global host_version 7.0.2
%global runtime_version 7.0.2
%global aspnetcore_runtime_version %{runtime_version}
%global sdk_version 7.0.101
%global sdk_version 7.0.102
%global sdk_feature_band_version %(echo %{sdk_version} | cut -d '-' -f 1 | sed -e 's|[[:digit:]][[:digit:]]$|00|')
%global templates_version %{runtime_version}
#%%global templates_version %%(echo %%{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }')
@ -621,6 +621,10 @@ export COMPlus_LTTng=0
%changelog
* Mon Dec 19 2022 Omair Majid <omajid@redhat.com> - 7.0.102-1
- Update to .NET SDK 7.0.102 and Runtime 7.0.2
- Resolves: RHBZ#2154468
* Wed Dec 07 2022 Omair Majid <omajid@redhat.com> - 7.0.101-1
- Update to .NET SDK 7.0.101 and Runtime 7.0.1
- Resolves: RHBZ#2150152