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:
Stephan Kulow 2014-10-31 17:27:10 +00:00 committed by Git OBS Bridge
commit 91e62daedf
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 Thu Jul 10 15:28:03 UTC 2014 - kruber@zib.de

View File

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