Accepting request 1001159 from home:13ilya:branches:network

Converted usage of egrep to "grep -E" (boo#1203092).

OBS-URL: https://build.opensuse.org/request/show/1001159
OBS-URL: https://build.opensuse.org/package/show/network/rp-pppoe?expand=0&rev=36
This commit is contained in:
Илья Индиго 2022-09-04 21:23:10 +00:00 committed by Git OBS Bridge
parent a14462b49d
commit 08d608d714
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Sep 4 17:53:20 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de> Sun Sep 4 17:53:20 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
- convert usage of egrep to grep -E (boo#1203092) - Converted usage of egrep to "grep -E" (boo#1203092).
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 10 13:47:22 UTC 2022 - Илья Индиго <ilya@ilya.cf> Thu Mar 10 13:47:22 UTC 2022 - Илья Индиго <ilya@ilya.cf>

View File

@ -1,5 +1,5 @@
# #
# spec file # spec file for package rp-pppoe
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2022 SUSE LLC
# #
@ -43,9 +43,9 @@ Patch7: %{name}-3.14-strip.patch
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: ppp BuildRequires: ppp
BuildRequires: pkgconfig(systemd) BuildRequires: pkgconfig(systemd)
Requires: group(%{_group})
Requires: iproute2 Requires: iproute2
Requires: ppp Requires: ppp
Requires: group(%{_group})
Requires(post): permissions Requires(post): permissions
Requires(pre): group(%{_group}) Requires(pre): group(%{_group})