Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package execstack for openSUSE:Factory checked in at 2021-12-06 23:59:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/execstack (Old) and /work/SRC/openSUSE:Factory/.execstack.new.31177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "execstack" Mon Dec 6 23:59:57 2021 rev:2 rq:935922 version:0.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/execstack/execstack.changes 2015-12-24 12:15:58.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.execstack.new.31177/execstack.changes 2021-12-07 00:01:10.892182595 +0100 @@ -1,0 +2,7 @@ +Fri Dec 3 07:34:40 UTC 2021 - Dominik Gedon <[email protected]> + +- fix package description +- update copyright +- cleanup regarding recommendations from spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ execstack.spec ++++++ --- /var/tmp/diff_new_pack.BCKuPL/_old 2021-12-07 00:01:11.516180388 +0100 +++ /var/tmp/diff_new_pack.BCKuPL/_new 2021-12-07 00:01:11.520180373 +0100 @@ -1,7 +1,7 @@ # # spec file for package execstack # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # 2014 Wolfgang Rosenauer # # All modifications and additions to the file contributed by third parties @@ -13,9 +13,10 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # + Name: execstack Version: 0.5.0 Release: 0%{?dist} @@ -27,8 +28,8 @@ # do not use dynamic shortcommit, Source0 with git format and autosetup # because "osc service localrun source_validator" would report error -License: GPL-2.0+ -Url: https://github.com/keszybz/prelink/archive +License: GPL-2.0-or-later +URL: https://github.com/keszybz/prelink/archive Source0: prelink-%{shortcommit}.tar.gz #ource0: https://github.com/keszybz/prelink/archive/%%{commit}.tar.gz#/prelink-%%{shortcommit}.tar.gz @@ -37,16 +38,21 @@ # bypass where gcc linker do not add the GNU_STACK default header in elf file Patch2: prelink_add_no_execstack_for_ppc64.patch -BuildRequires: libelf-devel -BuildRequires: libselinux-devel, selinux-tools BuildRequires: git -Requires: glibc >= 2.2.4-18, coreutils, findutils -Requires: util-linux, gawk, grep +BuildRequires: libelf-devel +BuildRequires: libselinux-devel +BuildRequires: selinux-tools +Requires: coreutils +Requires: findutils +Requires: gawk +Requires: glibc >= 2.2.4-18 +Requires: grep +Requires: util-linux Conflicts: prelink <= %{version} %description This package is built from prelink sources but contains just the -execstack binary. It can be used manipulate ELF binaries to run +execstack binary. It can be used to manipulate ELF binaries to run with or without executable stack. %prep
