Accepting request 241774 from home:posophe:branches:network

Do not depend on insserv if the package build with systemd support;
  it's useless

OBS-URL: https://build.opensuse.org/request/show/241774
OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=84
This commit is contained in:
Petr Cerny 2014-07-21 16:02:23 +00:00 committed by Git OBS Bridge
parent 4187c8a645
commit 9913e17746
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -85,8 +85,10 @@ BuildRequires: pam-devel
%if %{uses_systemd}
BuildRequires: pkgconfig(systemd)
%{?systemd_requires}
%else
PreReq: %{insserv_prereq}
%endif
PreReq: pwdutils %{insserv_prereq} %{fillup_prereq} coreutils
PreReq: pwdutils %{fillup_prereq} coreutils
Conflicts: nonfreessh
Recommends: xauth
Recommends: %{name}-helpers