1
0
Richard Brown 2024-05-14 10:59:15 +00:00 committed by Git OBS Bridge
parent e494d4ec50
commit 20671440b0

View File

@ -43,9 +43,6 @@ for f in ${img_dir}/*.raw.xz; do
cp /.build-srcdir/*.changes ${build_dir}/image.changes cp /.build-srcdir/*.changes ${build_dir}/image.changes
${build_dir}/changelog2spec --target rpm --file ${build_dir}/image.changes >> ${build_dir}/image.spec ${build_dir}/changelog2spec --target rpm --file ${build_dir}/image.changes >> ${build_dir}/image.spec
log "DEBUG: cat ${build_dir}/image.spec"
cat ${build_dir}/image.spec
# Local builds have the file already in place, that's not true on IBS # Local builds have the file already in place, that's not true on IBS
if [ ! -f ${top_dir}/SOURCES/${image} ]; then if [ ! -f ${top_dir}/SOURCES/${image} ]; then
ln ${f} ${top_dir}/SOURCES ln ${f} ${top_dir}/SOURCES