diff --git a/base/comps/components-full.toml b/base/comps/components-full.toml index 2e3337b76f7..82e70af8418 100644 --- a/base/comps/components-full.toml +++ b/base/comps/components-full.toml @@ -6484,7 +6484,6 @@ [components.rust-strum] [components.'rust-strum_macros0.24'] [components.'rust-strum_macros0.26'] -[components.'rust-strum_macros0.27'] [components.rust-strum_macros] [components.rust-subtle] [components.rust-supports-color2] diff --git a/base/comps/rust-strum_macros0.27/rust-strum_macros0.27.comp.toml b/base/comps/rust-strum_macros0.27/rust-strum_macros0.27.comp.toml new file mode 100644 index 00000000000..42df7405cf9 --- /dev/null +++ b/base/comps/rust-strum_macros0.27/rust-strum_macros0.27.comp.toml @@ -0,0 +1,5 @@ +[components.'rust-strum_macros0.27'] +# 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-strum_macros", upstream-distro = { name = "fedora", version = "43" }, upstream-commit = "3ffef61b4a61d588d3fa2ade20da7ff758590d54" }