|
|
|
@ -23,10 +23,10 @@
|
|
|
|
|
%endif
|
|
|
|
|
%global dotnet_ldflags %(echo %{__global_ldflags} | sed -re 's/-specs=[^ ]*//g')
|
|
|
|
|
|
|
|
|
|
%global host_version 3.1.16
|
|
|
|
|
%global runtime_version 3.1.16
|
|
|
|
|
%global host_version 3.1.17
|
|
|
|
|
%global runtime_version 3.1.17
|
|
|
|
|
%global aspnetcore_runtime_version %{runtime_version}
|
|
|
|
|
%global sdk_version 3.1.116
|
|
|
|
|
%global sdk_version 3.1.117
|
|
|
|
|
%global templates_version %(echo %{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }')
|
|
|
|
|
|
|
|
|
|
%global host_rpm_version %{host_version}
|
|
|
|
@ -309,7 +309,7 @@ pushd src/dotnet-corefx.*
|
|
|
|
|
%patch104 -p1
|
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
pushd src/coreclr.*
|
|
|
|
|
pushd src/dotnet-coreclr.*
|
|
|
|
|
%patch200 -p1
|
|
|
|
|
%patch201 -p1
|
|
|
|
|
%patch202 -p1
|
|
|
|
@ -451,6 +451,12 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
|
|
|
|
|
%dir %{_libdir}/dotnet/packs
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jul 02 2021 Andrew Slice <aslice@redhat.com> - 3.1.117-1
|
|
|
|
|
- Update to .NET SDK 3.1.117 and Runtime 3.1.17
|
|
|
|
|
- Fix renaming of coreclr to dotnet-coreclr
|
|
|
|
|
- Remade the core-setup-hardening patch to incorporate new defaults in the cmake file.
|
|
|
|
|
- Resolves: RHBZ#1978407
|
|
|
|
|
|
|
|
|
|
* Thu May 27 2021 Omair Majid <omajid@redhat.com> - 3.1.116-1
|
|
|
|
|
- Update to .NET SDK 3.1.116 and Runtime 3.1.16
|
|
|
|
|
- Resolves: RHBZ#1965505
|
|
|
|
|