Accepting request 1004919 from home:Andreas_Schwab:Factory
- efgrep-warning.patch: remove warning from [ef]grep OBS-URL: https://build.opensuse.org/request/show/1004919 OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=125
This commit is contained in:
parent
ebc63d0566
commit
63994663b8
9
efgrep-warning.patch
Normal file
9
efgrep-warning.patch
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
Index: grep-3.8/src/egrep.sh
|
||||||
|
===================================================================
|
||||||
|
--- grep-3.8.orig/src/egrep.sh
|
||||||
|
+++ grep-3.8/src/egrep.sh
|
||||||
|
@@ -1,4 +1,2 @@
|
||||||
|
#!@SHELL@
|
||||||
|
-cmd=${0##*/}
|
||||||
|
-echo "$cmd: warning: $cmd is obsolescent; using @grep@ @option@" >&2
|
||||||
|
exec @grep@ @option@ "$@"
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 20 08:29:41 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
- efgrep-warning.patch: remove warning from [ef]grep
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Sep 4 10:13:04 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
Sun Sep 4 10:13:04 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
@ -29,6 +29,7 @@ Source2: https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz.sig
|
|||||||
Source3: %{name}.keyring
|
Source3: %{name}.keyring
|
||||||
Source4: profile.sh
|
Source4: profile.sh
|
||||||
Source5: %{name}-rpmlintrc
|
Source5: %{name}-rpmlintrc
|
||||||
|
Patch0: efgrep-warning.patch
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: glibc-locale
|
BuildRequires: glibc-locale
|
||||||
BuildRequires: makeinfo
|
BuildRequires: makeinfo
|
||||||
|
Loading…
Reference in New Issue
Block a user