Accepting request 257651 from home:posophe:branches:network

little fix

OBS-URL: https://build.opensuse.org/request/show/257651
OBS-URL: https://build.opensuse.org/package/show/network/rsync?expand=0&rev=37
This commit is contained in:
Dirk Mueller 2014-10-21 20:11:02 +00:00 committed by Git OBS Bridge
parent 473c80eb1b
commit 12b1d0b3d0
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Oct 19 13:38:21 UTC 2014 - p.drouand@gmail.com
- Do not depend on insserv if the system supports systemd; it's
useless
-------------------------------------------------------------------
Thu Jul 10 15:28:03 UTC 2014 - kruber@zib.de

View File

@ -52,7 +52,6 @@ BuildRequires: gpg-offline
%endif
PreReq: %fillup_prereq
PreReq: %insserv_prereq
PreReq: grep
PreReq: sed
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -63,6 +62,8 @@ Recommends: logrotate
BuildRequires: systemd
%{?systemd_requires}
%define has_systemd 1
%else
PreReq: %insserv_prereq
%endif
%description