Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package thin-provisioning-tools for
openSUSE:Factory checked in at 2021-06-18 10:13:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/thin-provisioning-tools (Old)
and /work/SRC/openSUSE:Factory/.thin-provisioning-tools.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "thin-provisioning-tools"
Fri Jun 18 10:13:25 2021 rev:21 rq:900189 version:0.9.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/thin-provisioning-tools/thin-provisioning-tools.changes
2020-08-23 09:19:24.182626064 +0200
+++
/work/SRC/openSUSE:Factory/.thin-provisioning-tools.new.2625/thin-provisioning-tools.changes
2021-06-18 10:13:35.049978216 +0200
@@ -1,0 +2,5 @@
+Wed Jun 9 13:29:05 UTC 2021 - Wolfgang Frisch <[email protected]>
+
+- Link as position-independent executable (bsc#1184124).
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ thin-provisioning-tools.spec ++++++
--- /var/tmp/diff_new_pack.njHsuV/_old 2021-06-18 10:13:35.517978834 +0200
+++ /var/tmp/diff_new_pack.njHsuV/_new 2021-06-18 10:13:35.521978839 +0200
@@ -1,7 +1,7 @@
#
# spec file for package thin-provisioning-tools
#
-# 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
@@ -35,7 +35,7 @@
BuildRequires: ncurses-devel
BuildRequires: suse-module-tools
Requires(post): coreutils
-Requires(postun): coreutils
+Requires(postun):coreutils
Conflicts: device-mapper < 1.02.115
%description
@@ -45,6 +45,8 @@
%autosetup
%build
+export CXXFLAGS="${CXXFLAGS} -fPIC"
+export LDFLAGS="-pie"
autoreconf -fiv
%configure \
--bindir=%{_sbindir} \