From c3a8cc4a0b1ceb0f7995103ad443dc0cac10333650bd687ae8cc6153a35e63ab Mon Sep 17 00:00:00 2001 From: Kristyna Streitova Date: Tue, 23 Jun 2015 12:23:26 +0000 Subject: [PATCH] Accepting request 313218 from home:scarabeus_iv:branches:Base:System - Start cron after sssd.service bnc#926961 OBS-URL: https://build.opensuse.org/request/show/313218 OBS-URL: https://build.opensuse.org/package/show/Base:System/cronie?expand=0&rev=143 --- cron.service | 1 + cronie.changes | 5 +++++ cronie.spec | 1 + 3 files changed, 7 insertions(+) diff --git a/cron.service b/cron.service index e195fbc..fb25f46 100644 --- a/cron.service +++ b/cron.service @@ -2,6 +2,7 @@ Description=Command Scheduler After=nss-user-lookup.target network.target time-sync.target After=postfix.service sendmail.service exim.service +After=sssd.service [Service] ExecStart=/usr/sbin/cron -n diff --git a/cronie.changes b/cronie.changes index afb0a67..2c5179d 100644 --- a/cronie.changes +++ b/cronie.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 23 08:27:40 UTC 2015 - tchvatal@suse.com + +- Start cron after sssd.service bnc#926961 + ------------------------------------------------------------------- Mon Jun 22 14:21:25 UTC 2015 - tchvatal@suse.com diff --git a/cronie.spec b/cronie.spec index e99a41e..4b681ce 100644 --- a/cronie.spec +++ b/cronie.spec @@ -62,6 +62,7 @@ Suggests: postfix Conflicts: cron <= 4.1 BuildRoot: %{_tmppath}/%{name}-%{version}-build %{?systemd_requires} +# This is needed as cron subpkg has its own version %{expand: %%define cronie_version %{version}} %description