|
|
|
@ -20,10 +20,10 @@
|
|
|
|
|
# until that's done, disable LTO. This has to happen before setting the flags below.
|
|
|
|
|
%define _lto_cflags %{nil}
|
|
|
|
|
|
|
|
|
|
%global host_version 6.0.15
|
|
|
|
|
%global runtime_version 6.0.15
|
|
|
|
|
%global host_version 6.0.16
|
|
|
|
|
%global runtime_version 6.0.16
|
|
|
|
|
%global aspnetcore_runtime_version %{runtime_version}
|
|
|
|
|
%global sdk_version 6.0.115
|
|
|
|
|
%global sdk_version 6.0.116
|
|
|
|
|
%global sdk_feature_band_version %(echo %{sdk_version} | sed -e 's|[[:digit:]][[:digit:]]$|00|')
|
|
|
|
|
%global templates_version %{runtime_version}
|
|
|
|
|
#%%global templates_version %%(echo %%{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }')
|
|
|
|
@ -611,9 +611,13 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Jul 25 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 6.0.115-1
|
|
|
|
|
* Tue Jul 25 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 6.0.116-1
|
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
* Fri Mar 31 2023 Omair Majid <omajid@redhat.com> - 6.0.116-1
|
|
|
|
|
- Update to .NET SDK 6.0.116 and Runtime 6.0.16
|
|
|
|
|
- Resolves: RHBZ#2183581
|
|
|
|
|
|
|
|
|
|
* Thu Mar 02 2023 Omair Majid <omajid@redhat.com> - 6.0.115-1
|
|
|
|
|
- Update to .NET SDK 6.0.115 and Runtime 6.0.15
|
|
|
|
|
- Resolves: RHBZ#2174985
|
|
|
|
|