Hello community, here is the log from the commit of package libtool for openSUSE:Factory checked in at 2018-05-13 15:53:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libtool (Old) and /work/SRC/openSUSE:Factory/.libtool.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libtool" Sun May 13 15:53:25 2018 rev:54 rq:605641 version:2.4.6 Changes: -------- --- /work/SRC/openSUSE:Factory/libtool/libtool-testsuite.changes 2018-05-06 14:54:13.436976043 +0200 +++ /work/SRC/openSUSE:Factory/.libtool.new/libtool-testsuite.changes 2018-05-13 15:53:27.539740612 +0200 @@ -1,0 +2,6 @@ +Wed May 9 03:34:16 UTC 2018 - [email protected] + +- Add libtool-reproducible-hostname.patch + to make package build reproducible (boo#1084909) + +------------------------------------------------------------------- libtool.changes: same change New: ---- libtool-reproducible-hostname.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libtool-testsuite.spec ++++++ --- /var/tmp/diff_new_pack.32uZio/_old 2018-05-13 15:53:28.319712148 +0200 +++ /var/tmp/diff_new_pack.32uZio/_new 2018-05-13 15:53:28.323712002 +0200 @@ -33,6 +33,8 @@ Source2: libtool.keyring Source3: baselibs.conf Source4: libtool-rpmlintrc +# PATCH-FIX-OPENSUSE -- do not add build host name boo#1084909 +Patch0: libtool-reproducible-hostname.patch BuildRequires: automake BuildRequires: gcc-c++ BuildRequires: gcc-fortran @@ -65,6 +67,7 @@ %prep %setup -q -n libtool-%{version} +%patch0 -p1 %build ./configure CFLAGS="%{optflags}" \ ++++++ libtool.spec ++++++ --- /var/tmp/diff_new_pack.32uZio/_old 2018-05-13 15:53:28.347711127 +0200 +++ /var/tmp/diff_new_pack.32uZio/_new 2018-05-13 15:53:28.351710981 +0200 @@ -33,6 +33,8 @@ Source2: libtool.keyring Source3: baselibs.conf Source4: libtool-rpmlintrc +# PATCH-FIX-OPENSUSE -- do not add build host name boo#1084909 +Patch0: libtool-reproducible-hostname.patch BuildRequires: automake BuildRequires: gcc-c++ BuildRequires: gcc-fortran @@ -65,6 +67,7 @@ %prep %setup -q -n libtool-%{version} +%patch0 -p1 %build ./configure CFLAGS="%{optflags}" \ ++++++ libtool-reproducible-hostname.patch ++++++ Index: libtool-2.4.6/configure =================================================================== --- libtool-2.4.6.orig/configure +++ libtool-2.4.6/configure @@ -31426,7 +31426,7 @@ $as_echo X"$file" | cat <<_LT_EOF >> "$cfgfile" #! $SHELL # Generated automatically by $as_me ($PACKAGE) $VERSION -# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: +# Libtool was configured on host localhost: # NOTE: Changes made to this file will be lost: look at ltmain.sh. # Provide generalized library-building support services.
