diff --git a/containment-tik-img-to-rpm b/containment-tik-img-to-rpm index cdda995..bcd6713 100644 --- a/containment-tik-img-to-rpm +++ b/containment-tik-img-to-rpm @@ -41,9 +41,8 @@ for f in ${img_dir}/*.raw.xz; do > ${build_dir}/image.spec echo "DEBUG" - ls -lha / - ls /.build-srcdir - cp /.build-srcdir/*.changes ${build_dir}/image.changes + cat /.build-changelog + cp /.build-changelog ${build_dir}/image.changes ${build_dir}/changelog2spec --target rpm --file ${build_dir}/image.changes >> ${build_dir}/image.spec # Local builds have the file already in place, that's not true on IBS