Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package dtc for openSUSE:Factory checked in 
at 2021-04-26 16:38:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dtc (Old)
 and      /work/SRC/openSUSE:Factory/.dtc.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dtc"

Mon Apr 26 16:38:31 2021 rev:37 rq:887291 version:1.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/dtc/dtc.changes  2020-03-18 12:25:37.740206065 
+0100
+++ /work/SRC/openSUSE:Factory/.dtc.new.12324/dtc.changes       2021-04-26 
16:38:36.853979162 +0200
@@ -1,0 +2,7 @@
+Wed Apr 21 10:28:05 UTC 2021 - Matthias Gerstner <matthias.gerst...@suse.com>
+
+- explicitly pass -pie in CFLAGS, since the build system explicitly passes
+  -fPIC, which breaks our gcc-PIE profile. This makes all packaged binaries
+  PIE-executables (bsc#1184122).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ dtc.spec ++++++
--- /var/tmp/diff_new_pack.KrhhCK/_old  2021-04-26 16:38:37.329979919 +0200
+++ /var/tmp/diff_new_pack.KrhhCK/_new  2021-04-26 16:38:37.329979919 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dtc
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -73,7 +73,7 @@
 %setup -q
 
 %build
-export EXTRA_CFLAGS="%{optflags}"
+export EXTRA_CFLAGS="%{optflags} -pie"
 %make_build NO_PYTHON=1
 cd pylibfdt
 python3 setup.py build_ext

Reply via email to