[mdadm] Don't depend on syslog.target in mdmonitor.service

Jes Sorensen jsorensen at fedoraproject.org
Fri Mar 14 12:49:48 UTC 2014


commit 9cfefe3283527f252bb32aaa3a5f6cd5f8c0caf3
Author: Jes Sorensen <Jes.Sorensen at redhat.com>
Date:   Fri Mar 14 13:49:28 2014 +0100

    Don't depend on syslog.target in mdmonitor.service
    
    Resolves bz#1055202
    
    Signed-off-by: Jes Sorensen <Jes.Sorensen at redhat.com>

 mdadm.spec        |    6 +++++-
 mdmonitor.service |    1 -
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mdadm.spec b/mdadm.spec
index 222bef4..2e926c2 100644
--- a/mdadm.spec
+++ b/mdadm.spec
@@ -1,7 +1,7 @@
 Summary:     The mdadm program controls Linux md devices (software RAID arrays)
 Name:        mdadm
 Version:     3.3
-Release:     6%{?dist}
+Release:     7%{?dist}
 Source:      http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tar.xz
 Source1:     mdmonitor.init
 Source2:     raid-check
@@ -106,6 +106,10 @@ rm -rf %{buildroot}
 /etc/libreport/events.d/*
 
 %changelog
+* Fri Mar 14 2014 Jes Sorensen <Jes.Sorensen at redhat.com> - 3.3-7
+- Don't depend on syslog.target in mdmonitor.service
+- Resolves bz1055202
+
 * Fri Jan 31 2014 Jes Sorensen <Jes.Sorensen at redhat.com> - 3.3-6
 - Revert changes introduced in 3.3-5, they were based on incorrect
   recommendations.
diff --git a/mdmonitor.service b/mdmonitor.service
index 8c92f82..123ae8a 100644
--- a/mdmonitor.service
+++ b/mdmonitor.service
@@ -1,6 +1,5 @@
 [Unit]
 Description=Software RAID monitoring and management
-After=syslog.target
 ConditionPathExists=/etc/mdadm.conf
 
 [Service]


More information about the scm-commits mailing list