import dotnet6.0-6.0.103-4.el8_5

This commit is contained in:
CentOS Sources 2022-03-10 09:46:02 -05:00 committed by Stepan Oksanichenko
parent e28b9bed27
commit 8929b2832a
3 changed files with 22 additions and 6 deletions

View File

@ -1 +1 @@
f2c1dc7dad1af4b9f6f48b507cad4042446af0a0 SOURCES/dotnet-v6.0.102-SDK.tar.gz
fabf7d61080026082feb263ff7cb6bf5d110cb89 SOURCES/dotnet-v6.0.103-SDK.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/dotnet-v6.0.102-SDK.tar.gz
SOURCES/dotnet-v6.0.103-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.2
%global runtime_version 6.0.2
%global host_version 6.0.3
%global runtime_version 6.0.3
%global aspnetcore_runtime_version %{runtime_version}
%global sdk_version 6.0.102
%global sdk_version 6.0.103
%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 }')
@ -60,7 +60,7 @@
Name: dotnet6.0
Version: %{sdk_rpm_version}
Release: 1%{?dist}
Release: 4%{?dist}
Summary: .NET Runtime and SDK
License: MIT and ASL 2.0 and BSD and LGPLv2+ and CC-BY and CC0 and MS-PL and EPL-1.0 and GPL+ and GPLv2 and ISC and OFL and zlib
URL: https://github.com/dotnet/
@ -651,6 +651,22 @@ echo "Testing build results for debug symbols..."
%changelog
* Mon Mar 07 2022 Omair Majid <omajid@redhat.com> - 6.0.103-4
- Rebuild against .NET 6.0.102 to pick up the correct fixes
- Resolves: RHBZ#2059640
* Fri Mar 04 2022 Omair Majid <omajid@redhat.com> - 6.0.103-3
- Update to new source release for SDK 6.0.103 and Runtime 6.0.3
- Resolves: RHBZ#2059640
* Thu Mar 03 2022 Omair Majid <omajid@redhat.com> - 6.0.103-2
- Switch to new source release for SDK 6.0.103 and Runtime 6.0.3
- Resolves: RHBZ#2059640
* Tue Mar 01 2022 Omair Majid <omajid@redhat.com> - 6.0.103-1
- Update to .NET SDK 6.0.103 and Runtime 6.0.3
- Resolves: RHBZ#2059640
* Mon Jan 31 2022 Omair Majid <omajid@redhat.com> - 6.0.102-1
- Update to .NET SDK 6.0.102 and Runtime 6.0.2
- Resolves: RHBZ#2048257