r81 - in mdadm/trunk/debian: . patches

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Mon Aug 7 10:10:10 UTC 2006


Author: madduck
Date: 2006-08-07 10:10:08 +0000 (Mon, 07 Aug 2006)
New Revision: 81

Removed:
   mdadm/trunk/debian/patches/99-run-logic-FIX.dpatch
Modified:
   mdadm/trunk/debian/changelog
Log:
preparing 2.5.3-1, but will not release until 2.5.2-10 is in testing

Modified: mdadm/trunk/debian/changelog
===================================================================
--- mdadm/trunk/debian/changelog	2006-08-07 10:09:29 UTC (rev 80)
+++ mdadm/trunk/debian/changelog	2006-08-07 10:10:08 UTC (rev 81)
@@ -1,3 +1,15 @@
+mdadm (2.5.3-1~unrelease.1) UNRELEASED; urgency=low
+
+  * New upstream release.
+    - now the --run switch behaves as stated in the manpage. This properly
+      fixes #287415
+    - new version-1 partitionable arrays are now named X instead of _dX (e.g.
+      0 instead of _d0) for device names like md_dX. I actually think this is
+      a bug and hope upstream will use dX (e.g. d0) instead in a future
+      version.
+
+ -- martin f. krafft <madduck at debian.org>  Mon,  7 Aug 2006 11:08:53 +0100
+
 mdadm (2.5.2-10) unstable; urgency=low
 
   * Applied patch by upstream to fix the logic of the --run switch (see

Deleted: mdadm/trunk/debian/patches/99-run-logic-FIX.dpatch
===================================================================
--- mdadm/trunk/debian/patches/99-run-logic-FIX.dpatch	2006-08-07 10:09:29 UTC (rev 80)
+++ mdadm/trunk/debian/patches/99-run-logic-FIX.dpatch	2006-08-07 10:10:08 UTC (rev 81)
@@ -1,53 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 99-run-logic-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.5.2.obsolete.0.0575067182808233~/mdadm.c mdadm-2.5.2.obsolete.0.0575067182808233/mdadm.c
---- mdadm-2.5.2.obsolete.0.0575067182808233~/mdadm.c	2006-06-26 06:11:00.000000000 +0100
-+++ mdadm-2.5.2.obsolete.0.0575067182808233/mdadm.c	2006-08-01 14:16:07.253413451 +0100
-@@ -1017,7 +1017,7 @@
- 				else {
- 					rv |= Assemble(ss, array_list->devname, mdfd,
- 						       array_list,
--						       devlist, NULL,
-+						       NULL, NULL,
- 						       readonly, runstop, NULL, homehost, verbose-quiet, force);
- 					if (rv == 0) cnt++;
- 				}
-@@ -1036,7 +1036,7 @@
- 					do {
- 						rv2 = Assemble(ss, NULL, -1,
- 							       &ident,
--							       devlist, NULL,
-+							       NULL, NULL,
- 							       readonly, runstop, NULL, homehost, verbose-quiet, force);
- 						if (rv2==0) {
- 							cnt++;
-@@ -1049,7 +1049,6 @@
- 							auto_update_home = 0;
- 					} while (rv2!=2);
- 					/* Incase there are stacked devices, we need to go around again */
--					devlist = conf_get_devs();
- 				} while (acnt);
- 				if (cnt == 0 && auto_update_home && homehost) {
- 					/* Nothing found, maybe we need to bootstrap homehost info */
-@@ -1058,7 +1057,7 @@
- 						do {
- 							rv2 = Assemble(ss, NULL, -1,
- 								       &ident,
--								       devlist, NULL,
-+								       NULL, NULL,
- 								       readonly, runstop, "homehost", homehost, verbose-quiet, force);
- 							if (rv2==0) {
- 								cnt++;
-@@ -1066,7 +1065,6 @@
- 							}
- 						} while (rv2!=2);
- 						/* Incase there are stacked devices, we need to go around again */
--						devlist = conf_get_devs();
- 					} while (acnt);
- 				}
- 				if (cnt == 0 && rv == 0) {




More information about the pkg-mdadm-commits mailing list