diff --git a/.gitignore b/.gitignore index b620824..8ce8025 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /dotnet-v5.0.202-SDK.tar.gz /dotnet-v5.0.203-SDK.tar.gz /dotnet-v5.0.204-SDK.tar.gz +/dotnet-v5.0.205-SDK.tar.gz diff --git a/dotnet5.0.spec b/dotnet5.0.spec index fa15c5c..81321a1 100644 --- a/dotnet5.0.spec +++ b/dotnet5.0.spec @@ -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 5.0.7 -%global runtime_version 5.0.7 +%global host_version 5.0.8 +%global runtime_version 5.0.8 %global aspnetcore_runtime_version %{runtime_version} -%global sdk_version 5.0.204 +%global sdk_version 5.0.205 %global templates_version %{runtime_version} #%%global templates_version %%(echo %%{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }') @@ -56,7 +56,7 @@ Name: dotnet5.0 Version: %{sdk_rpm_version} -Release: 2%{?dist} +Release: 1%{?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/ @@ -527,6 +527,9 @@ echo "Testing build results for debug symbols..." %changelog +* Tue Jul 27 2021 Omair Majid - 5.0.205-1 +- Update to .NET SDK 5.0.205 and Runtime 5.0.8 + * Wed Jul 21 2021 Fedora Release Engineering - 5.0.204-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild diff --git a/sources b/sources index 3023834..31e8d14 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (dotnet-v5.0.204-SDK.tar.gz) = ac6df26f4b36bc6da2bf1909d6f43f82bdfe95461ccb19558edafa4a6e8ceb287287da814aa30ba67d95154640ecfa708cdf42c714997c8d1afe8be2308310bb +SHA512 (dotnet-v5.0.205-SDK.tar.gz) = 15e54d0e55c5cc08f4f27acb0f88cf486b41b2a468227a9b0c3aec52d2766e317dc0dd7d848d494fcc91a30a26810e51b474974e19e617ffee9140daa80ff753 diff --git a/tests/tests.yml b/tests/tests.yml index d63f183..a525354 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -21,9 +21,12 @@ dir: ./ run: ./turkey -l={{ remote_artifacts }} dotnet-regular-tests required_packages: + - aspnetcore-runtime-5.0 - babeltrace - bash-completion - binutils + - dotnet-runtime-5.0 + - dotnet-sdk-5.0 - expect - jq - lldb