import dotnet7.0-7.0.102-1.el8_7

This commit is contained in:
CentOS Sources 2023-01-11 11:38:48 -05:00 committed by Stepan Oksanichenko
parent 82f85e4dcf
commit 996fec4e89
3 changed files with 9 additions and 5 deletions

View File

@ -1 +1 @@
3732c36eccd1eb5679c46e2b1244f71ab2a6cde4 SOURCES/dotnet-v7.0.101.tar.gz
94ce6c4b3a32b4656725e3ceff640212d1ce34dd 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 }')
@ -622,6 +622,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#2154466
* Tue Dec 06 2022 Omair Majid <omajid@redhat.com> - 7.0.101-1
- Update to .NET SDK 7.0.101 and Runtime 7.0.1
- Resolves: RHBZ#2150151