Skip to content
Merged
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
2 changes: 1 addition & 1 deletion base/comps/rust-nalgebra0.33/rust-nalgebra0.33.comp.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Pin to the f43 commit used to build the current Fedora 43 package.
Copy link

Copilot AI Apr 7, 2026

Choose a reason for hiding this comment

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

The spec pin uses upstream-commit but the surrounding comment block doesn’t include a reference URL to the exact Fedora dist-git commit being pinned (and why), which makes it hard to audit/refresh later. Please add a full link (e.g., https://src.fedoraproject.org/rpms/rust-nalgebra0.33/c/<sha>) and keep the existing TODO/exit condition so it’s clear when this pin can be dropped.

Suggested change
# Pin to the f43 commit used to build the current Fedora 43 package.
# Pin to the Fedora 43 dist-git commit used to build the current Fedora 43 package:
# https://src.fedoraproject.org/rpms/rust-nalgebra0.33/c/163057b9125cc59b4ce03b328ad6dc3be3d4b1a1

Copilot uses AI. Check for mistakes.
# 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" }
spec = { type = "upstream", upstream-name = "rust-nalgebra0.33", upstream-distro = { name = "fedora", version = "43" }, upstream-commit = "163057b9125cc59b4ce03b328ad6dc3be3d4b1a1" }
Loading