From 5d5292b34648ef366f80d2877146c97d0b6dc997 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Feb 20 2009 23:14:06 +0000 Subject: * Fri Feb 20 2009 David Cantrell - 11.5.0.23-1 - Remove old content from utils/ (dcantrell) - Ensure request.drive is always a list (#485622) (dcantrell) - Pick up pyblock if it exists in block/ on an updates.img. (dcantrell) - Don't check for a swapfs on things that aren't partitions (#485977). (clumens) - Perform ext3->ext4 filesystem migration if ext4migrate is given (#484330). (clumens) - Translate i?86 into i386 as a base arch. (jkeating) - Teach upd-instroot about i586 arch, for sake of glibc.i586/openssl.i586 (jkeating) - Fix the obvious typo. (clumens) - filer.login raises an exception with it can't login, not returns None (#486454). (clumens) - Take into account that a parted.Partition's _fileSystem can be None (#485644). (clumens) --- diff --git a/.cvsignore b/.cvsignore index 651dd9f..520cb7c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1 @@ -anaconda-11.5.0.21.tar.bz2 -anaconda-11.5.0.22.tar.bz2 +anaconda-11.5.0.23.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 49ad2b1..6de4f6b 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 11.5.0.22 +Version: 11.5.0.23 Release: 1 License: GPLv2+ Group: Applications/System @@ -207,6 +207,23 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Fri Feb 20 2009 David Cantrell - 11.5.0.23-1 +- Remove old content from utils/ (dcantrell) +- Ensure request.drive is always a list (#485622) (dcantrell) +- Pick up pyblock if it exists in block/ on an updates.img. (dcantrell) +- Don't check for a swapfs on things that aren't partitions (#485977). + (clumens) +- Perform ext3->ext4 filesystem migration if ext4migrate is given (#484330). + (clumens) +- Translate i?86 into i386 as a base arch. (jkeating) +- Teach upd-instroot about i586 arch, for sake of glibc.i586/openssl.i586 + (jkeating) +- Fix the obvious typo. (clumens) +- filer.login raises an exception with it can't login, not returns None + (#486454). (clumens) +- Take into account that a parted.Partition's _fileSystem can be None + (#485644). (clumens) + * Thu Feb 19 2009 Chris Lumens - 11.5.0.22-1 - Updated Romanian translation (alexxed) - Remove the qla2xxx line from mk-images again (wwoods). diff --git a/sources b/sources index b8ed3d8..778c3b7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -641924fe6806103d07d927204b83ccf8 anaconda-11.5.0.22.tar.bz2 +65e77d8add5480a2772a75dac975e29d anaconda-11.5.0.23.tar.bz2