From dc342d4a3412e5a1fc66e1e9ab56242b4201b85d Mon Sep 17 00:00:00 2001 From: Omair Majid Date: Sun, 18 Aug 2024 12:26:36 -0400 Subject: [PATCH] Disable bootstrap Related: RHEL-48619 --- .gitignore | 2 ++ dotnet9.0.spec | 12 ++++++++---- sources | 6 ++---- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 0a8e3b8..56793f8 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ /dotnet-prebuilts-9.0.100-preview.7.24380.1-s390x.tar.gz /dotnet-sdk-9.0.100-preview.7.24380.2-linux-arm64.tar.gz /dotnet-v9.0.0-preview.7.24405.7-x64-bootstrap.tar.gz +/dotnet-9.0.0-preview.7.24405.7.tar.gz +/dotnet-9.0.0-preview.7.24405.7.tar.gz.sig diff --git a/dotnet9.0.spec b/dotnet9.0.spec index f0d1cad..0250001 100644 --- a/dotnet9.0.spec +++ b/dotnet9.0.spec @@ -1,4 +1,4 @@ -%bcond_without bootstrap +%bcond_with bootstrap # LTO triggers a compilation error for a source level issue. Given that LTO should not # change the validity of any given source and the nature of the error (undefined enum), I @@ -21,7 +21,7 @@ %global templates_version %{aspnetcore_runtime_version} #%%global templates_version %%(echo %%{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }') -%global runtime_rpm_version 9.0.0~preview.7.24405.6 +%global runtime_rpm_version 9.0.0~preview.7.24405.7 %global aspnetcore_runtime_rpm_version 9.0.0~preview.7.24406.2 %global sdk_rpm_version 9.0.100~preview.7.24407.1 @@ -70,7 +70,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 @@ -493,7 +493,6 @@ find -type f \( \ -iname '*.p7s' -or \ -iname '*.pdb' -or \ -iname '*.pfx' -or \ - -iname '*.res' -or \ -iname '*.so' -or \ -iname '*.tar.gz' -or \ -iname '*.tgz' -or \ @@ -689,6 +688,7 @@ find %{buildroot}%{_libdir}/dotnet/packs -iname '*.pdb' -delete find %{buildroot}%{_libdir}/dotnet/ -type f -name 'apphost' -exec chmod +x {} \; find %{buildroot}%{_libdir}/dotnet/ -type f -name 'ilc' -exec chmod +x {} \; find %{buildroot}%{_libdir}/dotnet/ -type f -name 'singlefilehost' -exec chmod +x {} \; +find %{buildroot}%{_libdir}/dotnet/ -type f -name '*.sh' -exec chmod +x {} \; find %{buildroot}%{_libdir}/dotnet/ -type f -name 'lib*so' -exec chmod +x {} \; find %{buildroot}%{_libdir}/dotnet/ -type f -name '*.a' -exec chmod -x {} \; find %{buildroot}%{_libdir}/dotnet/ -type f -name '*.dll' -exec chmod -x {} \; @@ -838,6 +838,10 @@ export COMPlus_LTTng=0 %changelog +* Sun Aug 18 2024 Omair Majid - 9.0.100~preview.7.24407.1-0.2 +- Disable bootstrap +- Related: RHEL-48619 + * Thu Aug 15 2024 Omair Majid - 9.0.100~preview.7.24407.1-0.1 - Update to .NET SDK 9 preview 7 and Runtime 9 preview 7 - Resolves: RHEL-48619 diff --git a/sources b/sources index c80be34..b4c6ef9 100644 --- a/sources +++ b/sources @@ -1,4 +1,2 @@ -SHA512 (dotnet-prebuilts-9.0.100-preview.7.24380.1-ppc64le.tar.gz) = 0d5609f05e6d2f18b9a9fa2d25164cc5b87b53a5f31139b23737a172aad7713352800082303257f65fb9ace57c94132a8ccf5762fd435ccf09936d6bbfbadca1 -SHA512 (dotnet-prebuilts-9.0.100-preview.7.24380.1-s390x.tar.gz) = 0442321e5a346ad1989d9c70adbe687276e2b0b4b17b15db53928536ad5ec2e974a349c532e5cc5ca920586daec6c344042da6c3515846be9f2babe78e913f31 -SHA512 (dotnet-sdk-9.0.100-preview.7.24380.2-linux-arm64.tar.gz) = 8b2e7b17b34edc985c58d0f978a7c6408d7b9de474e102333ab7a36697362bd1ac24eda2473a383e6844c3b0fb977db15c7f7a9d6441903ebe9f86b10727cf99 -SHA512 (dotnet-v9.0.0-preview.7.24405.7-x64-bootstrap.tar.gz) = 1daf2c027bcf6f24deb325a728708ff1e8fc9cad836b24cc4d2b70939677ca4895699379916e593d01ef647ca3da3581b9c1bae5ab4e9cb5f3f6d295d64847a9 +SHA512 (dotnet-9.0.0-preview.7.24405.7.tar.gz) = 90f1b95d604183eacbe9ee84737bcfec7a594f464f88a30fefc80e94a487773a7434fe5ebd1b7e5fe613912d78bc0620f1c6e0b1f7a780de17d9f3697abed8f5 +SHA512 (dotnet-9.0.0-preview.7.24405.7.tar.gz.sig) = 92a808c942793ec665c16e978f482feb49366d56163fd0d6cd128592f0aa4808de609952974d70f634a9e30b4e529e20c08f7dd10427ed8036c10587f9629ad8