|
|
@ -21,10 +21,10 @@
|
|
|
|
# until that's done, disable LTO. This has to happen before setting the flags below.
|
|
|
|
# until that's done, disable LTO. This has to happen before setting the flags below.
|
|
|
|
%define _lto_cflags %{nil}
|
|
|
|
%define _lto_cflags %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global host_version 6.0.32
|
|
|
|
%global host_version 6.0.33
|
|
|
|
%global runtime_version 6.0.32
|
|
|
|
%global runtime_version 6.0.33
|
|
|
|
%global aspnetcore_runtime_version %{runtime_version}
|
|
|
|
%global aspnetcore_runtime_version %{runtime_version}
|
|
|
|
%global sdk_version 6.0.132
|
|
|
|
%global sdk_version 6.0.133
|
|
|
|
%global sdk_feature_band_version %(echo %{sdk_version} | sed -e 's|[[:digit:]][[:digit:]]$|00|')
|
|
|
|
%global sdk_feature_band_version %(echo %{sdk_version} | sed -e 's|[[:digit:]][[:digit:]]$|00|')
|
|
|
|
%global templates_version %{runtime_version}
|
|
|
|
%global templates_version %{runtime_version}
|
|
|
|
#%%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 }')
|
|
|
@ -634,7 +634,11 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Thu Jun 27 2024 Omair Majid <omajid@redhat.com> - 6.0.132-1
|
|
|
|
* Thu Aug 01 2024 Omair Majid <omajid@redhat.com> - 6.0.133-1
|
|
|
|
|
|
|
|
- Update to .NET SDK 6.0.133 and Runtime 6.0.33
|
|
|
|
|
|
|
|
- Resolves: RHEL-52384
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 09 2024 Omair Majid <omajid@redhat.com> - 6.0.132-2
|
|
|
|
- Update to .NET SDK 6.0.132 and Runtime 6.0.32
|
|
|
|
- Update to .NET SDK 6.0.132 and Runtime 6.0.32
|
|
|
|
- Resolves: RHEL-45319
|
|
|
|
- Resolves: RHEL-45319
|
|
|
|
|
|
|
|
|
|
|
|