import dotnet6.0-6.0.110-1.el8_6

This commit is contained in:
CentOS Sources 2022-10-12 03:38:34 -04:00 committed by root
parent 36d9020ae1
commit cda3485565
3 changed files with 10 additions and 6 deletions

View File

@ -1 +1 @@
1a8a9fe9ea64d5a3fda62aaf9f938626492b90e1 SOURCES/dotnet-v6.0.109-SDK.tar.gz
f1b176408195e6fca718f3697c54bf2d85282f13 SOURCES/dotnet-v6.0.110.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/dotnet-v6.0.109-SDK.tar.gz
SOURCES/dotnet-v6.0.110.tar.gz

View File

@ -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.9
%global runtime_version 6.0.9
%global host_version 6.0.10
%global runtime_version 6.0.10
%global aspnetcore_runtime_version %{runtime_version}
%global sdk_version 6.0.109
%global sdk_version 6.0.110
%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 }')
@ -34,7 +34,7 @@
%global sdk_rpm_version %{sdk_version}
# upstream can update releases without revving the SDK version so these don't always match
%global upstream_tag v%{sdk_version}-SDK
%global upstream_tag v%{sdk_version}
%if 0%{?fedora} || 0%{?rhel} < 8
%global use_bundled_libunwind 0
@ -626,6 +626,10 @@ echo "Testing build results for debug symbols..."
%changelog
* Fri Sep 30 2022 Omair Majid <omajid@redhat.com> - 6.0.110-1
- Update to .NET SDK 6.0.110 and Runtime 6.0.10
- Resolves: RHBZ#2131327
* Fri Sep 02 2022 Omair Majid <omajid@redhat.com> - 6.0.109-1
- Update to .NET SDK 6.0.109 and Runtime 6.0.9
- Resolves: RHBZ#2123789