fix(libburn,libisofs): update to 1.5.8 - #18254
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Aligns the libburnia stack at 1.5.8 to prevent xorriso runtime incompatibilities during ISO creation.
Changes:
- Pins all three components to coordinated Fedora 43 commits.
- Refreshes locks and rendered packaging sources/specs.
- Removes the obsolete libburn C23 patch.
Reviewed changes
Copilot reviewed 11 out of 14 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
base/comps/components.toml |
Moves customized components out of the default list. |
base/comps/libburn/libburn.comp.toml |
Pins libburn 1.5.8. |
base/comps/libisofs/libisofs.comp.toml |
Pins libisofs 1.5.8. |
base/comps/libisoburn/libisoburn.comp.toml |
Pins libisoburn 1.5.8. |
locks/libburn.lock |
Records the new libburn resolution. |
locks/libisofs.lock |
Records the new libisofs resolution. |
locks/libisoburn.lock |
Records the new libisoburn resolution. |
specs/l/libburn/libburn.spec |
Renders the libburn upgrade. |
specs/l/libburn/sources |
Updates libburn source hashes. |
specs/l/libburn/libburn-1.5.6-c23.patch |
Removes the upstreamed patch. |
specs/l/libisofs/libisofs.spec |
Renders the libisofs upgrade. |
specs/l/libisofs/sources |
Updates libisofs source hashes. |
specs/l/libisoburn/libisoburn.spec |
Renders the libisoburn upgrade. |
specs/l/libisoburn/sources |
Updates libisoburn source hashes. |
miz060
force-pushed
the
mitchzhu/libburnia-1.5.8
branch
from
July 29, 2026 17:28
af0ed61 to
b0df6b2
Compare
Member
|
/azp run |
|
Azure Pipelines: 3 pipeline(s) were filtered out due to trigger conditions. |
Contributor
|
/azp run |
|
Azure Pipelines: 3 pipeline(s) were filtered out due to trigger conditions. |
miz060
force-pushed
the
mitchzhu/libburnia-1.5.8
branch
from
July 30, 2026 00:29
b0df6b2 to
ceb7395
Compare
Member
Author
|
/azp run |
|
Azure Pipelines: 3 pipeline(s) were filtered out due to trigger conditions. |
Update libburn and libisofs to Fedora 43's 1.5.8 releases and remove the obsolete libburn C23 patch, which is included upstream. Stage these prerequisite libraries before libisoburn 1.5.8 so DEV scratch builds can resolve its matching devel dependencies and prevent xorriso runtime incompatibilities during ISO creation. Signed-off-by: Mitch Zhu <mitchzhu@microsoft.com>
miz060
force-pushed
the
mitchzhu/libburnia-1.5.8
branch
from
July 30, 2026 00:43
ceb7395 to
046a2e6
Compare
Member
Author
|
/azp run |
|
Azure Pipelines: 3 pipeline(s) were filtered out due to trigger conditions. |
tobiasb-ms
approved these changes
Jul 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Starts the staged alignment of the libburnia stack at 1.5.8 to prevent
xorrisoruntime incompatibilities during ISO creation. This prerequisite PR updateslibburnandlibisofs;libisoburnwill follow after their 1.5.8 devel packages are available in the build repository.Changes:
libburnandlibisofsto coordinated Fedora 43 1.5.8 commits.Why this is staged:
libisoburn1.5.8 requireslibburn-devel >= 1.5.8andlibisofs-devel >= 1.5.8. DEV scratch builds run changed components independently and cannot consume sibling scratch-build outputs, so the dependent update must follow after these prerequisites land.Validation:
libburnandlibisofs.libisoburn/xorrisoran successfully withlibburnandlibisofs1.5.8 in a clean Stage 2 mock root, validating the intermediate rollout state.