Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8232f74441 | ||
|
|
e1af750f22 | ||
|
|
4387993d51 |
6
.gitignore
vendored
6
.gitignore
vendored
@ -72,3 +72,9 @@
|
|||||||
/dotnet-prebuilts-10.0.100-rc.1.25451.107-s390x.tar.gz
|
/dotnet-prebuilts-10.0.100-rc.1.25451.107-s390x.tar.gz
|
||||||
/dotnet-source-10.0.100-rc.2.25502.107.tar.gz
|
/dotnet-source-10.0.100-rc.2.25502.107.tar.gz
|
||||||
/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.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,20 +14,20 @@
|
|||||||
|
|
||||||
# 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-rc.2.25502.107
|
%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-rc.2.25502.107
|
%global runtime_version 10.0.2
|
||||||
%global aspnetcore_runtime_version 10.0.0-rc.2.25502.107
|
%global aspnetcore_runtime_version 10.0.2
|
||||||
%global sdk_version 10.0.100-rc.2.25502.107
|
%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 }')
|
||||||
|
|
||||||
%global runtime_rpm_version 10.0.0~rc.2.25502.107
|
%global runtime_rpm_version %{runtime_version}
|
||||||
%global aspnetcore_runtime_rpm_version 10.0.0~rc.2.25502.107
|
%global aspnetcore_runtime_rpm_version %{aspnetcore_runtime_version}
|
||||||
%global sdk_rpm_version 10.0.100~rc.2.25502.107
|
%global sdk_rpm_version %{sdk_version}
|
||||||
|
|
||||||
%global use_bundled_brotli 0
|
%global use_bundled_brotli 0
|
||||||
%global use_bundled_libunwind 1
|
%global use_bundled_libunwind 1
|
||||||
@ -77,15 +77,14 @@
|
|||||||
|
|
||||||
Name: dotnet%{dotnetver}
|
Name: dotnet%{dotnetver}
|
||||||
Version: %{sdk_rpm_version}
|
Version: %{sdk_rpm_version}
|
||||||
Release: 0.12%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: .NET Runtime and SDK
|
Summary: .NET Runtime and SDK
|
||||||
License: 0BSD AND Apache-2.0 AND (Apache-2.0 WITH LLVM-exception) AND APSL-2.0 AND BSD-2-Clause AND BSD-3-Clause AND BSD-4-Clause AND BSL-1.0 AND bzip2-1.0.6 AND CC0-1.0 AND CC-BY-3.0 AND CC-BY-4.0 AND CC-PDDC AND CNRI-Python AND EPL-1.0 AND GPL-2.0-only AND (GPL-2.0-only WITH GCC-exception-2.0) AND GPL-2.0-or-later AND GPL-3.0-only AND ICU AND ISC AND LGPL-2.1-only AND LGPL-2.1-or-later AND LicenseRef-Fedora-Public-Domain AND LicenseRef-ISO-8879 AND MIT AND MIT-Wu AND MS-PL AND MS-RL AND NCSA AND OFL-1.1 AND OpenSSL AND Unicode-DFS-2015 AND Unicode-DFS-2016 AND W3C-19980720 AND X11 AND Zlib
|
License: 0BSD AND Apache-2.0 AND (Apache-2.0 WITH LLVM-exception) AND APSL-2.0 AND BSD-2-Clause AND BSD-3-Clause AND BSD-4-Clause AND BSL-1.0 AND bzip2-1.0.6 AND CC0-1.0 AND CC-BY-3.0 AND CC-BY-4.0 AND CC-PDDC AND CNRI-Python AND EPL-1.0 AND GPL-2.0-only AND (GPL-2.0-only WITH GCC-exception-2.0) AND GPL-2.0-or-later AND GPL-3.0-only AND ICU AND ISC AND LGPL-2.1-only AND LGPL-2.1-or-later AND LicenseRef-Fedora-Public-Domain AND LicenseRef-ISO-8879 AND MIT AND MIT-Wu AND MS-PL AND MS-RL AND NCSA AND OFL-1.1 AND OpenSSL AND Unicode-DFS-2015 AND Unicode-DFS-2016 AND W3C-19980720 AND X11 AND Zlib
|
||||||
|
|
||||||
URL: https://github.com/dotnet/
|
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
|
Source0: https://github.com/dotnet/dotnet/archive/refs/tags/%{upstream_tag}.tar.gz#/dotnet-%{upstream_tag_without_v}.tar.gz
|
||||||
Source0: https://builds.dotnet.microsoft.com/dotnet/source-build/dotnet-source-%{upstream_tag_without_v}.tar.gz
|
Source1: https://github.com/dotnet/dotnet/releases/download/%{upstream_tag}/dotnet-%{upstream_tag_without_v}.tar.gz.sig
|
||||||
Source1: https://github.com/dotnet/dotnet/releases/download/%{upstream_tag}/dotnet-source-%{upstream_tag_without_v}.tar.gz.sig
|
|
||||||
Source2: https://dotnet.microsoft.com/download/dotnet/release-key-2023.asc
|
Source2: https://dotnet.microsoft.com/download/dotnet/release-key-2023.asc
|
||||||
Source3: https://github.com/dotnet/dotnet/releases/download/%{upstream_tag}/release.json
|
Source3: https://github.com/dotnet/dotnet/releases/download/%{upstream_tag}/release.json
|
||||||
%if %{with bootstrap}
|
%if %{with bootstrap}
|
||||||
@ -463,7 +462,7 @@ if [[ ${release_json_tag} != %{upstream_tag} ]]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%setup -q -c -n dotnet-source-%{upstream_tag_without_v}
|
%setup -q -n dotnet-%{upstream_tag_without_v}
|
||||||
|
|
||||||
# Remove all prebuilts and binaries
|
# Remove all prebuilts and binaries
|
||||||
rm -rf .dotnet/
|
rm -rf .dotnet/
|
||||||
@ -535,6 +534,8 @@ rm -rf prereqs/packages/archive/dotnet-sdk*.tar.gz
|
|||||||
|
|
||||||
%autopatch -p1 -M 999
|
%autopatch -p1 -M 999
|
||||||
|
|
||||||
|
sed -i -E 's/trap.*tempDir.*EXIT//' eng/source-build-toolset-init.sh
|
||||||
|
|
||||||
%if ! %{use_bundled_brotli}
|
%if ! %{use_bundled_brotli}
|
||||||
rm -r src/runtime/src/native/external/brotli/
|
rm -r src/runtime/src/native/external/brotli/
|
||||||
%endif
|
%endif
|
||||||
@ -683,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 default \
|
|
||||||
%if %{without bootstrap}
|
%if %{without bootstrap}
|
||||||
--with-sdk previously-built-dotnet \
|
--with-sdk previously-built-dotnet \
|
||||||
%endif
|
%endif
|
||||||
@ -713,9 +713,9 @@ sed -e 's|[@]LIBDIR[@]|%{_libdir}|g' %{SOURCE102} > dotnet.sh
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
install -dm 0755 %{buildroot}%{_libdir}/dotnet
|
install -dm 0755 %{buildroot}%{_libdir}/dotnet
|
||||||
ls artifacts/assets/Release/
|
find artifacts/assets/Release/
|
||||||
mkdir -p built-sdk
|
mkdir -p built-sdk
|
||||||
tar xf artifacts/assets/Release/Sdk/%{sdk_version}/dotnet-sdk-%{sdk_version}*-%{runtime_id}.tar.gz -C %{buildroot}%{_libdir}/dotnet/
|
tar xf artifacts/assets/Release/dotnet-sdk-%{sdk_version}*-%{runtime_id}.tar.gz -C %{buildroot}%{_libdir}/dotnet/
|
||||||
|
|
||||||
# Delete bundled certificates: we want to use the system store only,
|
# Delete bundled certificates: we want to use the system store only,
|
||||||
# except for when we have no other choice and ca-certificates doesn't
|
# except for when we have no other choice and ca-certificates doesn't
|
||||||
@ -915,6 +915,18 @@ 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
|
||||||
|
- Update to .NET SDK 10.0.100 and Runtime 10.0.0
|
||||||
|
- Resolves: RHEL-125749
|
||||||
|
|
||||||
* Wed Oct 15 2025 Omair Majid <omajid@redhat.com> - 10.0.100~rc.2.25502.107-0.12
|
* Wed Oct 15 2025 Omair Majid <omajid@redhat.com> - 10.0.100~rc.2.25502.107-0.12
|
||||||
- Update to .NET SDK 10.0.100-rc.2.25502.107 and Runtime 10.0.0-rc.2.25502.107
|
- Update to .NET SDK 10.0.100-rc.2.25502.107 and Runtime 10.0.0-rc.2.25502.107
|
||||||
- Resolves: RHEL-121558
|
- Resolves: RHEL-121558
|
||||||
|
|||||||
@ -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-rc.2",
|
"release": "10.0.2",
|
||||||
"channel": "10.0",
|
"channel": "10.0",
|
||||||
"tag": "v10.0.100-rc.2.25502.107",
|
"tag": "v10.0.102",
|
||||||
"sdkVersion": "10.0.100-rc.2.25502.107",
|
"sdkVersion": "10.0.102",
|
||||||
"runtimeVersion": "10.0.0-rc.2.25502.107",
|
"runtimeVersion": "10.0.2",
|
||||||
"aspNetCoreVersion": "10.0.0-rc.2.25502.107",
|
"aspNetCoreVersion": "10.0.2",
|
||||||
"sourceRepository": "https://github.com/dotnet/dotnet",
|
"sourceRepository": "https://github.com/dotnet/dotnet",
|
||||||
"sourceVersion": "89c8f6a112d37d2ea8b77821e56d170a1bccdc5a",
|
"sourceVersion": "1def04f336cc452f7633f2ef1f157669c37c283a",
|
||||||
"officialBuildId": "20251002.7"
|
"officialBuildId": "20260105.8"
|
||||||
}
|
}
|
||||||
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (dotnet-source-10.0.100-rc.2.25502.107.tar.gz) = eefa03f6e409274c3d5a29317c6e26badb991019bc9c8faa2172b7ead937032bf8829474da4dc5badfb92d33e2140c6d0121f8f996c8ec146f9efddc9b2770ca
|
SHA512 (dotnet-10.0.102.tar.gz) = 77e8daa61cd8ab8546b8f8b2c9ec312176e78bbb728d73a7eff20d5adde6e5535b040dd1b95b224ab961dbb2960cf26b877a27ba93ddc3211837ad4730f17bfe
|
||||||
SHA512 (dotnet-source-10.0.100-rc.2.25502.107.tar.gz.sig) = 4dec13df46b91f641630623778cd2509a0bb68b47975735f1e623a445f02648268f19dae7b4b1912ab855d099f35afd78506808f667d67d2774ef594a3af8191
|
SHA512 (dotnet-10.0.102.tar.gz.sig) = d64328b6f80876c16d2251296ee6701426a526f631870f203028ee33107d62b8ed88bdb1a3d65450521f58924c3860454d6a8e7e9f71bdcc8963c9bcfcd3f84c
|
||||||
|
|||||||
@ -1,12 +1,13 @@
|
|||||||
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:
|
||||||
- aspnetcore-runtime-10.0
|
- aspnetcore-runtime-10.0
|
||||||
- babeltrace
|
|
||||||
- bash-completion
|
- bash-completion
|
||||||
- bc
|
- bc
|
||||||
- binutils
|
- binutils
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user