Accepting request 257906 from network
1 OBS-URL: https://build.opensuse.org/request/show/257906 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsync?expand=0&rev=52
This commit is contained in:
commit
91e62daedf
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user