forked from pool/containment-tik-img-to-rpm
- 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:
parent
cbae573d8f
commit
374c376fe2
@ -41,7 +41,10 @@ for f in ${img_dir}/*.raw.xz; do
|
|||||||
> ${build_dir}/image.spec
|
> ${build_dir}/image.spec
|
||||||
|
|
||||||
cp /.build-srcdir/*.changes ${build_dir}/image.changes
|
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
|
# 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
|
||||||
|
@ -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>
|
Fri May 10 18:19:04 UTC 2024 - Richard Brown <rbrown@suse.com>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user