* Tue Feb 17 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.20-1

- Fix indentation on upd-instroot (kanarip)
- Fix the indentation in mk-images (kanarip)
- Remove unused iface_netmask2prefix() function. (dcantrell)
- A parted.Disk has no attribute named "dev".  It's named "device"
  (#486007). (clumens)
- Use brandpkgname for the efi art too (katzj)
- Let's use the product string for a brandpackage name. (kanarip)
- Fix indentation in mk-images.efi (kanarip)
- Fix indentation in buildinstall script (kanarip)
- It's part.active, not part.is_active(). (clumens)
- File the basic traceback as the first comment instead of a generic
  message. (clumens)
- Encode our upgrade policy in productMatches/versionMatches and enforce it.
  (clumens)
- If we'd show package selection on kickstart installs, also show tasksel.
  (clumens)
This commit is contained in:
David Cantrell 2009-02-18 03:14:39 +00:00
parent d7aa864e08
commit 1dc23f7867
3 changed files with 21 additions and 5 deletions

View File

@ -1,3 +1 @@
anaconda-11.5.0.17.tar.bz2
anaconda-11.5.0.18.tar.bz2
anaconda-11.5.0.19.tar.bz2
anaconda-11.5.0.20.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 11.5.0.19
Version: 11.5.0.20
Release: 1
License: GPLv2+
Group: Applications/System
@ -207,6 +207,24 @@ update-desktop-database &> /dev/null || :
%endif
%changelog
* Tue Feb 17 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.20-1
- Fix indentation on upd-instroot (kanarip)
- Fix the indentation in mk-images (kanarip)
- Remove unused iface_netmask2prefix() function. (dcantrell)
- A parted.Disk has no attribute named "dev". It's named "device"
(#486007). (clumens)
- Use brandpkgname for the efi art too (katzj)
- Let's use the product string for a brandpackage name. (kanarip)
- Fix indentation in mk-images.efi (kanarip)
- Fix indentation in buildinstall script (kanarip)
- It's part.active, not part.is_active(). (clumens)
- File the basic traceback as the first comment instead of a generic
message. (clumens)
- Encode our upgrade policy in productMatches/versionMatches and enforce it.
(clumens)
- If we'd show package selection on kickstart installs, also show tasksel.
(clumens)
* Fri Feb 13 2009 Chris Lumens <clumens@redhat.com> - 11.5.0.19-1
- Fix build errors in the new net.c code. (clumens)

View File

@ -1 +1 @@
0e4223e5d6751699e4a38df5985cdcd3 anaconda-11.5.0.19.tar.bz2
947632a0371f42b0fe0e36396428d9e7 anaconda-11.5.0.20.tar.bz2