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 @@ -6349,7 +6349,6 @@
[components.'rust-secrecy0.8']
[components.rust-secrecy]
[components.rust-secret-service]
[components.'rust-selectors0.25']
[components.rust-selectors]
[components.rust-self_cell]
[components.rust-selinux-sys]
Expand Down
5 changes: 5 additions & 0 deletions base/comps/rust-selectors0.25/rust-selectors0.25.comp.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[components.'rust-selectors0.25']
# 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 should include a full reference URL to the upstream Fedora dist-git commit being pinned (per .github/instructions/comp-toml.instructions.md References section). Add a line like “Fedora commit: https://src.fedoraproject.org/rpms/rust-selectors/c/2b6674bc08b3549026f933c9d2dfced43ebd48b0?branch=f43” so future readers can easily audit/remove the pin.

Suggested change
# in distro/azurelinux.distro.toml advances past this commit.
# in distro/azurelinux.distro.toml advances past this commit.
# Fedora commit: https://src.fedoraproject.org/rpms/rust-selectors/c/2b6674bc08b3549026f933c9d2dfced43ebd48b0?branch=f43

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