* Thu Mar 8 2007 David Cantrell <david@burdell.org> - 11.2.0.34-1

- Remove duplicate Activate On Boot checkbox in iw netconfig
- Set DHCPv6_DISABLE flag for auto neighbor discovery (#230941, #230949)
- Set loaderData->ip appropriately in STEP_IP (#231290)
- Replace hyphens in BOOTIF= parameter with colons (#209284)
- In strcount() in libisys, return 0 if tmp is NULL (#231290)
- Subclass Raid class in kickstart.py from F7_Raid (clumens)
- Make sure ext2 filesystem module is loaded early (clumens, #230946)
This commit is contained in:
David Cantrell 2007-03-08 23:39:55 +00:00
parent a71acafe75
commit de0ebe7877
3 changed files with 12 additions and 9 deletions

View File

@ -1,7 +1 @@
anaconda-11.2.0.24.tar.bz2 anaconda-11.2.0.34.tar.bz2
anaconda-11.2.0.25.tar.bz2
anaconda-11.2.0.26.tar.bz2
anaconda-11.2.0.27.tar.bz2
anaconda-11.2.0.28.tar.bz2
anaconda-11.2.0.32.tar.bz2
anaconda-11.2.0.33.tar.bz2

View File

@ -1,5 +1,5 @@
Name: anaconda Name: anaconda
Version: 11.2.0.33 Version: 11.2.0.34
Release: 1 Release: 1
License: GPL License: GPL
Summary: Graphical system installer Summary: Graphical system installer
@ -113,6 +113,15 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || : /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog %changelog
* Thu Mar 8 2007 David Cantrell <david@burdell.org> - 11.2.0.34-1
- Remove duplicate Activate On Boot checkbox in iw netconfig
- Set DHCPv6_DISABLE flag for auto neighbor discovery (#230941, #230949)
- Set loaderData->ip appropriately in STEP_IP (#231290)
- Replace hyphens in BOOTIF= parameter with colons (#209284)
- In strcount() in libisys, return 0 if tmp is NULL (#231290)
- Subclass Raid class in kickstart.py from F7_Raid (clumens)
- Make sure ext2 filesystem module is loaded early (clumens, #230946)
* Thu Mar 8 2007 Chris Lumens <clumens@redhat.com> - 11.2.0.33-1 * Thu Mar 8 2007 Chris Lumens <clumens@redhat.com> - 11.2.0.33-1
- Fix translations to build correctly. - Fix translations to build correctly.
- Fix traceback on upgrade due to yum API change. - Fix traceback on upgrade due to yum API change.

View File

@ -1 +1 @@
add6b6f9943aeecae74727a0e680a85b anaconda-11.2.0.33.tar.bz2 22cba5b7eea1a53c50f94fa9ee14b34f anaconda-11.2.0.34.tar.bz2