From ff19966742a9ebf29344937f69ae464ab59e9ff6 Mon Sep 17 00:00:00 2001 From: Omair Majid Date: Wed, 25 Oct 2023 12:50:10 -0400 Subject: [PATCH] Fix runtime package version Related: RHEL-13838 --- dotnet-3673-rc2-version-mismatch.patch | 38 ++++++++++++++++++++++++++ dotnet8.0.spec | 12 ++++++-- 2 files changed, 47 insertions(+), 3 deletions(-) create mode 100644 dotnet-3673-rc2-version-mismatch.patch diff --git a/dotnet-3673-rc2-version-mismatch.patch b/dotnet-3673-rc2-version-mismatch.patch new file mode 100644 index 0000000..d277252 --- /dev/null +++ b/dotnet-3673-rc2-version-mismatch.patch @@ -0,0 +1,38 @@ +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: Matt Thalman +Date: Tue, 24 Oct 2023 16:20:26 -0500 +Subject: [PATCH] Use correct runtime package version + +--- + prereqs/git-info/AllRepoVersions.props | 2 +- + prereqs/git-info/runtime.props | 4 ++-- + 2 files changed, 3 insertions(+), 3 deletions(-) + +diff --git a/prereqs/git-info/AllRepoVersions.props b/prereqs/git-info/AllRepoVersions.props +index 79a789e1cd..a3f3ccf094 100644 +--- a/prereqs/git-info/AllRepoVersions.props ++++ b/prereqs/git-info/AllRepoVersions.props +@@ -32,7 +32,7 @@ + bdd9c5ba66b00beebdc3516acc5e29b83efd89af + 4.8.0-3.23471.11 + 0b25e38ad32a69cd83ae246104b32449203cc71c +- 8.0.0-rc.2.23475.17 ++ 8.0.0-rc.2.23479.6 + 67e671f384bee6937630b52b02cc78e69b27e280 + 8.0.100-rc.2.23480.5 + 6dbf3aaa0fc9664df86462f5c70b99800934fccd +diff --git a/prereqs/git-info/runtime.props b/prereqs/git-info/runtime.props +index 546469c3a0..20c2bf8840 100644 +--- a/prereqs/git-info/runtime.props ++++ b/prereqs/git-info/runtime.props +@@ -2,8 +2,8 @@ + + + 0b25e38ad32a69cd83ae246104b32449203cc71c +- 20230925.17 +- 8.0.0-rc.2.23475.17 ++ 20230929.6 ++ 8.0.0-rc.2.23479.6 + rc.2 + false + diff --git a/dotnet8.0.spec b/dotnet8.0.spec index 613e889..d5a952c 100644 --- a/dotnet8.0.spec +++ b/dotnet8.0.spec @@ -8,8 +8,8 @@ %global dotnetver 8.0 -%global host_version 8.0.0-rc.2.23475.17 -%global runtime_version 8.0.0-rc.2.23475.17 +%global host_version 8.0.0-rc.2.23479.6 +%global runtime_version 8.0.0-rc.2.23479.6 %global aspnetcore_runtime_version 8.0.0-rc.2.23480.2 %global sdk_version 8.0.100-rc.2.23502.1 %global sdk_feature_band_version %(echo %{sdk_version} | cut -d '-' -f 1 | sed -e 's|[[:digit:]][[:digit:]]$|00|') @@ -54,7 +54,7 @@ Name: dotnet%{dotnetver} Version: %{sdk_rpm_version} -Release: 0.1%{?dist} +Release: 0.2%{?dist} 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 @@ -94,6 +94,8 @@ Patch2: vstest-intent-net8.0.patch Patch3: runtime-92274-webcil-s390x.patch # https://github.com/dotnet/runtime/pull/92920 Patch4: runtime-92920-multiple-ssl-dirs.patch +# https://github.com/dotnet/source-build/issues/3673 +Patch5: dotnet-3673-rc2-version-mismatch.patch %if 0%{?fedora} || 0%{?rhel} >= 8 @@ -663,6 +665,10 @@ export COMPlus_LTTng=0 %changelog +* Wed Oct 25 2023 Omair Majid - 8.0.100~rc.2-0.2 +- Fix runtime package version +- Related: RHEL-13838 + * Mon Oct 16 2023 Omair Majid - 8.0.100~rc.2-0.1 - Update to .NET 8 RC 2 - Resolves: RHEL-13838