* Fri Feb 20 2009 David Cantrell <dcantrell@redhat.com> - 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)
This commit is contained in:
David Cantrell 2009-02-20 23:14:06 +00:00
parent ed906cd521
commit 5d5292b346
3 changed files with 20 additions and 4 deletions

View File

@ -1,2 +1 @@
anaconda-11.5.0.21.tar.bz2
anaconda-11.5.0.22.tar.bz2
anaconda-11.5.0.23.tar.bz2

View File

@ -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 <dcantrell@redhat.com> - 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 <clumens@redhat.com> - 11.5.0.22-1
- Updated Romanian translation (alexxed)
- Remove the qla2xxx line from mk-images again (wwoods).

View File

@ -1 +1 @@
641924fe6806103d07d927204b83ccf8 anaconda-11.5.0.22.tar.bz2
65e77d8add5480a2772a75dac975e29d anaconda-11.5.0.23.tar.bz2