diff --git a/mdadm.conf b/mdadm.conf index e70b363..6200117 100644 --- a/mdadm.conf +++ b/mdadm.conf @@ -1 +1 @@ -D /var/run/mdadm 0710 root root - +d /var/run/mdadm 0710 root root - diff --git a/mdadm.spec b/mdadm.spec index 0b74d26..9eb6b97 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.2.4 -Release: 1%{?dist} +Release: 2%{?dist} Source: http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tar.xz Source1: mdmonitor.init Source2: raid-check @@ -128,6 +128,10 @@ fi %{_initrddir}/* %changelog +* Thu May 10 2012 Jes Sorensen - 3.2.4-2 +- Fix mdadm.conf to use 'd' for /var/run/mdadm creation, to avoid the + map file getting deleted during boot. + * Thu May 10 2012 Jes Sorensen - 3.2.4-1 - Upgrade to mdadm-3.2.4 - Resolves bz820534 (rawhide) bz820527 (f17) bz820531 (f16) bz820532 (f15)