From f4c17d78a02490d8f7b76bc08c7a843519e7141b Mon Sep 17 00:00:00 2001 From: Omair Majid Date: Thu, 17 Oct 2024 11:10:47 -0400 Subject: [PATCH] Add missing runtime dependencies to -aot- subpackage Related: RHEL-62799 --- dotnet9.0.spec | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/dotnet9.0.spec b/dotnet9.0.spec index 77d1051..6b65934 100644 --- a/dotnet9.0.spec +++ b/dotnet9.0.spec @@ -70,7 +70,7 @@ Name: dotnet%{dotnetver} Version: %{sdk_rpm_version} -Release: 0.4%{?dist} +Release: 0.5%{?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 @@ -409,9 +409,13 @@ Summary: Ahead-of-Time (AOT) support for the .NET %{dotnetver} Software D Requires: dotnet-sdk-%{dotnetver}%{?_isa} >= %{sdk_rpm_version}-%{release} -#TODO +# When installing AOT support, also install all dependencies needed to build +# NativeAOT applications. AOT invokes `clang ... -lssl -lcrypto -lbrotlienc +# -lbrotlidec -lz ...`. +Requires: brotli-devel Requires: clang -Requires: zlib +Requires: openssl-devel +Requires: zlib-devel %description -n dotnet-sdk-aot-%{dotnetver} This package provides Ahead-of-time (AOT) compilation support for the .NET SDK. @@ -838,8 +842,13 @@ export COMPlus_LTTng=0 %changelog +* Thu Oct 17 2024 Omair Majid - 9.0.100~rc.2.24474.1-0.5 +- Add missing runtime dependencies to -aot- subpackage +- Related: RHEL-62799 + * Tue Oct 15 2024 Omair Majid - 9.0.100~rc.2.24474.1-0.4 - Update to .NET SDK 9.0.100-rc.2.24474.1 and Runtime 9.0.0-rc.2.24473.5 +- Resolves: RHEL-62799 * Wed Sep 11 2024 Omair Majid - 9.0.100~rc.1.24452.12-0.3 - Update to .NET SDK 9.0.100-rc.1.24452.12 and Runtime 9.0.0-rc.1.24431.7