Update to .NET SDK 7.0.102 and Runtime 7.0.2
Resolves: RHBZ#2154465
This commit is contained in:
parent
72349ef837
commit
4bddd892a4
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
||||
/dotnet-ppc64le-prebuilts-2022-10-21.tar.gz
|
||||
/dotnet-v7.0.100.tar.gz
|
||||
/dotnet-v7.0.101.tar.gz
|
||||
/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 }')
|
||||
@ -51,7 +51,7 @@
|
||||
|
||||
Name: dotnet7.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/
|
||||
@ -621,6 +621,10 @@ export COMPlus_LTTng=0
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Mar 09 2023 Omair Majid <omajid@redhat.com> - 7.0.102-1
|
||||
- Update to .NET SDK 7.0.102 and Runtime 7.0.2
|
||||
- Resolves: RHBZ#2154465
|
||||
|
||||
* Wed Jan 11 2023 Omair Majid <omajid@redhat.com> - 7.0.101-2
|
||||
- Update to .NET SDK 7.0.101 and Runtime 7.0.1
|
||||
- Resolves: RHBZ#2150150
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dotnet-v7.0.101.tar.gz) = 2d6faac05ad79eaeab7de2a69c639122ef2e737cb2fd983e230f73766a7fab7c3051a717960e42b0c08661b02cb1693839d1c61ba4968dce0531727018a9f70c
|
||||
SHA512 (dotnet-v7.0.102.tar.gz) = a233abee35360129048a2788b3ccab482036351f34791a2f8d2208c046e5e4a95d418216e77ae8eb5cd072c17ba479ddeb69ecf3ed9a9fdbd5417dc5ec7d1620
|
||||
|
Loading…
Reference in New Issue
Block a user