Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mpitests for openSUSE:Factory checked in at 2022-09-20 19:23:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mpitests (Old) and /work/SRC/openSUSE:Factory/.mpitests.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mpitests" Tue Sep 20 19:23:37 2022 rev:10 rq:1004730 version:3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/mpitests/mpitests.changes 2020-06-11 14:52:35.950894126 +0200 +++ /work/SRC/openSUSE:Factory/.mpitests.new.2083/mpitests.changes 2022-09-20 19:23:41.930493862 +0200 @@ -1,0 +2,5 @@ +Mon Sep 12 13:22:05 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- avoid using egrep, use grep -E to be compatible with newer grep versions + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mpitests.spec ++++++ --- /var/tmp/diff_new_pack.Wo79VW/_old 2022-09-20 19:23:42.410495239 +0200 +++ /var/tmp/diff_new_pack.Wo79VW/_new 2022-09-20 19:23:42.414495250 +0200 @@ -1,7 +1,7 @@ # -# spec file for package mpitests +# spec file # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -30,11 +30,11 @@ # or in a dependency (when the top is an HPC meta RPM). # However all the necessary packages MUST be installed. %define hpc_mpi_home %( \ - check_package(){ (rpm -ql $1 | egrep -q 'bin/mpicc$') && echo $1;}; \ + check_package(){ (rpm -ql $1 | grep -E -q 'bin/mpicc$') && echo $1;}; \ get_linked_pack(){ rpm -qR $1 | grep -v rpmlib | grep -v /sh | awk '{print $1}';}; \ dirname $(dirname $(rpm -ql $(check_package %flavor || check_package %{flavor}-devel || \ check_package $(get_linked_pack %flavor) || check_package $(get_linked_pack %{flavor}-devel)) | \ - egrep 'bin/mpicc$'))) + grep -E 'bin/mpicc$'))) %endif