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
This commit is contained in:
parent
f4925d77e5
commit
9d7c5fd4eb
@ -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
|
Mon Jul 25 15:18:20 CEST 2022 - mls@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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 macros.perl file
|
||||||
install -D -m 644 %{SOURCE2} %{buildroot}%{_rpmconfigdir}/macros.d/macros.perl
|
install -D -m 644 %{SOURCE2} %{buildroot}%{_rpmconfigdir}/macros.d/macros.perl
|
||||||
pushd %{_includedir}
|
pushd %{_includedir}
|
||||||
( rpm -ql glibc-devel | fgrep '.h'
|
( rpm -ql glibc-devel | grep -F '.h'
|
||||||
find %{_includedir}/asm/ -name \*.h
|
find %{_includedir}/asm/ -name \*.h
|
||||||
find %{_includedir}/asm-generic -name \*.h
|
find %{_includedir}/asm-generic -name \*.h
|
||||||
find %{_includedir}/linux -name \*.h
|
find %{_includedir}/linux -name \*.h
|
||||||
|
Loading…
Reference in New Issue
Block a user