-
Notifications
You must be signed in to change notification settings - Fork 609
fix(fuse3): pin to version 3.16.2 #16491
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 | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,2 +1,3 @@ | ||||||||||
| # Pin to version 3.16.2. Version 3.17.x updates the soname and would break packages that depend on fuse3-libs | ||||||||||
| [components.fuse3] | ||||||||||
| spec = { type = "upstream", upstream-name = "fuse3", upstream-distro = { name = "fedora", version = "42" } } | ||||||||||
| spec = { type = "upstream", upstream-commit = "f718bab813a887de21faa4a63ee1167c53348641" } | ||||||||||
|
||||||||||
| spec = { type = "upstream", upstream-commit = "f718bab813a887de21faa4a63ee1167c53348641" } | |
| # Pin the upstream dist-git branch as well as the commit so azldev does not fall back to the | |
| # Azure Linux default Fedora version and accidentally resolve against Fedora 43 behavior/history. | |
| spec = { type = "upstream", upstream-distro = { name = "fedora", version = "42" }, upstream-commit = "f718bab813a887de21faa4a63ee1167c53348641" } |
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 upstream commit pin is missing a reference URL (e.g., the Fedora dist-git commit link) and an exit condition/TODO for when this pin can be removed. Adding those in the comment above the
specline makes it much easier to audit why we’re pinned and when we should re-align with the default Fedora 43 snapshot.