From 1c4f6594735648b4def77672d735ed86dc299e3031d1176f000a628a9be79fe1 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