-
Notifications
You must be signed in to change notification settings - Fork 610
fix: rust-quick-xml0.38: fix upstream-name to match component name #16486
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -2,4 +2,4 @@ | |||||
| # 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. | ||||||
| spec = { type = "upstream", upstream-name = "rust-quick-xml", upstream-distro = { name = "fedora", version = "43" }, upstream-commit = "592f13a068e585f78e5a3a1c5277eb9a7ed47cfd" } | ||||||
| spec = { type = "upstream", upstream-name = "rust-quick-xml0.38", upstream-distro = { name = "fedora", version = "43" }, upstream-commit = "d94a78960d1a8a514691581d14bb75d9f8f9f7f1" } | ||||||
|
||||||
| spec = { type = "upstream", upstream-name = "rust-quick-xml0.38", upstream-distro = { name = "fedora", version = "43" }, upstream-commit = "d94a78960d1a8a514691581d14bb75d9f8f9f7f1" } | |
| spec = { type = "upstream", upstream-name = "rust-quick-xml", upstream-distro = { name = "fedora", version = "43" }, upstream-commit = "d94a78960d1a8a514691581d14bb75d9f8f9f7f1" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The pinned
upstream-commitwas updated, but the surrounding comment doesn’t include a reference URL to the Fedora dist-git commit that this pin tracks. Please add a full link (e.g., https://src.fedoraproject.org/rpms//c/) so future readers can verify why this exact commit is needed and when it can be dropped (the TODO mentions that but the source isn’t cited).