import dotnet3.1-3.1.115-1.el8_4

This commit is contained in:
CentOS Sources 2021-05-19 03:24:57 -04:00 committed by Andrew Lukoshko
parent a4556b66b5
commit 0f980f3254
3 changed files with 10 additions and 6 deletions

View File

@ -1 +1 @@
888025430ffdfffda636f91021430537041147b6 SOURCES/dotnet-v3.1.114-SDK.tar.gz e6ef455f23890d0984537aa745a3ccb9b2c50c31 SOURCES/dotnet-v3.1.115-SDK.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/dotnet-v3.1.114-SDK.tar.gz SOURCES/dotnet-v3.1.115-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.14 %global host_version 3.1.15
%global runtime_version 3.1.14 %global runtime_version 3.1.15
%global aspnetcore_runtime_version %{runtime_version} %global aspnetcore_runtime_version %{runtime_version}
%global sdk_version 3.1.114 %global sdk_version 3.1.115
%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}
@ -59,7 +59,7 @@
Name: dotnet3.1 Name: dotnet3.1
Version: %{sdk_rpm_version} Version: %{sdk_rpm_version}
Release: 2%{?dist} Release: 1%{?dist}
Summary: .NET Core CLI tools and runtime Summary: .NET Core CLI tools and runtime
License: MIT and ASL 2.0 and BSD License: MIT and ASL 2.0 and BSD
URL: https://github.com/dotnet/ URL: https://github.com/dotnet/
@ -451,6 +451,10 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
%dir %{_libdir}/dotnet/packs %dir %{_libdir}/dotnet/packs
%changelog %changelog
* Wed Apr 28 2021 Omair Majid <omajid@redhat.com> - 3.1.115-1
- Update to .NET SDK 3.1.115 and Runtime 3.1.15
- Resolves: RHBZ#1954333
* Tue Apr 13 2021 Omair Majid <omajid@redhat.com> - 3.1.114-2 * Tue Apr 13 2021 Omair Majid <omajid@redhat.com> - 3.1.114-2
- Rebuild to tag into the correct location - Rebuild to tag into the correct location
- Resolves: RHBZ#1947455 - Resolves: RHBZ#1947455