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