From c61ad5b95a5a1b13c0bc317b2168c92e300dfcc94b2ed095d8e0988bf15d83ef Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Fri, 22 Oct 2010 14:31:55 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/mdadm revision 48.0 OBS-URL: https://build.opensuse.org/package/show/Base:System/mdadm?expand=0&rev=8b8482559426848a9cce25441ac2b345 --- mdadm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdadm.spec b/mdadm.spec index 6a133a1..6fd0252 100644 --- a/mdadm.spec +++ b/mdadm.spec @@ -20,7 +20,7 @@ Name: mdadm Version: 3.1.4 -Release: 8 +Release: 1 BuildRequires: sgmltool PreReq: %fillup_prereq %insserv_prereq Obsoletes: raidtools From cfe801adf77484a330b9007a7bc0f695572b69bb8186bf1965125886c1cec71f Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Wed, 17 Nov 2010 03:29:15 +0000 Subject: [PATCH 2/2] - boot.md - change args to mdmon. The argument parsing of mdmon changed in the recent update and we need to change boot.md to match. bnc#653965 OBS-URL: https://build.opensuse.org/package/show/Base:System/mdadm?expand=0&rev=29 --- boot.md | 2 +- mdadm.changes | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/boot.md b/boot.md index 5e201e5..5ebfc13 100644 --- a/boot.md +++ b/boot.md @@ -105,7 +105,7 @@ case "$1" in ln -s /dev/.mdadm /var/run/mdadm fi # restart mdmon (exits silently if there is nothing to monitor) - /sbin/mdmon /proc/mdstat / + /sbin/mdmon --all --takeover # Check for existence of needed config file and read it [ -r $mdadm_SYSCONFIG ] || _rc_exit 6 "... $mdadm_SYSCONFIG not existing " diff --git a/mdadm.changes b/mdadm.changes index 8ceb5d5..55c6e57 100644 --- a/mdadm.changes +++ b/mdadm.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Nov 17 03:27:33 UTC 2010 - nfbrown@novell.com + +- boot.md - change args to mdmon. + The argument parsing of mdmon changed in the recent update + and we need to change boot.md to match. + ------------------------------------------------------------------- Thu Oct 21 18:01:14 CEST 2010 - ro@suse.de