Fix %install repo path for osbuild-composer 176 (images -> image-builder) #6

Merged
eabdullin merged 1 commits from triage/fix-osbuild-composer-install-paths into a10s 2026-07-22 10:27:27 +00:00
Owner

The vendored library was renamed github.com/osbuild/images -> github.com/osbuild/image-builder in the 164->176 update, moving the bundled repository data to vendor/github.com/osbuild/image-builder/data/repositories/.

The reporegistry patch was already rebased (prior PR) so %prep + the Go build now pass, but the three install ... vendor/github.com/osbuild/images/data/repositories/almalinux* lines this config injects into %install still pointed at the old path, failing the build with install: cannot stat .... Repoint them to image-builder. Verified the data dir exists at the new path in the 176 Source0 tree.

The vendored library was renamed github.com/osbuild/images -> github.com/osbuild/image-builder in the 164->176 update, moving the bundled repository data to vendor/github.com/osbuild/image-builder/data/repositories/. The reporegistry patch was already rebased (prior PR) so %prep + the Go build now pass, but the three `install ... vendor/github.com/osbuild/images/data/repositories/almalinux*` lines this config injects into %install still pointed at the old path, failing the build with `install: cannot stat ...`. Repoint them to image-builder. Verified the data dir exists at the new path in the 176 Source0 tree.
eabdullin added 1 commit 2026-07-22 10:15:25 +00:00
eabdullin merged commit bed566ab83 into a10s 2026-07-22 10:27:27 +00:00
eabdullin deleted branch triage/fix-osbuild-composer-install-paths 2026-07-22 10:27:28 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: autopatch/osbuild-composer#6
No description provided.