Accepting request 1057735 from devel:languages:perl

- Replace usage of deprecated fgrep with grep -F. (forwarded request 1057728 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1057735
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl?expand=0&rev=128
This commit is contained in:
Dominique Leuenberger 2023-01-18 12:08:40 +00:00 committed by Git OBS Bridge
commit 429bce4a3a
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 11 08:00:20 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- Replace usage of deprecated fgrep with grep -F.
-------------------------------------------------------------------
Mon Jul 25 15:18:20 CEST 2022 - mls@suse.de

View File

@ -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