import dotnet7.0-7.0.102-1.el8_7
This commit is contained in:
parent
82f85e4dcf
commit
996fec4e89
@ -1 +1 @@
|
||||
3732c36eccd1eb5679c46e2b1244f71ab2a6cde4 SOURCES/dotnet-v7.0.101.tar.gz
|
||||
94ce6c4b3a32b4656725e3ceff640212d1ce34dd SOURCES/dotnet-v7.0.102.tar.gz
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/dotnet-v7.0.101.tar.gz
|
||||
SOURCES/dotnet-v7.0.102.tar.gz
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user