Compare commits
2 Commits
c8-bootstr
...
c10s
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8232f74441 | ||
|
|
e1af750f22 |
4
.gitignore
vendored
4
.gitignore
vendored
@ -74,3 +74,7 @@
|
|||||||
/dotnet-source-10.0.100-rc.2.25502.107.tar.gz.sig
|
/dotnet-source-10.0.100-rc.2.25502.107.tar.gz.sig
|
||||||
/dotnet-10.0.100.tar.gz
|
/dotnet-10.0.100.tar.gz
|
||||||
/dotnet-10.0.100.tar.gz.sig
|
/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
|
# upstream can produce releases with a different tag than the SDK version
|
||||||
#%%global upstream_tag v%%{runtime_version}
|
#%%global upstream_tag v%%{runtime_version}
|
||||||
%global upstream_tag v10.0.100
|
%global upstream_tag v10.0.102
|
||||||
%global upstream_tag_without_v %(echo %{upstream_tag} | sed -e 's|^v||')
|
%global upstream_tag_without_v %(echo %{upstream_tag} | sed -e 's|^v||')
|
||||||
|
|
||||||
%global hostfxr_version %{runtime_version}
|
%global hostfxr_version %{runtime_version}
|
||||||
%global runtime_version 10.0.0
|
%global runtime_version 10.0.2
|
||||||
%global aspnetcore_runtime_version 10.0.0
|
%global aspnetcore_runtime_version 10.0.2
|
||||||
%global sdk_version 10.0.100
|
%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 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 %{aspnetcore_runtime_version}
|
||||||
#%%global templates_version %%(echo %%{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }')
|
#%%global templates_version %%(echo %%{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }')
|
||||||
@ -684,7 +684,6 @@ find -depth -name 'artifacts' -type d -print -exec rm -rf {} \;
|
|||||||
./build.sh \
|
./build.sh \
|
||||||
--source-only \
|
--source-only \
|
||||||
--release-manifest %{SOURCE3} \
|
--release-manifest %{SOURCE3} \
|
||||||
--branding rtm \
|
|
||||||
%if %{without bootstrap}
|
%if %{without bootstrap}
|
||||||
--with-sdk previously-built-dotnet \
|
--with-sdk previously-built-dotnet \
|
||||||
%endif
|
%endif
|
||||||
@ -916,6 +915,14 @@ export COMPlus_LTTng=0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 14 2026 Omair Majid <omajid@redhat.com> - 10.0.102-2
|
||||||
|
- Update to .NET SDK 10.0.102 and Runtime 10.0.2
|
||||||
|
- Resolves: RHEL-138641
|
||||||
|
|
||||||
|
* Tue Dec 09 2025 Omair Majid <omajid@redhat.com> - 10.0.101-2
|
||||||
|
- Update to .NET SDK 10.0.101 and Runtime 10.0.1
|
||||||
|
- Resolves: RHEL-130939
|
||||||
|
|
||||||
* Wed Nov 12 2025 Omair Majid <omajid@redhat.com> - 10.0.100-2
|
* Wed Nov 12 2025 Omair Majid <omajid@redhat.com> - 10.0.100-2
|
||||||
- Update to .NET SDK 10.0.100 and Runtime 10.0.0
|
- Update to .NET SDK 10.0.100 and Runtime 10.0.0
|
||||||
- Resolves: RHEL-125749
|
- Resolves: RHEL-125749
|
||||||
|
|||||||
@ -20,4 +20,3 @@ product_versions:
|
|||||||
decision_context: osci_compose_gate
|
decision_context: osci_compose_gate
|
||||||
rules:
|
rules:
|
||||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.other-archs.functional}
|
|
||||||
|
|||||||
14
release.json
14
release.json
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"release": "10.0.0",
|
"release": "10.0.2",
|
||||||
"channel": "10.0",
|
"channel": "10.0",
|
||||||
"tag": "v10.0.100",
|
"tag": "v10.0.102",
|
||||||
"sdkVersion": "10.0.100",
|
"sdkVersion": "10.0.102",
|
||||||
"runtimeVersion": "10.0.0",
|
"runtimeVersion": "10.0.2",
|
||||||
"aspNetCoreVersion": "10.0.0",
|
"aspNetCoreVersion": "10.0.2",
|
||||||
"sourceRepository": "https://github.com/dotnet/dotnet",
|
"sourceRepository": "https://github.com/dotnet/dotnet",
|
||||||
"sourceVersion": "b0f34d51fccc69fd334253924abd8d6853fad7aa",
|
"sourceVersion": "1def04f336cc452f7633f2ef1f157669c37c283a",
|
||||||
"officialBuildId": "20251023.11"
|
"officialBuildId": "20260105.8"
|
||||||
}
|
}
|
||||||
|
|||||||
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (dotnet-10.0.100.tar.gz) = 0c292fe98c9c60864be176829011384542e94625e0969007f198df9a520aab68517a8a807927c25e885915597f3d87ffc8c1ba797606d5896f305705f3c44c98
|
SHA512 (dotnet-10.0.102.tar.gz) = 77e8daa61cd8ab8546b8f8b2c9ec312176e78bbb728d73a7eff20d5adde6e5535b040dd1b95b224ab961dbb2960cf26b877a27ba93ddc3211837ad4730f17bfe
|
||||||
SHA512 (dotnet-10.0.100.tar.gz.sig) = 2343e062401151166218bd57b8ad1e23c6772d325a5e4304ab040a0d06eca85f04dd0543431e10068ecc60db55fe11d5c4f3a6d04f2c0f67741f4659f7e69572
|
SHA512 (dotnet-10.0.102.tar.gz.sig) = d64328b6f80876c16d2251296ee6701426a526f631870f203028ee33107d62b8ed88bdb1a3d65450521f58924c3860454d6a8e7e9f71bdcc8963c9bcfcd3f84c
|
||||||
|
|||||||
@ -1,7 +1,9 @@
|
|||||||
summary: Basic smoke test
|
summary: Basic smoke test
|
||||||
provision:
|
provision:
|
||||||
disk: 20
|
hardware:
|
||||||
memory: 5120
|
disk:
|
||||||
|
- size: ">= 20 GiB"
|
||||||
|
memory: ">= 5120 MiB"
|
||||||
prepare:
|
prepare:
|
||||||
how: install
|
how: install
|
||||||
package:
|
package:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user