Hello community,

here is the log from the commit of package elfutils for openSUSE:Factory 
checked in at 2015-02-20 12:00:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/elfutils (Old)
 and      /work/SRC/openSUSE:Factory/.elfutils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "elfutils"

Changes:
--------
--- /work/SRC/openSUSE:Factory/elfutils/elfutils.changes        2015-01-10 
23:04:53.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.elfutils.new/elfutils.changes   2015-02-20 
12:00:31.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Feb 11 01:28:52 UTC 2015 - [email protected]
+
+- Make ebl modversion predictable to allow build-compare (bnc#916043)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ elfutils.spec ++++++
--- /var/tmp/diff_new_pack.MxaucA/_old  2015-02-20 12:00:32.000000000 +0100
+++ /var/tmp/diff_new_pack.MxaucA/_new  2015-02-20 12:00:32.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package elfutils
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -37,6 +37,8 @@
 Patch6:         elfutils-0.148-dont-crash.diff
 Patch7:         elfutils-fix-dir-traversal-vuln-in-ar-extraction.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  bison
 BuildRequires:  flex
 BuildRequires:  libbz2-devel
@@ -156,10 +158,15 @@
 DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\""
 TIME="\"$(date -d "${modified}" "+%%R")\""
 find . -type f -regex ".*\.c\|.*\.cpp\|.*\.h" -exec sed -i 
"s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g" {} +
+# Set modversion used to verify dynamically loaded ebl backend matches to
+# similarly predictable value [upstream default is hostname + date]
+MODVERSION="suse-build `eval echo ${DATE} ${TIME}`"
+sed --in-place "s/^MODVERSION=.*\$/MODVERSION=\"${MODVERSION}\"/" configure.ac
 %ifarch %sparc
 # Small PIC model not sufficient
 export CFLAGS="%optflags -fPIC"
 %endif
+autoreconf -fi
 %configure --program-prefix=eu-
 make %{?_smp_mflags}
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to