Update to .NET SDK 6.0.121 and Runtime 6.0.21
This commit is contained in:
parent
cd5753c260
commit
4c527cb99c
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,3 +31,4 @@
|
||||
/dotnet-v6.0.116.tar.gz
|
||||
/dotnet-v6.0.118.tar.gz
|
||||
/dotnet-v6.0.120.tar.gz
|
||||
/dotnet-v6.0.121.tar.gz
|
||||
|
@ -20,10 +20,10 @@
|
||||
# until that's done, disable LTO. This has to happen before setting the flags below.
|
||||
%define _lto_cflags %{nil}
|
||||
|
||||
%global host_version 6.0.20
|
||||
%global runtime_version 6.0.20
|
||||
%global host_version 6.0.21
|
||||
%global runtime_version 6.0.21
|
||||
%global aspnetcore_runtime_version %{runtime_version}
|
||||
%global sdk_version 6.0.120
|
||||
%global sdk_version 6.0.121
|
||||
%global sdk_feature_band_version %(echo %{sdk_version} | 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 }')
|
||||
@ -60,7 +60,7 @@
|
||||
|
||||
Name: dotnet6.0
|
||||
Version: %{sdk_rpm_version}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: .NET Runtime and SDK
|
||||
License: MIT and ASL 2.0 and BSD and LGPLv2+ and CC-BY and CC0 and MS-PL and EPL-1.0 and GPL+ and GPLv2 and ISC and OFL and zlib
|
||||
URL: https://github.com/dotnet/
|
||||
@ -636,6 +636,9 @@ export COMPlus_LTTng=0
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Aug 08 2023 Omair Majid <omajid@redhat.com> - 6.0.121-1
|
||||
- Update to .NET SDK 6.0.121 and Runtime 6.0.21
|
||||
|
||||
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.120-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dotnet-v6.0.120.tar.gz) = f789c0235b1d68b80c76d76c2605137ae6dc70b01ca5428a6901531bfed7bd63a3e55a9477975b704c68b36198a0c4cb1503287def016ce1dfd1cfdf23d3b058
|
||||
SHA512 (dotnet-v6.0.121.tar.gz) = c1694110b7450fe494369bd701354c8c4c1f930456db50d9357d5cac4530233ea69e9fd7b878cf50235c3c6feee537ae4599ce338addaaf7fd396ff675320a02
|
||||
|
Loading…
Reference in New Issue
Block a user