Your message dated Sat, 24 Nov 2007 15:17:06 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#452516: fixed in fai 3.2.3
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: fai-client
Version: 3.2.2
Severity: important
Tags: patch

The logic testing for the availability of the safe-upgrade option of aptitude is
errornous: If grep detects "safe-upgrade", it should be used, not the other way
round. The patch below fixes this.

Best,
Michael

Index: lib/updatebase
===================================================================
--- lib/updatebase      (revision 4788)
+++ lib/updatebase      (working copy)
@@ -33,9 +33,9 @@
 export aptopt=
 # this may be removed in lenny
 if $ROOTCMD aptitude --help | grep -q safe-upgrade; then
+    $ROOTCMD aptitude -y safe-upgrade
+else
     $ROOTCMD aptitude -y upgrade
-else
-    $ROOTCMD aptitude -y safe-upgrade
 fi
 
 $ROOTCMD aptitude $aptopt -f -y dist-upgrade </dev/null

Attachment: pgpf6VVenbXpx.pgp
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: fai
Source-Version: 3.2.3

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

fai-client_3.2.3_all.deb
  to pool/main/f/fai/fai-client_3.2.3_all.deb
fai-doc_3.2.3_all.deb
  to pool/main/f/fai/fai-doc_3.2.3_all.deb
fai-nfsroot_3.2.3_all.deb
  to pool/main/f/fai/fai-nfsroot_3.2.3_all.deb
fai-quickstart_3.2.3_all.deb
  to pool/main/f/fai/fai-quickstart_3.2.3_all.deb
fai-server_3.2.3_all.deb
  to pool/main/f/fai/fai-server_3.2.3_all.deb
fai_3.2.3.dsc
  to pool/main/f/fai/fai_3.2.3.dsc
fai_3.2.3.tar.gz
  to pool/main/f/fai/fai_3.2.3.tar.gz



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.
Thomas Lange <[EMAIL PROTECTED]> (supplier of updated fai 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: Sat, 24 Nov 2007 16:08:36 +0100
Source: fai
Binary: fai-client fai-server fai-doc fai-quickstart fai-nfsroot
Architecture: source all
Version: 3.2.3
Distribution: unstable
Urgency: medium
Maintainer: Thomas Lange <[EMAIL PROTECTED]>
Changed-By: Thomas Lange <[EMAIL PROTECTED]>
Description: 
 fai-client - Fully Automatic Installation client package
 fai-doc    - Documentation for FAI
 fai-nfsroot - Fully Automatic Installation nfsroot package
 fai-quickstart - Fully Automatic Installation quickstart package
 fai-server - Fully Automatic Installation server package
Closes: 452516
Changes: 
 fai (3.2.3) unstable; urgency=medium
 .
   * fix wrong logic in updatebase (closes: #452516)
Files: 
 4f0a70bac330383a0f3143b6e43acb3c 724 admin extra fai_3.2.3.dsc
 9bb595d5c2bdb4cf1fc93af1d6594deb 232257 admin extra fai_3.2.3.tar.gz
 767119106f261337af0bfc3c1e1ac2fd 106470 admin extra fai-client_3.2.3_all.deb
 fff785311be0a496d1af285d2130ca46 578136 doc extra fai-doc_3.2.3_all.deb
 456fc117caf3188070a65a45f1b78d8f 55876 admin extra fai-server_3.2.3_all.deb
 ca7143072f32bd2ab3d7027e323bcbc9 1866 admin extra fai-quickstart_3.2.3_all.deb
 65eef9d7b47b4e12a5188331fdf13914 49180 admin extra fai-nfsroot_3.2.3_all.deb

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

iD8DBQFHSD623BPlTqubZv0RAp26AKCE+ACVKqN3v7hUu2Z20wS7Bsc2AgCgubHE
wAhrIt8U6M32yhfC1FmfmVA=
=h1Dn
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to