Your message dated Sun, 06 Aug 2006 15:47:12 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#381683: fixed in yaird 0.0.12-17
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: yaird
Version: 0.0.12-16
Severity: important
Tags: patch

The output of "mdadm --detail" has changed in the new version 2.5.2, and
yaird 0.0.12 has problems with parsing the new output format. To be more
precise, mdadm offers a new key/value pair with the key "Name" in its
output.

The attached patch ignores the new behaviour and therefore fixes yaird.
--- RaidTab.pm  2006-08-06 15:26:33.710290095 +0200
+++ /usr/lib/yaird/perl/RaidTab.pm      2006-08-03 22:23:42.313192000 +0200
@@ -146,6 +146,9 @@
                elsif ($fields[$i] =~ /^spares=(\d+)$/i) {
                        # nothing
                }
+               elsif ($fields[$i] =~ /^name=(.+)$/i) {
+                       # nothing
+               }
                else {
                        my $pair = $fields[$i];
                        Base::fatal ("Unknown attribute $pair in mdadm output");

--- End Message ---
--- Begin Message ---
Source: yaird
Source-Version: 0.0.12-17

We believe that the bug you reported is fixed in the latest version of
yaird, which is due to be installed in the Debian FTP archive:

yaird_0.0.12-17.diff.gz
  to pool/main/y/yaird/yaird_0.0.12-17.diff.gz
yaird_0.0.12-17.dsc
  to pool/main/y/yaird/yaird_0.0.12-17.dsc
yaird_0.0.12-17_powerpc.deb
  to pool/main/y/yaird/yaird_0.0.12-17_powerpc.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jonas Smedegaard <[EMAIL PROTECTED]> (supplier of updated yaird package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun,  6 Aug 2006 22:50:56 +0200
Source: yaird
Binary: yaird
Architecture: source powerpc
Version: 0.0.12-17
Distribution: unstable
Urgency: low
Maintainer: Yaird Team <[EMAIL PROTECTED]>
Changed-By: Jonas Smedegaard <[EMAIL PROTECTED]>
Description: 
 yaird      - Yet Another mkInitRD
Closes: 381683
Changes: 
 yaird (0.0.12-17) unstable; urgency=low
 .
   * Add 1010 to support mdadm 2.5.2 (ignore new "name" field). This
     closes: bug#381683 (thanks to Tomas Prokosch
     <[EMAIL PROTECTED]>).
Files: 
 a5c1f0d5ca37c7a0d47ab78c2d29b855 710 utils optional yaird_0.0.12-17.dsc
 3d9fbe2b8bc156a46ec1a81fff682372 35311 utils optional yaird_0.0.12-17.diff.gz
 c5f801c0ed4d6e75d42be1f91d405ebf 187274 utils optional 
yaird_0.0.12-17_powerpc.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFE1m8en7DbMsAkQLgRAviGAKCmbDZAOe89hMXa/hdb2V6w6IDyQACfXnDl
DwB8a6Pj+2kPoXEVoU3pJXg=
=Y1H0
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to