Compare commits
No commits in common. "rawhide" and "f41" have entirely different histories.
5 changed files with 18 additions and 24 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -64,5 +64,3 @@
|
|||
/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
|
||||
|
|
|
|||
|
|
@ -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.102-sb1
|
||||
%global upstream_tag v10.0.101
|
||||
%global upstream_tag_without_v %(echo %{upstream_tag} | sed -e 's|^v||')
|
||||
|
||||
%global hostfxr_version %{runtime_version}
|
||||
%global runtime_version 10.0.2
|
||||
%global aspnetcore_runtime_version 10.0.2
|
||||
%global sdk_version 10.0.102
|
||||
%global runtime_version 10.0.1
|
||||
%global aspnetcore_runtime_version 10.0.1
|
||||
%global sdk_version 10.0.101
|
||||
%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-%{sdk_version}.tar.gz
|
||||
Source1: https://github.com/dotnet/dotnet/releases/download/%{upstream_tag}/dotnet-%{sdk_version}.tar.gz.sig
|
||||
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
|
||||
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,6 +699,7 @@ 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
|
||||
|
|
@ -935,9 +936,6 @@ export COMPlus_LTTng=0
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Jan 13 2026 Omair Majid <omajid@redhat.com> - 10.0.102-1
|
||||
- Update to .NET SDK 10.0.102 and Runtime 10.0.2
|
||||
|
||||
* Wed Dec 10 2025 Omair Majid <omajid@redhat.com> - 10.0.101-1
|
||||
- Update to .NET SDK 10.0.101 and Runtime 10.0.1
|
||||
|
||||
|
|
|
|||
14
release.json
14
release.json
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"release": "10.0.2",
|
||||
"release": "10.0.1",
|
||||
"channel": "10.0",
|
||||
"tag": "v10.0.102-sb1",
|
||||
"sdkVersion": "10.0.102",
|
||||
"runtimeVersion": "10.0.2",
|
||||
"aspNetCoreVersion": "10.0.2",
|
||||
"tag": "v10.0.101",
|
||||
"sdkVersion": "10.0.101",
|
||||
"runtimeVersion": "10.0.1",
|
||||
"aspNetCoreVersion": "10.0.1",
|
||||
"sourceRepository": "https://github.com/dotnet/dotnet",
|
||||
"sourceVersion": "1def04f336cc452f7633f2ef1f157669c37c283a",
|
||||
"officialBuildId": "20260105.8"
|
||||
"sourceVersion": "fad253f51b461736dfd3cd9c15977bb7493becef",
|
||||
"officialBuildId": "20251119.5"
|
||||
}
|
||||
|
|
|
|||
4
sources
4
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (dotnet-10.0.102.tar.gz) = 6dfd36d64b51daf6bfd162a4dd436ab705dcbe6d6084607746c76b61b89926677d474ef4f6dae67fad93f03db0d304ff5260ac60c50dd6fe38326b74b2a282f6
|
||||
SHA512 (dotnet-10.0.102.tar.gz.sig) = dded7f84fdd73001211cc0f34d80ef28dfae3ffb3992942d1c8d99e7ad9250aac5ae03ef4afd58f9ea64b0afc8e6429703d0d3a777ec31523e74a3b2c5793809
|
||||
SHA512 (dotnet-10.0.101.tar.gz) = d9dd55d5ee23f356984e2edf5b075e76424ad9d91ce33aa923b9cd94bc0f2d612dee7b562dad266ceaca263f014f02a7507cd9066d9f2444cb3157e8d2824f6f
|
||||
SHA512 (dotnet-10.0.101.tar.gz.sig) = 136970e2f8969ab06c09d87231a68be083aa44a4d358e6ac1a2bb3d75dfeea5a2ae1e51c0d80ddc0f2d8961bea3fa629ca35c02065bcefc2b9b9383c92a6345c
|
||||
|
|
|
|||
|
|
@ -1,9 +1,7 @@
|
|||
summary: Basic smoke test
|
||||
provision:
|
||||
hardware:
|
||||
disk:
|
||||
- size: ">= 20 GiB"
|
||||
memory: ">= 5120 MiB"
|
||||
disk: 20
|
||||
memory: 5120
|
||||
prepare:
|
||||
how: install
|
||||
package:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue