import dotnet6.0-6.0.109-1.el8_6

This commit is contained in:
CentOS Sources 2022-09-15 03:30:51 -04:00 committed by Stepan Oksanichenko
parent 39bbff1cf1
commit 36d9020ae1
3 changed files with 9 additions and 5 deletions

View File

@ -1 +1 @@
fa3960a7a58e87c1c7faf53772479e2f2025ccb2 SOURCES/dotnet-v6.0.108-SDK.tar.gz
1a8a9fe9ea64d5a3fda62aaf9f938626492b90e1 SOURCES/dotnet-v6.0.109-SDK.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/dotnet-v6.0.108-SDK.tar.gz
SOURCES/dotnet-v6.0.109-SDK.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.8
%global runtime_version 6.0.8
%global host_version 6.0.9
%global runtime_version 6.0.9
%global aspnetcore_runtime_version %{runtime_version}
%global sdk_version 6.0.108
%global sdk_version 6.0.109
%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 }')
@ -626,6 +626,10 @@ echo "Testing build results for debug symbols..."
%changelog
* 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
* Fri Jul 29 2022 Omair Majid <omajid@redhat.com> - 6.0.108-1
- Update to .NET SDK 6.0.108 and Runtime 6.0.8
- Resolves: RHBZ#2112412