import dotnet3.1-3.1.418-1.el8_5
This commit is contained in:
parent
542de2b7c6
commit
2993afb38f
@ -1 +1 @@
|
|||||||
009b2cd68b4b75b90eff1b157fae7aedc6c0a08b SOURCES/dotnet-v3.1.417-SDK.tar.gz
|
281a33170c243527de36637ac5a9370220c592e9 SOURCES/dotnet-v3.1.418-SDK.tar.gz
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/dotnet-v3.1.417-SDK.tar.gz
|
SOURCES/dotnet-v3.1.418-SDK.tar.gz
|
||||||
|
@ -25,10 +25,10 @@
|
|||||||
%endif
|
%endif
|
||||||
%global dotnet_ldflags %(echo %{__global_ldflags} | sed -re 's/-specs=[^ ]*//g')
|
%global dotnet_ldflags %(echo %{__global_ldflags} | sed -re 's/-specs=[^ ]*//g')
|
||||||
|
|
||||||
%global host_version 3.1.23
|
%global host_version 3.1.24
|
||||||
%global runtime_version 3.1.23
|
%global runtime_version 3.1.24
|
||||||
%global aspnetcore_runtime_version %{runtime_version}
|
%global aspnetcore_runtime_version %{runtime_version}
|
||||||
%global sdk_version 3.1.417
|
%global sdk_version 3.1.418
|
||||||
%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 }')
|
||||||
|
|
||||||
%global host_rpm_version %{host_version}
|
%global host_rpm_version %{host_version}
|
||||||
@ -507,6 +507,10 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
|
|||||||
%{_libdir}/dotnet/source-built-artifacts
|
%{_libdir}/dotnet/source-built-artifacts
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 04 2022 Omair Majid <omajid@redhat.com> - 3.1.418-1
|
||||||
|
- Update to .NET SDK 3.1.418 and Runtime 3.1.24
|
||||||
|
- Resolves: RHBZ#2073450
|
||||||
|
|
||||||
* Fri Mar 04 2022 Omair Majid <omajid@redhat.com> - 3.1.417-1
|
* Fri Mar 04 2022 Omair Majid <omajid@redhat.com> - 3.1.417-1
|
||||||
- Update to .NET SDK 3.1.417 and Runtime 3.1.23
|
- Update to .NET SDK 3.1.417 and Runtime 3.1.23
|
||||||
- Resolves: RHBZ#2060567
|
- Resolves: RHBZ#2060567
|
||||||
|
Loading…
Reference in New Issue
Block a user