Accepting request 241776 from network
Do not depend on insserv if the package build with systemd support; it's useless (forwarded request 241774 from posophe) OBS-URL: https://build.opensuse.org/request/show/241776 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssh?expand=0&rev=98
This commit is contained in:
commit
b60cc98eb2
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 21 15:58:09 UTC 2014 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
- Do not depend on insserv if the package build with systemd support;
|
||||||
|
it's useless
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat May 17 22:31:29 UTC 2014 - crrodriguez@opensuse.org
|
Sat May 17 22:31:29 UTC 2014 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
@ -85,8 +85,10 @@ BuildRequires: pam-devel
|
|||||||
%if %{uses_systemd}
|
%if %{uses_systemd}
|
||||||
BuildRequires: pkgconfig(systemd)
|
BuildRequires: pkgconfig(systemd)
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
|
%else
|
||||||
|
PreReq: %{insserv_prereq}
|
||||||
%endif
|
%endif
|
||||||
PreReq: pwdutils %{insserv_prereq} %{fillup_prereq} coreutils
|
PreReq: pwdutils %{fillup_prereq} coreutils
|
||||||
Conflicts: nonfreessh
|
Conflicts: nonfreessh
|
||||||
Recommends: xauth
|
Recommends: xauth
|
||||||
Recommends: %{name}-helpers
|
Recommends: %{name}-helpers
|
||||||
|
Loading…
Reference in New Issue
Block a user