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
This commit is contained in:
Kristyna Streitova 2015-06-23 12:23:26 +00:00 committed by Git OBS Bridge
parent 93a4cef2d6
commit c3a8cc4a0b
3 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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