Fix %install repo path for osbuild-composer 176 (images -> image-builder) #6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "triage/fix-osbuild-composer-install-paths"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 withinstall: cannot stat .... Repoint them to image-builder. Verified the data dir exists at the new path in the 176 Source0 tree.