From 3f588ea0b0e1d7c288591bf612f7d41eca4133d34560014f7d4df2524ad4ad06 Mon Sep 17 00:00:00 2001 From: Richard Brown Date: Thu, 20 Jun 2024 14:51:35 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:microos:aeon/containment-tik-img-to-rpm?expand=0&rev=24 --- containment-tik-img-to-rpm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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