From 12b1d0b3d03c3cc1f6e946cbb4c06a9835528cf3c53727039a477cf2738cc577 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 21 Oct 2014 20:11:02 +0000 Subject: [PATCH] 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 --- rsync.changes | 6 ++++++ rsync.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/rsync.changes b/rsync.changes index e44f234..0362911 100644 --- a/rsync.changes +++ b/rsync.changes @@ -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 diff --git a/rsync.spec b/rsync.spec index 4c6f564..3813dfc 100644 --- a/rsync.spec +++ b/rsync.spec @@ -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