From 7766cce852d3a77471f0444c15b6e71ce2295242 Mon Sep 17 00:00:00 2001 From: Vitezslav Crhonek Date: Wed, 12 Mar 2014 14:59:51 +0100 Subject: [PATCH] Wait for the slpd.service in the systemd unit file --- tog-pegasus.service | 2 +- tog-pegasus.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/tog-pegasus.service b/tog-pegasus.service index 66d6911..50df564 100644 --- a/tog-pegasus.service +++ b/tog-pegasus.service @@ -1,6 +1,6 @@ [Unit] Description=OpenPegasus CIM Server -After=syslog.target +After=syslog.target slpd.service [Service] Type=forking diff --git a/tog-pegasus.spec b/tog-pegasus.spec index 4bd5a28..f20bca4 100644 --- a/tog-pegasus.spec +++ b/tog-pegasus.spec @@ -8,7 +8,7 @@ Name: tog-pegasus Version: %{major_ver}.0 -Release: 8%{?dist} +Release: 9%{?dist} Epoch: 2 Summary: OpenPegasus WBEM Services for Linux @@ -496,6 +496,9 @@ fi %changelog +* Wed Mar 12 2014 Vitezslav Crhonek - 2:2.13.0-9 +- Wait for the slpd.service in the systemd unit file (patch by Tomas Smetana) + * Thu Mar 06 2014 Stephen Gallagher - 2:2.13.0-8 - Generate SSL certificates with x509v3 and CA:FALSE - Automatically import self-signed certificates into local trust-store