import dotnet3.1-3.1.119-1.el8_4
This commit is contained in:
parent
98f444e860
commit
eddf4e0a5e
@ -1 +1 @@
|
|||||||
ccc393389b53e9e1cdf5e3a754e0e6b61d7895e2 SOURCES/dotnet-v3.1.118-SDK.tar.gz
|
4eb6c063a95a6c91f2f0a7c8c2633c00b4e5f178 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
|
||||||
|
@ -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.18
|
%global host_version 3.1.19
|
||||||
%global runtime_version 3.1.18
|
%global runtime_version 3.1.19
|
||||||
%global aspnetcore_runtime_version %{runtime_version}
|
%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 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 Sep 02 2021 Omair Majid <omajid@redhat.com> - 3.1.119-1
|
||||||
|
- Update to .NET SDK 3.1.119 and Runtime 3.1.19
|
||||||
|
- Resolves: RHBZ#2000459
|
||||||
|
|
||||||
* Thu Aug 05 2021 Omair Majid <omajid@redhat.com> - 3.1.118-1
|
* Thu Aug 05 2021 Omair Majid <omajid@redhat.com> - 3.1.118-1
|
||||||
- Update to .NET SDK 3.1.118 and Runtime 3.1.18
|
- Update to .NET SDK 3.1.118 and Runtime 3.1.18
|
||||||
- Resolves: RHBZ#1990189
|
- Resolves: RHBZ#1990189
|
||||||
|
Loading…
Reference in New Issue
Block a user