diff --git a/base/comps/components-full.toml b/base/comps/components-full.toml index 2e3337b76f7..6552cdae3c5 100644 --- a/base/comps/components-full.toml +++ b/base/comps/components-full.toml @@ -5966,7 +5966,6 @@ [components.rust-mutate_once] [components.'rust-nalgebra-macros0.2'] [components.rust-nalgebra-macros] -[components.'rust-nalgebra0.33'] [components.rust-nalgebra] [components.rust-nanoid] [components.rust-nanorand] diff --git a/base/comps/rust-nalgebra0.33/rust-nalgebra0.33.comp.toml b/base/comps/rust-nalgebra0.33/rust-nalgebra0.33.comp.toml new file mode 100644 index 00000000000..fbf924d87d2 --- /dev/null +++ b/base/comps/rust-nalgebra0.33/rust-nalgebra0.33.comp.toml @@ -0,0 +1,5 @@ +[components.'rust-nalgebra0.33'] +# 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-nalgebra", upstream-distro = { name = "fedora", version = "43" }, upstream-commit = "e6aed4cbdde84e45e7cc3f0648d88575e041f8b2" }