Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libkrunfw for openSUSE:Factory 
checked in at 2021-03-11 20:10:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libkrunfw (Old)
 and      /work/SRC/openSUSE:Factory/.libkrunfw.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libkrunfw"

Thu Mar 11 20:10:21 2021 rev:2 rq:877818 version:0.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/libkrunfw/libkrunfw.changes      2021-03-05 
13:47:17.967732538 +0100
+++ /work/SRC/openSUSE:Factory/.libkrunfw.new.2401/libkrunfw.changes    
2021-03-11 20:12:33.412689368 +0100
@@ -1,0 +2,6 @@
+Mon Mar  8 11:48:35 UTC 2021 - Bernhard Wiedemann <bwiedem...@suse.com>
+
+- override build date (boo#1047218)
+- override build host name (boo#1084909) to make package build reproducible
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libkrunfw.spec ++++++
--- /var/tmp/diff_new_pack.0ZIyQO/_old  2021-03-11 20:12:34.412690990 +0100
+++ /var/tmp/diff_new_pack.0ZIyQO/_new  2021-03-11 20:12:34.416690997 +0100
@@ -22,7 +22,7 @@
 Summary:        A dynamic library bundling a Linux kernel in a convenient 
storage format
 License:        LGPL-2.1-only AND GPL-2.0-only
 URL:            https://github.com/containers/libkrunfw
-Source0:        libkrunfw-%{version}.tar.gz
+Source0:        
https://github.com/containers/libkrunfw/archive/v%{version}.tar.gz#/libkrunfw-%{version}.tar.gz
 Source1:        
https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.10.10.tar.xz
 BuildRequires:  bc
 BuildRequires:  binutils
@@ -61,9 +61,17 @@
 cp %{SOURCE1} tarballs/
 
 %build
+test -n "$SOURCE_DATE_EPOCH" || export SOURCE_DATE_EPOCH=`date +%s`
+cat > .kernel-binary.spec.buildenv <<EOF
+export KBUILD_BUILD_TIMESTAMP="$(LANG=C date -u -d "@$SOURCE_DATE_EPOCH")"
+export KBUILD_BUILD_USER=geeko
+export KBUILD_BUILD_HOST=buildhost
+EOF
+source ./.kernel-binary.spec.buildenv
 %make_build
 
 %install
+source ./.kernel-binary.spec.buildenv
 %make_install PREFIX=%{_prefix}
 
 mv %{buildroot}%{_libdir}/libkrunfw.so 
%{buildroot}%{_libdir}/libkrunfw.so.0.0.0

Reply via email to