From 60351d24d1de390808b784d9a4fd4e3ee42ab7e1 Mon Sep 17 00:00:00 2001 From: Binu Philip Date: Tue, 31 Mar 2026 21:28:39 +0000 Subject: [PATCH] rust-string_cache0.8: pin to Fedora 43 build commit 0823d01a166f Pin rust-string_cache0.8 to upstream commit 0823d01a166f380d91468ed92c16bc57ad04398b (Fedora dist-git: rust-string_cache) to fetch sources from the commit used to build the current f43 package. --- base/comps/components-full.toml | 1 - .../rust-string_cache0.8/rust-string_cache0.8.comp.toml | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 base/comps/rust-string_cache0.8/rust-string_cache0.8.comp.toml diff --git a/base/comps/components-full.toml b/base/comps/components-full.toml index 2e3337b76f7..a27b7fb5df0 100644 --- a/base/comps/components-full.toml +++ b/base/comps/components-full.toml @@ -6473,7 +6473,6 @@ [components.'rust-streebog0.9'] [components.rust-streebog] [components.rust-strength_reduce] -[components.'rust-string_cache0.8'] [components.rust-string_cache] [components.rust-string_cache_codegen] [components.rust-stringprep] diff --git a/base/comps/rust-string_cache0.8/rust-string_cache0.8.comp.toml b/base/comps/rust-string_cache0.8/rust-string_cache0.8.comp.toml new file mode 100644 index 00000000000..aa040088b60 --- /dev/null +++ b/base/comps/rust-string_cache0.8/rust-string_cache0.8.comp.toml @@ -0,0 +1,5 @@ +[components.'rust-string_cache0.8'] +# Pin to the f43 commit used to build the current Fedora 43 package. +# TODO: Drop this override once the default Fedora 43 snapshot +# in distro/azurelinux.distro.toml advances past this commit. +spec = { type = "upstream", upstream-name = "rust-string_cache", upstream-distro = { name = "fedora", version = "43" }, upstream-commit = "0823d01a166f380d91468ed92c16bc57ad04398b" }