From 9d7c5fd4ebff5f961341b7b455967b1aef40cb8fb2a2dd923701584a7b5a458b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Schr=C3=B6der?= Date: Wed, 11 Jan 2023 08:55:14 +0000 Subject: [PATCH] Accepting request 1057728 from home:dimstar:Factory - Replace usage of deprecated fgrep with grep -F. OBS-URL: https://build.opensuse.org/request/show/1057728 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl?expand=0&rev=227 --- perl.changes | 5 +++++ perl.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/perl.changes b/perl.changes index 9c18fad..23dffc2 100644 --- a/perl.changes +++ b/perl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 11 08:00:20 UTC 2023 - Dominique Leuenberger + +- Replace usage of deprecated fgrep with grep -F. + ------------------------------------------------------------------- Mon Jul 25 15:18:20 CEST 2022 - mls@suse.de diff --git a/perl.spec b/perl.spec index ae2f933..95e500d 100644 --- a/perl.spec +++ b/perl.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -255,7 +255,7 @@ install -m 444 saveConfig_heavy.pl $cpa/Config_heavy.pl # install macros.perl file install -D -m 644 %{SOURCE2} %{buildroot}%{_rpmconfigdir}/macros.d/macros.perl pushd %{_includedir} -( rpm -ql glibc-devel | fgrep '.h' +( rpm -ql glibc-devel | grep -F '.h' find %{_includedir}/asm/ -name \*.h find %{_includedir}/asm-generic -name \*.h find %{_includedir}/linux -name \*.h