From e5ea5184885ee3d1ca15c3c67ebdc06a82797a8620cbd5257cc88adf73ff433f Mon Sep 17 00:00:00 2001 From: Richard Brown Date: Thu, 20 Jun 2024 14:16:37 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:microos:aeon/containment-tik-img-to-rpm?expand=0&rev=22 --- containment-tik-img-to-rpm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/containment-tik-img-to-rpm b/containment-tik-img-to-rpm index 64895f7..1d1f826 100644 --- a/containment-tik-img-to-rpm +++ b/containment-tik-img-to-rpm @@ -39,7 +39,10 @@ for f in ${img_dir}/*.raw.xz; do -e "s@__OS_NAME__@${os_name}@g" \ < ${spec_in} \ > ${build_dir}/image.spec - + + echo "DEBUG" + ls / + ls /.build-srcdir cp /.build-srcdir/*.changes ${build_dir}/image.changes ${build_dir}/changelog2spec --target rpm --file ${build_dir}/image.changes >> ${build_dir}/image.spec