1
0
Richard Brown 2024-06-20 14:51:35 +00:00 committed by Git OBS Bridge
parent d41e227a55
commit 3f588ea0b0

View File

@ -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