import dotnet3.1-3.1.419-1.el8_6

This commit is contained in:
CentOS Sources 2022-05-11 09:25:36 -04:00 committed by Stepan Oksanichenko
parent fd99071389
commit f53eab704f
3 changed files with 9 additions and 5 deletions

View File

@ -1 +1 @@
281a33170c243527de36637ac5a9370220c592e9 SOURCES/dotnet-v3.1.418-SDK.tar.gz ac7ba1cd9956121b95bfb787117c192b2a7b9d96 SOURCES/dotnet-v3.1.419-SDK.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/dotnet-v3.1.418-SDK.tar.gz SOURCES/dotnet-v3.1.419-SDK.tar.gz

View File

@ -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.24 %global host_version 3.1.25
%global runtime_version 3.1.24 %global runtime_version 3.1.25
%global aspnetcore_runtime_version %{runtime_version} %global aspnetcore_runtime_version %{runtime_version}
%global sdk_version 3.1.418 %global sdk_version 3.1.419
%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}
@ -511,6 +511,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
* Thu May 05 2022 Omair Majid <omajid@redhat.com> - 3.1.419-1
- Update to .NET SDK 3.1.419 and Runtime 3.1.25
- Resolves: RHBZ#2081443
* Fri Apr 22 2022 Omair Majid <omajid@redhat.com> - 3.1.418-1 * Fri Apr 22 2022 Omair Majid <omajid@redhat.com> - 3.1.418-1
- Update to .NET SDK 3.1.418 and Runtime 3.1.24 - Update to .NET SDK 3.1.418 and Runtime 3.1.24
- Resolves: RHBZ#2074654 - Resolves: RHBZ#2074654