Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lvm2 for openSUSE:Factory checked in at 2021-06-02 22:10:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lvm2 (Old) and /work/SRC/openSUSE:Factory/.lvm2.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lvm2" Wed Jun 2 22:10:24 2021 rev:146 rq:895446 version:2.03.10 Changes: -------- --- /work/SRC/openSUSE:Factory/lvm2/lvm2.changes 2021-04-26 16:38:39.693983683 +0200 +++ /work/SRC/openSUSE:Factory/.lvm2.new.1898/lvm2.changes 2021-06-02 22:10:29.456127726 +0200 @@ -1,0 +2,6 @@ +Tue May 25 11:23:12 UTC 2021 - Wolfgang Frisch <[email protected]> + +- Link test as position independent executable (bsc#1184124). + + bug-1184124-link-tests-as-PIE.patch + +------------------------------------------------------------------- New: ---- bug-1184124-link-tests-as-PIE.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lvm2.spec ++++++ --- /var/tmp/diff_new_pack.60VgzH/_old 2021-06-02 22:10:30.220127663 +0200 +++ /var/tmp/diff_new_pack.60VgzH/_new 2021-06-02 22:10:30.224127663 +0200 @@ -1,5 +1,5 @@ # -# spec file for package lvm2 +# spec file # # Copyright (c) 2021 SUSE LLC # @@ -79,6 +79,7 @@ # SUSE patches 2000+ for device mapper, udev rules Patch2001: bug-1012973_simplify-special-case-for-md-in-69-dm-lvm-metadata.patch # SUSE patches 3000+ for test code +Patch3001: bug-1184124-link-tests-as-PIE.patch # SUSE patches 4000+ for lvm2.spec Patch4001: bug-1037309_Makefile-skip-compliling-daemons-lvmlockd-directory.patch # To detect modprobe during build @@ -90,7 +91,7 @@ Requires: device-mapper >= %{device_mapper_version} Requires: modutils Requires(post): coreutils -Requires(postun): coreutils +Requires(postun):coreutils Provides: lvm = %{version} Obsoletes: lvm2-cmirrord <= %{lvm2_cmirrord_version} %{?systemd_requires} @@ -138,6 +139,7 @@ %patch1006 -p1 %patch1007 -p1 %patch2001 -p1 +%patch3001 -p1 %if !%{with lockd} %patch4001 -p1 @@ -479,6 +481,7 @@ %{_sbindir}/rclvm2-lvmlocking %else + %pre %service_add_pre blk-availability.service lvm2-monitor.service lvm2-lvmpolld.service lvm2-lvmpolld.socket ++++++ bug-1184124-link-tests-as-PIE.patch ++++++ Index: LVM2.2.03.10/test/Makefile.in =================================================================== --- LVM2.2.03.10.orig/test/Makefile.in +++ LVM2.2.03.10/test/Makefile.in @@ -31,6 +31,7 @@ LVM_TEST_RESULTS ?= results SOURCES = lib/not.c lib/harness.c lib/dmsecuretest.c CXXSOURCES = lib/runner.cpp CXXFLAGS += $(EXTRA_EXEC_CFLAGS) +LDFLAGS += -pie CLEAN_DIRS += dbus/__pycache__ $(LVM_TEST_RESULTS) ifneq (.,$(firstword $(srcdir)))
