RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/dotnet3.1#7426866b1acbf9a647e6815ce99953d02930b87e
This commit is contained in:
parent
7fe977eb22
commit
8b0461a6dc
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
||||
/dotnet-v3.1.107-SDK.tar.gz
|
||||
/dotnet-v3.1.108-SDK.tar.gz
|
||||
/dotnet-v3.1.109-SDK.tar.gz
|
||||
/dotnet-v3.1.110-SDK.tar.gz
|
||||
|
@ -21,10 +21,10 @@
|
||||
%define _lto_cflags %{nil}
|
||||
|
||||
|
||||
%global host_version 3.1.9
|
||||
%global runtime_version 3.1.9
|
||||
%global host_version 3.1.10
|
||||
%global runtime_version 3.1.10
|
||||
%global aspnetcore_runtime_version %{runtime_version}
|
||||
%global sdk_version 3.1.109
|
||||
%global sdk_version 3.1.110
|
||||
# upstream can update releases without revving the SDK version so these don't always match
|
||||
%global src_version %{sdk_version}
|
||||
%global templates_version %(echo %{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }')
|
||||
@ -551,6 +551,9 @@ echo "Testing build results for debug symbols..."
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Nov 10 2020 Omair Majid <omajid@redhat.com> - 3.1.110-1
|
||||
- Update to .NET Core SDK 3.1.110 and Runtime 3.1.10
|
||||
|
||||
* Wed Oct 14 2020 Omair Majid <omajid@redhat.com> - 3.1.109-1
|
||||
- Update to .NET Core SDK 3.1.109 and Runtime 3.1.9
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dotnet-v3.1.109-SDK.tar.gz) = 178d768a53d439139b99384a6bc486dca4664fb43cc3b31b2344218cf60e86edecec1787266d40bed5909fa808f17ad6809fdc076198a172c12ebe76ee8b447c
|
||||
SHA512 (dotnet-v3.1.110-SDK.tar.gz) = d283c01d19dd426cc6756e53b81c10477113a8f142966b09a0e1a22be6932e6d01ea1d0f72d7cf55d4fbe302418079b7e107cf122181a95540765068afeaeb00
|
||||
|
Loading…
Reference in New Issue
Block a user