From d8666fccff4f52c1e7de7bd915a12014c77d7843 Mon Sep 17 00:00:00 2001 From: Jes Sorensen Date: Thu, 10 May 2012 14:07:44 +0200 Subject: [PATCH] Fix mdadm.conf to use 'd' for /var/run/mdadm creation, to avoid the map file getting deleted during boot. Signed-off-by: Jes Sorensen --- mdadm.conf | 2 +- mdadm.spec | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) 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)