Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lynis for openSUSE:Factory checked in at 2025-10-06 18:07:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lynis (Old) and /work/SRC/openSUSE:Factory/.lynis.new.11973 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lynis" Mon Oct 6 18:07:39 2025 rev:61 rq:1309112 version:3.1.5 Changes: -------- --- /work/SRC/openSUSE:Factory/lynis/lynis.changes 2025-07-30 11:46:08.812634343 +0200 +++ /work/SRC/openSUSE:Factory/.lynis.new.11973/lynis.changes 2025-10-06 18:07:52.198620751 +0200 @@ -1,0 +2,5 @@ +Sat Oct 4 07:01:46 UTC 2025 - Andreas Stieger <[email protected]> + +- tests_binary_rpath: remove usage of egrep boo#1250997 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lynis.spec ++++++ --- /var/tmp/diff_new_pack.pJwoZ9/_old 2025-10-06 18:07:53.870690959 +0200 +++ /var/tmp/diff_new_pack.pJwoZ9/_new 2025-10-06 18:07:53.882691463 +0200 @@ -1,7 +1,7 @@ # # spec file for package lynis # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # Copyright (c) 2009-2013 Sascha Manns <[email protected]> # # All modifications and additions to the file contributed by third parties ++++++ tests_binary_rpath ++++++ --- /var/tmp/diff_new_pack.pJwoZ9/_old 2025-10-06 18:07:54.062699021 +0200 +++ /var/tmp/diff_new_pack.pJwoZ9/_new 2025-10-06 18:07:54.070699357 +0200 @@ -36,7 +36,7 @@ for FILE in $(find / -xdev -type f \( -perm -0100 -o -perm -0010 -o -perm -0001 \) 2>/dev/null) do ((FILENUM++)) - for RPATH_VAL in $(objdump -p "$FILE" 2>/dev/null | egrep -w '(RPATH|RUNPATH)' | awk '{ print $2 ":"}') + for RPATH_VAL in $(objdump -p "$FILE" 2>/dev/null | grep -E -w '(RPATH|RUNPATH)' | awk '{ print $2 ":"}') do if [ "${RPATH_VAL:0:7}" = "\$ORIGIN" ]; then continue; fi while [ -n "$RPATH_VAL" ]
