diff --git a/base/comps/components-full.toml b/base/comps/components-full.toml index 2e3337b76f7..2c2de4f8298 100644 --- a/base/comps/components-full.toml +++ b/base/comps/components-full.toml @@ -5945,7 +5945,6 @@ [components.rust-mime_guess] [components.rust-minijinja] [components.rust-minimal-lexical] -[components.'rust-miniz_oxide0.8'] [components.rust-miniz_oxide] [components.rust-mint] [components.'rust-mio0.8'] diff --git a/base/comps/rust-miniz_oxide0.8/rust-miniz_oxide0.8.comp.toml b/base/comps/rust-miniz_oxide0.8/rust-miniz_oxide0.8.comp.toml new file mode 100644 index 00000000000..b82e2339cd4 --- /dev/null +++ b/base/comps/rust-miniz_oxide0.8/rust-miniz_oxide0.8.comp.toml @@ -0,0 +1,5 @@ +[components.'rust-miniz_oxide0.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-miniz_oxide", upstream-distro = { name = "fedora", version = "43" }, upstream-commit = "6ff8fbdccbe6b185546f42a70fd93664c3976899" }