From 374c376fe2b75ff2e0c2d7a54a64692445e878c7e9a2092676ba465611b589f8 Mon Sep 17 00:00:00 2001 From: Richard Brown Date: Tue, 14 May 2024 10:11:40 +0000 Subject: [PATCH] - 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 --- containment-tik-img-to-rpm | 5 ++++- containment-tik-img-to-rpm.changes | 6 ++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/containment-tik-img-to-rpm b/containment-tik-img-to-rpm index 6800704..0f3078a 100644 --- a/containment-tik-img-to-rpm +++ b/containment-tik-img-to-rpm @@ -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 diff --git a/containment-tik-img-to-rpm.changes b/containment-tik-img-to-rpm.changes index 5d7c292..65b951c 100644 --- a/containment-tik-img-to-rpm.changes +++ b/containment-tik-img-to-rpm.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue May 14 09:49:57 UTC 2024 - Richard Brown + +- Handle changelog properly, to work with reproducible builds + in Factory + ------------------------------------------------------------------- Fri May 10 18:19:04 UTC 2024 - Richard Brown