Hello community, here is the log from the commit of package sudo for openSUSE:Factory checked in at 2018-07-23 17:57:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sudo (Old) and /work/SRC/openSUSE:Factory/.sudo.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sudo" Mon Jul 23 17:57:23 2018 rev:97 rq:624251 version:1.8.23 Changes: -------- --- /work/SRC/openSUSE:Factory/sudo/sudo.changes 2018-05-06 14:59:58.500314757 +0200 +++ /work/SRC/openSUSE:Factory/.sudo.new/sudo.changes 2018-07-23 17:57:28.525194476 +0200 @@ -1,0 +2,5 @@ +Thu Jul 12 19:14:48 UTC 2018 - [email protected] + +- Build with make -B to make package build reproducible + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sudo.spec ++++++ --- /var/tmp/diff_new_pack.k7CQKg/_old 2018-07-23 17:57:29.525193226 +0200 +++ /var/tmp/diff_new_pack.k7CQKg/_new 2018-07-23 17:57:29.529193222 +0200 @@ -104,7 +104,8 @@ --with-passprompt="[sudo] password for %%p: " \ --with-rundir=%{_localstatedir}/lib/sudo \ --with-sssd -make %{?_smp_mflags} +# -B required to make every build give the same result - maybe from bad build deps in Makefiles? +make -B %{?_smp_mflags} %install %make_install install_uid=`id -u` install_gid=`id -g`
