Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion base/comps/components-full.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5964,7 +5964,6 @@
[components.rust-munge]
[components.rust-munge_macro]
[components.rust-mutate_once]
[components.'rust-nalgebra-macros0.2']
[components.rust-nalgebra-macros]
[components.'rust-nalgebra0.33']
[components.rust-nalgebra]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[components.'rust-nalgebra-macros0.2']
# 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.
Copy link

Copilot AI Mar 31, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The pin comment is missing a concrete reference to the Fedora dist-git commit (and ideally the Fedora build/NVR) that this override is intended to match. Please add a link to the src.fedoraproject.org commit URL (with the f43 branch) so future readers can verify when it’s safe to drop the pin and what it corresponds to.

Suggested change
# in distro/azurelinux.distro.toml advances past this commit.
# in distro/azurelinux.distro.toml advances past this commit.
# Fedora dist-git reference: https://src.fedoraproject.org/rpms/rust-nalgebra-macros/c/0e40a33cf88e651400bc10591e1a50f5daa97d10?branch=f43

Copilot uses AI. Check for mistakes.
spec = { type = "upstream", upstream-name = "rust-nalgebra-macros", upstream-distro = { name = "fedora", version = "43" }, upstream-commit = "0e40a33cf88e651400bc10591e1a50f5daa97d10" }
Loading