From 0816c3acd0be9f8e788d91a9b0fc5c42c2787c78fd1c99f6e912a6f505a332dc Mon Sep 17 00:00:00 2001 From: Richard Brown Date: Fri, 10 May 2024 13:19:43 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:microos:aeon/containment-tik-img-to-rpm?expand=0&rev=8 --- 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 db642d5..a2aab81 100644 --- a/containment-tik-img-to-rpm +++ b/containment-tik-img-to-rpm @@ -40,11 +40,14 @@ for f in ${img_dir}/*.raw.xz; do < ${spec_in} \ > ${build_dir}/image.spec + log "DEBUG: image.spec" + cat ${build_dir}/image.spec + touch ${build_dir}/image.changes # Local builds have the file already in place, that's not true on IBS if [ ! -f ${top_dir}/SOURCES/${image} ]; then - ln ${image} ${top_dir}/SOURCES + ln ${f} ${top_dir}/SOURCES fi # Make sure /usr/src/packages/* dirs exist