Accepting request 544600 from home:13ilya

- Add Requires/Requires(pre) group(dialout) (boo#1067511).

OBS-URL: https://build.opensuse.org/request/show/544600
OBS-URL: https://build.opensuse.org/package/show/network/rp-pppoe?expand=0&rev=19
This commit is contained in:
Илья Индиго 2017-11-23 12:26:51 +00:00 committed by Git OBS Bridge
parent e11a4050f7
commit 383423f000
3 changed files with 8 additions and 0 deletions

View File

@ -4,6 +4,7 @@ After=network.target
Wants=network.target Wants=network.target
[Service] [Service]
Group=dialout
Type=oneshot Type=oneshot
RemainAfterExit=true RemainAfterExit=true
ExecStart=/usr/sbin/pppoe-start ExecStart=/usr/sbin/pppoe-start

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 23 11:26:52 UTC 2017 - ilya@ilya.pp.ua
- Add Requires/Requires(pre) group(dialout) (boo#1067511).
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 9 12:53:45 UTC 2017 - ilya@ilya.pp.ua Thu Nov 9 12:53:45 UTC 2017 - ilya@ilya.pp.ua

View File

@ -41,8 +41,10 @@ Patch6: %{name}-pie.patch
Patch7: strip.diff Patch7: strip.diff
BuildRequires: ppp BuildRequires: ppp
BuildRequires: systemd BuildRequires: systemd
Requires: group(dialout)
Requires: net-tools Requires: net-tools
Requires: ppp Requires: ppp
Requires(pre): group(dialout)
%description %description
%{name} is a user-space redirector which permits the use of PPPoE %{name} is a user-space redirector which permits the use of PPPoE