Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package containment-tik-img-to-rpm for
openSUSE:Factory checked in at 2024-05-14 13:39:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/containment-tik-img-to-rpm (Old)
and /work/SRC/openSUSE:Factory/.containment-tik-img-to-rpm.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "containment-tik-img-to-rpm"
Tue May 14 13:39:15 2024 rev:2 rq:1173955 version:1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/containment-tik-img-to-rpm/containment-tik-img-to-rpm.changes
2024-05-13 17:57:13.808032451 +0200
+++
/work/SRC/openSUSE:Factory/.containment-tik-img-to-rpm.new.1880/containment-tik-img-to-rpm.changes
2024-05-14 13:41:07.832644994 +0200
@@ -1,0 +2,6 @@
+Tue May 14 09:49:57 UTC 2024 - Richard Brown <[email protected]>
+
+- Handle changelog properly, to work with reproducible builds
+ in Factory
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ containment-tik-img-to-rpm.spec ++++++
--- /var/tmp/diff_new_pack.Bgt2tF/_old 2024-05-14 13:41:08.500669354 +0200
+++ /var/tmp/diff_new_pack.Bgt2tF/_new 2024-05-14 13:41:08.504669500 +0200
@@ -15,7 +15,6 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
-# norootforbuild
Name: containment-tik-img-to-rpm
Version: 1.0
@@ -27,12 +26,13 @@
BuildRequires: filesystem
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Requires: jq
-Requires: gawk
+Requires: build
Requires: coreutils
+Requires: gawk
+Requires: jq
+Requires: perl-DateTime-Format-DateParse
Conflicts: containment-rpm
-
%description
OBS Post check for containing tik-osimage-* images in RPM
++++++ containment-tik-img-to-rpm ++++++
--- /var/tmp/diff_new_pack.Bgt2tF/_old 2024-05-14 13:41:08.536670668 +0200
+++ /var/tmp/diff_new_pack.Bgt2tF/_new 2024-05-14 13:41:08.540670813 +0200
@@ -39,8 +39,9 @@
-e "s@__OS_NAME__@${os_name}@g" \
< ${spec_in} \
> ${build_dir}/image.spec
-
- touch ${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
# Local builds have the file already in place, that's not true on IBS
if [ ! -f ${top_dir}/SOURCES/${image} ]; then