Commit Graph

3 Commits

Author SHA1 Message Date
8e49bcdabe Drop discoverable_partition_specification hunk merged upstream in 1.15.2
The first hunk of the riscv64 patch adds an else-if branch to
this_arch_root() in
crates/lib/src/discoverable_partition_specification.rs. Upstream bootc
accepted the same change in commit 47c3620 ("fix: add riscv64 to
this_arch_root"), shipped in v1.15.2. As a result the hunk now matches
already-applied code and `patch -f --fuzz=0` fails the whole %prep,
breaking build #56177 on every arch.

Drop that hunk; keep the two install.rs / install/baseline.rs hunks,
which upstream still does not have.
2026-05-12 12:04:00 +03:00
d67d4a9bc7 Fix patch to use correct context from bootc v1.12.1 source
Generated proper diff from actual cloned v1.12.1 source tree
to ensure exact context lines and line numbers.
2026-02-20 12:13:07 +00:00
6f05eeedc5 Add riscv64 architecture support for bootc 2026-02-20 11:41:34 +00:00