From cefbf362fb54ac67f7effefca6eefaa51f11904e Mon Sep 17 00:00:00 2001 From: Omair Majid Date: Wed, 14 Jan 2026 14:47:22 -0500 Subject: [PATCH] Update to .NET SDK 10.0.102 and Runtime 10.0.2 --- .gitignore | 2 ++ dotnet10.0.spec | 16 +++++++++------- release.json | 14 +++++++------- sources | 4 ++-- tests/ci.fmf | 6 ++++-- 5 files changed, 24 insertions(+), 18 deletions(-) diff --git a/.gitignore b/.gitignore index 7911be4..6c5a2a8 100644 --- a/.gitignore +++ b/.gitignore @@ -64,3 +64,5 @@ /dotnet-10.0.100.tar.gz.sig /dotnet-10.0.101.tar.gz /dotnet-10.0.101.tar.gz.sig +/dotnet-10.0.102.tar.gz +/dotnet-10.0.102.tar.gz.sig diff --git a/dotnet10.0.spec b/dotnet10.0.spec index 954f441..4290827 100644 --- a/dotnet10.0.spec +++ b/dotnet10.0.spec @@ -14,13 +14,13 @@ # upstream can produce releases with a different tag than the SDK version #%%global upstream_tag v%%{runtime_version} -%global upstream_tag v10.0.101 +%global upstream_tag v10.0.102-sb1 %global upstream_tag_without_v %(echo %{upstream_tag} | sed -e 's|^v||') %global hostfxr_version %{runtime_version} -%global runtime_version 10.0.1 -%global aspnetcore_runtime_version 10.0.1 -%global sdk_version 10.0.101 +%global runtime_version 10.0.2 +%global aspnetcore_runtime_version 10.0.2 +%global sdk_version 10.0.102 %global sdk_feature_band_version %(echo %{sdk_version} | cut -d '-' -f 1 | sed -e 's|[[:digit:]][[:digit:]]$|00|') %global templates_version %{aspnetcore_runtime_version} #%%global templates_version %%(echo %%{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }') @@ -83,8 +83,8 @@ License: 0BSD AND Apache-2.0 AND (Apache-2.0 WITH LLVM-exception) AND APS URL: https://github.com/dotnet/ -Source0: https://github.com/dotnet/dotnet/archive/refs/tags/%{upstream_tag}.tar.gz#/dotnet-%{upstream_tag_without_v}.tar.gz -Source1: https://github.com/dotnet/dotnet/releases/download/%{upstream_tag}/dotnet-%{upstream_tag_without_v}.tar.gz.sig +Source0: https://github.com/dotnet/dotnet/archive/refs/tags/%{upstream_tag}.tar.gz#/dotnet-%{sdk_version}.tar.gz +Source1: https://github.com/dotnet/dotnet/releases/download/%{upstream_tag}/dotnet-%{sdk_version}.tar.gz.sig Source2: https://dotnet.microsoft.com/download/dotnet/release-key-2023.asc Source3: https://github.com/dotnet/dotnet/releases/download/%{upstream_tag}/release.json %if %{with bootstrap} @@ -699,7 +699,6 @@ find -depth -name 'artifacts' -type d -print -exec rm -rf {} \; ./build.sh \ --source-only \ --release-manifest %{SOURCE3} \ - --branding rtm \ %if %{without bootstrap} --with-sdk previously-built-dotnet \ %endif @@ -936,6 +935,9 @@ export COMPlus_LTTng=0 %changelog +* Tue Jan 13 2026 Omair Majid - 10.0.102-1 +- Update to .NET SDK 10.0.102 and Runtime 10.0.2 + * Wed Dec 10 2025 Omair Majid - 10.0.101-1 - Update to .NET SDK 10.0.101 and Runtime 10.0.1 diff --git a/release.json b/release.json index dbb5a24..6ab902c 100644 --- a/release.json +++ b/release.json @@ -1,11 +1,11 @@ { - "release": "10.0.1", + "release": "10.0.2", "channel": "10.0", - "tag": "v10.0.101", - "sdkVersion": "10.0.101", - "runtimeVersion": "10.0.1", - "aspNetCoreVersion": "10.0.1", + "tag": "v10.0.102-sb1", + "sdkVersion": "10.0.102", + "runtimeVersion": "10.0.2", + "aspNetCoreVersion": "10.0.2", "sourceRepository": "https://github.com/dotnet/dotnet", - "sourceVersion": "fad253f51b461736dfd3cd9c15977bb7493becef", - "officialBuildId": "20251119.5" + "sourceVersion": "1def04f336cc452f7633f2ef1f157669c37c283a", + "officialBuildId": "20260105.8" } diff --git a/sources b/sources index e600baa..a6b2b78 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (dotnet-10.0.101.tar.gz) = d9dd55d5ee23f356984e2edf5b075e76424ad9d91ce33aa923b9cd94bc0f2d612dee7b562dad266ceaca263f014f02a7507cd9066d9f2444cb3157e8d2824f6f -SHA512 (dotnet-10.0.101.tar.gz.sig) = 136970e2f8969ab06c09d87231a68be083aa44a4d358e6ac1a2bb3d75dfeea5a2ae1e51c0d80ddc0f2d8961bea3fa629ca35c02065bcefc2b9b9383c92a6345c +SHA512 (dotnet-10.0.102.tar.gz) = 6dfd36d64b51daf6bfd162a4dd436ab705dcbe6d6084607746c76b61b89926677d474ef4f6dae67fad93f03db0d304ff5260ac60c50dd6fe38326b74b2a282f6 +SHA512 (dotnet-10.0.102.tar.gz.sig) = dded7f84fdd73001211cc0f34d80ef28dfae3ffb3992942d1c8d99e7ad9250aac5ae03ef4afd58f9ea64b0afc8e6429703d0d3a777ec31523e74a3b2c5793809 diff --git a/tests/ci.fmf b/tests/ci.fmf index 3a7dcc7..1acb17c 100644 --- a/tests/ci.fmf +++ b/tests/ci.fmf @@ -1,7 +1,9 @@ summary: Basic smoke test provision: - disk: 20 - memory: 5120 + hardware: + disk: + - size: ">= 20 GiB" + memory: ">= 5120 MiB" prepare: how: install package: