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 @@ -6421,7 +6421,6 @@
[components.rust-shlex]
[components.rust-signal-hook-mio]
[components.rust-signal-hook-registry]
[components.'rust-signal-hook0.3']
[components.rust-signal-hook]
[components.rust-signature]
[components.rust-signature_derive]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[components.'rust-signal-hook0.3']
# Pin to the f43 commit used to build the current Fedora 43 package.
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 should include a direct reference URL to the Fedora dist-git commit being pinned (per comp-toml.instructions.md guidance on adding links for upstream commits). Please add the full src.fedoraproject.org commit URL (ideally with ?branch=f43) so future readers can quickly verify what this pin tracks and when it can be removed.

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-signal-hook/c/fa76177769ec9473273fc82487396bcade30c945?branch=f43

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-signal-hook", upstream-distro = { name = "fedora", version = "43" }, upstream-commit = "fa76177769ec9473273fc82487396bcade30c945" }
Loading