1
0

- Handle changelog properly, to work with reproducible builds

in Factory

OBS-URL: https://build.opensuse.org/package/show/devel:microos:aeon/containment-tik-img-to-rpm?expand=0&rev=17
This commit is contained in:
Richard Brown 2024-05-14 10:11:40 +00:00 committed by Git OBS Bridge
parent cbae573d8f
commit 374c376fe2
2 changed files with 10 additions and 1 deletions

View File

@ -41,7 +41,10 @@ for f in ${img_dir}/*.raw.xz; do
> ${build_dir}/image.spec
cp /.build-srcdir/*.changes ${build_dir}/image.changes
cat ${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
if [ ! -f ${top_dir}/SOURCES/${image} ]; then

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue May 14 09:49:57 UTC 2024 - Richard Brown <rbrown@suse.com>
- Handle changelog properly, to work with reproducible builds
in Factory
-------------------------------------------------------------------
Fri May 10 18:19:04 UTC 2024 - Richard Brown <rbrown@suse.com>