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