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 @@ -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]
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
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.

Add a reference link to the pinned Fedora dist-git commit (and optionally the Koji build/NVR) in the comment block. Other commit pins in base/comps (e.g., golang) include a direct src.fedoraproject.org commit URL, which makes it much easier to audit why this hash was chosen and when it can be dropped.

Suggested change
# in distro/azurelinux.distro.toml advances past this commit.
# in distro/azurelinux.distro.toml advances past this commit.
# Fedora dist-git commit: https://src.fedoraproject.org/rpms/rust-strum_macros/c/3ffef61b4a61d588d3fa2ade20da7ff758590d54

Copilot uses AI. Check for mistakes.
spec = { type = "upstream", upstream-name = "rust-strum_macros", upstream-distro = { name = "fedora", version = "43" }, upstream-commit = "3ffef61b4a61d588d3fa2ade20da7ff758590d54" }
Loading