import dotnet3.1-3.1.120-1.el8_4

This commit is contained in:
CentOS Sources 2021-10-12 12:26:11 -04:00 committed by Stepan Oksanichenko
parent eddf4e0a5e
commit 7cad4e9b43
3 changed files with 9 additions and 5 deletions

View File

@ -1 +1 @@
4eb6c063a95a6c91f2f0a7c8c2633c00b4e5f178 SOURCES/dotnet-v3.1.119-SDK.tar.gz 195deb8ef1f0732ac773e9c46b7a531cc1f6d6bd SOURCES/dotnet-v3.1.120-SDK.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/dotnet-v3.1.119-SDK.tar.gz SOURCES/dotnet-v3.1.120-SDK.tar.gz

View File

@ -23,10 +23,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.19 %global host_version 3.1.20
%global runtime_version 3.1.19 %global runtime_version 3.1.20
%global aspnetcore_runtime_version %{runtime_version} %global aspnetcore_runtime_version %{runtime_version}
%global sdk_version 3.1.119 %global sdk_version 3.1.120
%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}
@ -447,6 +447,10 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
%dir %{_libdir}/dotnet/packs %dir %{_libdir}/dotnet/packs
%changelog %changelog
* Thu Oct 07 2021 Omair Majid <omajid@redhat.com> - 3.1.120-1
- Update to .NET SDK 3.1.120 and Runtime 3.1.20
- Resolves: RHBZ#2011821
* Thu Sep 02 2021 Omair Majid <omajid@redhat.com> - 3.1.119-1 * Thu Sep 02 2021 Omair Majid <omajid@redhat.com> - 3.1.119-1
- Update to .NET SDK 3.1.119 and Runtime 3.1.19 - Update to .NET SDK 3.1.119 and Runtime 3.1.19
- Resolves: RHBZ#2000459 - Resolves: RHBZ#2000459