Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/dotnet3.1.git#a1d4a745d216b036e2e5e90c8bcab25b2d87932e
This commit is contained in:
parent
1a2eee7aa1
commit
effbb0e20f
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
|||||||
/dotnet-v3.1.110-SDK.tar.gz
|
/dotnet-v3.1.110-SDK.tar.gz
|
||||||
/dotnet-v3.1.111-SDK.tar.gz
|
/dotnet-v3.1.111-SDK.tar.gz
|
||||||
/dotnet-v3.1.112-SDK.tar.gz
|
/dotnet-v3.1.112-SDK.tar.gz
|
||||||
|
/dotnet-v3.1.113-SDK.tar.gz
|
||||||
|
@ -21,10 +21,10 @@
|
|||||||
%define _lto_cflags %{nil}
|
%define _lto_cflags %{nil}
|
||||||
|
|
||||||
|
|
||||||
%global host_version 3.1.12
|
%global host_version 3.1.13
|
||||||
%global runtime_version 3.1.12
|
%global runtime_version 3.1.13
|
||||||
%global aspnetcore_runtime_version %{runtime_version}
|
%global aspnetcore_runtime_version %{runtime_version}
|
||||||
%global sdk_version 3.1.112
|
%global sdk_version 3.1.113
|
||||||
# upstream can update releases without revving the SDK version so these don't always match
|
# upstream can update releases without revving the SDK version so these don't always match
|
||||||
%global src_version %{sdk_version}
|
%global src_version %{sdk_version}
|
||||||
%global templates_version %(echo %{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }')
|
%global templates_version %(echo %{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }')
|
||||||
@ -55,7 +55,7 @@
|
|||||||
|
|
||||||
Name: dotnet3.1
|
Name: dotnet3.1
|
||||||
Version: %{sdk_rpm_version}
|
Version: %{sdk_rpm_version}
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: .NET Core Runtime and SDK
|
Summary: .NET Core 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
|
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/
|
URL: https://github.com/dotnet/
|
||||||
@ -570,6 +570,9 @@ echo "Testing build results for debug symbols..."
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 17 2021 Omair Majid <omajid@redhat.com> - 3.1.113-1
|
||||||
|
- Update to .NET Core SDK 3.1.113 and Runtime 3.1.13
|
||||||
|
|
||||||
* Wed Feb 17 2021 Omair Majid <omajid@redhat.com> - 3.1.112-3
|
* Wed Feb 17 2021 Omair Majid <omajid@redhat.com> - 3.1.112-3
|
||||||
- Hack an RID for RHEL 9 into the build SDK
|
- Hack an RID for RHEL 9 into the build SDK
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (dotnet-v3.1.112-SDK.tar.gz) = df2d20397f1bfb383cfc720467585c959f59354cb41a03e18d0b6b4ae0a6794e1b882fba4ec90ed23d545b0380b2a15a769be8265bfeb82bc9d8943406359aef
|
SHA512 (dotnet-v3.1.113-SDK.tar.gz) = ed8dd57e9179d833084edc536340befc99065ef8f53aaddd2b3d2223787fe0b904d42ed46f506b00bc8a40e44610aff7474cecdfdf24ad232fad34ac847027cd
|
||||||
|
Loading…
Reference in New Issue
Block a user