-
Notifications
You must be signed in to change notification settings - Fork 609
fix: rust-cssparser0.31: fix upstream-name to match component name #16490
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-cssparser", upstream-distro = { name = "fedora", version = "43" }, upstream-commit = "b6fd5d76632012a8ceb9119dac4f18711fde3fb4" } | ||||||
| spec = { type = "upstream", upstream-name = "rust-cssparser0.31", upstream-distro = { name = "fedora", version = "43" }, upstream-commit = "d80ba243544c8347a14ed079b787dd09d9fba0bd" } | ||||||
|
||||||
| spec = { type = "upstream", upstream-name = "rust-cssparser0.31", upstream-distro = { name = "fedora", version = "43" }, upstream-commit = "d80ba243544c8347a14ed079b787dd09d9fba0bd" } | |
| spec = { type = "upstream", upstream-name = "rust-cssparser", upstream-distro = { name = "fedora", version = "43" }, upstream-commit = "d80ba243544c8347a14ed079b787dd09d9fba0bd" } |
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.
This line changes the
upstream-commitpin, but the surrounding comment block doesn’t include a reference URL to the Fedora dist-git commit being pinned (recommended for traceability), and the PR description only mentions upstream-name. Please add a full Fedora dist-git commit URL for the new hash and briefly note in the PR description why the pin changed.