Skip to content

Extract metafiles into the metadir

Ben Brown requested to merge benbrown/metafile-fix into master

When generating rpms by specifying a chunk or stratum as the target to build, metafiles were not being found. Leading '/' characters caused rpmbuild to look in the root of the sandbox, rather than being limited to %buildroot. Strip leading '/'s and move the metafiles into the metadir for rpmbuild to pick up.

Merge request reports