r331 - in mdadm/trunk/debian: . patches
madduck at users.alioth.debian.org
madduck at users.alioth.debian.org
Mon May 21 12:33:14 UTC 2007
Author: madduck
Date: 2007-05-21 12:33:14 +0000 (Mon, 21 May 2007)
New Revision: 331
Added:
mdadm/trunk/debian/patches/99-monitor-6+10-FIX.dpatch
Modified:
mdadm/trunk/debian/changelog
Log:
preparing new upload with new upstream version
Modified: mdadm/trunk/debian/changelog
===================================================================
--- mdadm/trunk/debian/changelog 2007-05-09 15:15:27 UTC (rev 330)
+++ mdadm/trunk/debian/changelog 2007-05-21 12:33:14 UTC (rev 331)
@@ -1,3 +1,15 @@
+mdadm (2.6.2-1) unstable; urgency=low
+
+ * New upstream release
+ - new options --fail detach and --remove faulty can be used to fail and
+ remove devices that are no longer physically present (closes: #416512).
+ - --help output now goes to stdout (closes: #416653).
+ - plenty of manpage fixes, thanks Peter Samuelson (closes: #414688).
+ * Incorporated patch by Mikko Rasa to fix detecting of raid6 (and raid10)
+ devices with --scan (closes: #421915).
+
+ -- martin f. krafft <madduck at debian.org> Mon, 21 May 2007 14:25:43 +0200
+
mdadm (2.6.1-1) unstable; urgency=low
* Release to unstable.
Added: mdadm/trunk/debian/patches/99-monitor-6+10-FIX.dpatch
===================================================================
--- mdadm/trunk/debian/patches/99-monitor-6+10-FIX.dpatch (rev 0)
+++ mdadm/trunk/debian/patches/99-monitor-6+10-FIX.dpatch 2007-05-21 12:33:14 UTC (rev 331)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 99-monitor-6+10-FIX.dpatch by martin f. krafft <madduck at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad mdadm-2.6.2~/Monitor.c mdadm-2.6.2/Monitor.c
+--- mdadm-2.6.2~/Monitor.c 2007-05-21 14:24:20.000000000 +0200
++++ mdadm-2.6.2/Monitor.c 2007-05-21 14:24:45.000000000 +0200
+@@ -401,6 +401,8 @@
+ if (mse->devnum != MAXINT &&
+ (strcmp(mse->level, "raid1")==0 ||
+ strcmp(mse->level, "raid5")==0 ||
++ strcmp(mse->level, "raid6")==0 ||
++ strcmp(mse->level, "raid10")==0 ||
+ strcmp(mse->level, "multipath")==0)
+ ) {
+ struct state *st = malloc(sizeof *st);
Property changes on: mdadm/trunk/debian/patches/99-monitor-6+10-FIX.dpatch
___________________________________________________________________
Name: svn:executable
+ *
More information about the pkg-mdadm-commits
mailing list