Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tar for openSUSE:Factory checked in at 2021-06-20 19:37:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tar (Old) and /work/SRC/openSUSE:Factory/.tar.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tar" Sun Jun 20 19:37:45 2021 rev:72 rq:899901 version:1.34 Changes: -------- --- /work/SRC/openSUSE:Factory/tar/tar.changes 2021-02-22 14:22:08.831536959 +0100 +++ /work/SRC/openSUSE:Factory/.tar.new.2625/tar.changes 2021-06-20 19:37:48.057498909 +0200 @@ -1,0 +2,7 @@ +Wed Jun 9 12:09:49 UTC 2021 - Wolfgang Frisch <wolfgang.fri...@suse.com> + +- Link /var/lib/tests/tar/bin/genfile as Position-Independent Executable + (bsc#1184124). + + tar-PIE.patch + +------------------------------------------------------------------- New: ---- tar-PIE.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tar.spec ++++++ --- /var/tmp/diff_new_pack.MyCXKu/_old 2021-06-20 19:37:49.761501176 +0200 +++ /var/tmp/diff_new_pack.MyCXKu/_new 2021-06-20 19:37:49.761501176 +0200 @@ -40,6 +40,7 @@ #https://bugzilla.opensuse.org/show_bug.cgi?id=918487 Patch4: %{name}-recursive--files-from.patch Patch5: add_readme-tests.patch +Patch6: tar-PIE.patch BuildRequires: automake >= 1.15 BuildRequires: libacl-devel BuildRequires: libselinux-devel @@ -77,7 +78,7 @@ Summary: Remote tape drive control server by GNU Group: Productivity/Archiving/Backup Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives Provides: rmt %description rmt @@ -108,6 +109,7 @@ %patch3 -p1 #%patch4 -p1 %patch5 -p1 +%patch6 -p1 %build %define my_cflags -W -Wall -Wpointer-arith -Wstrict-prototypes -Wformat-security -Wno-unused-parameter -fPIE ++++++ tar-PIE.patch ++++++ Index: tar-1.34/tests/Makefile.am =================================================================== --- tar-1.34.orig/tests/Makefile.am +++ tar-1.34/tests/Makefile.am @@ -317,6 +317,7 @@ installcheck-local: $(check_PROGRAMS) check_PROGRAMS = genfile checkseekhole ckmtime genfile_SOURCES = genfile.c argcv.c argcv.h +genfile_LDFLAGS = -pie checkseekhole_SOURCES = checkseekhole.c localedir = $(datadir)/locale