import dotnet3.1-3.1.119-2.el8
This commit is contained in:
parent
6a0fcaf2d3
commit
c3bacbd456
@ -1 +1 @@
|
||||
2a9b5570e94fc781626a372b526782b867ba95a1 SOURCES/dotnet-v3.1.118-SDK.tar.gz
|
||||
f32e4c0d50bd5566b4f85a5bfa953158d7c636f3 SOURCES/dotnet-v3.1.119-SDK.tar.gz
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/dotnet-v3.1.118-SDK.tar.gz
|
||||
SOURCES/dotnet-v3.1.119-SDK.tar.gz
|
||||
|
@ -25,10 +25,10 @@
|
||||
%endif
|
||||
%global dotnet_ldflags %(echo %{__global_ldflags} | sed -re 's/-specs=[^ ]*//g')
|
||||
|
||||
%global host_version 3.1.18
|
||||
%global runtime_version 3.1.18
|
||||
%global host_version 3.1.19
|
||||
%global runtime_version 3.1.19
|
||||
%global aspnetcore_runtime_version %{runtime_version}
|
||||
%global sdk_version 3.1.118
|
||||
%global sdk_version 3.1.119
|
||||
%global templates_version %(echo %{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }')
|
||||
|
||||
%global host_rpm_version %{host_version}
|
||||
@ -61,7 +61,7 @@
|
||||
|
||||
Name: dotnet3.1
|
||||
Version: %{sdk_rpm_version}
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: .NET Core CLI tools and runtime
|
||||
License: MIT and ASL 2.0 and BSD
|
||||
URL: https://github.com/dotnet/
|
||||
@ -501,6 +501,10 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
|
||||
%{_libdir}/dotnet/source-built-artifacts
|
||||
|
||||
%changelog
|
||||
* Thu Sep 23 2021 Omair Majid <omajid@redhat.com> - 3.1.119-2
|
||||
- Update to .NET SDK 3.1.119 and Runtime 3.1.19
|
||||
- Resolves: RHBZ#2000313
|
||||
|
||||
* Sat Aug 14 2021 Omair Majid <omajid@redhat.com> - 3.1.118-1
|
||||
- Update to .NET SDK 3.1.118 and Runtime 3.1.18
|
||||
- Resolves: RHBZ#1990174
|
||||
|
Loading…
Reference in New Issue
Block a user