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 - 3.3-7 +- Don't depend on syslog.target in mdmonitor.service +- Resolves bz1055202 + * Fri Jan 31 2014 Jes Sorensen - 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]