diff --git a/.cvsignore b/.cvsignore index 4fef550..6e010ed 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -anaconda-11.1.0.56.tar.bz2 +anaconda-11.1.0.57.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 6854b9a..8cd9b93 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,5 +1,5 @@ Name: anaconda -Version: 11.1.0.56 +Version: 11.1.0.57 Release: 1 License: GPL Summary: Graphical system installer @@ -15,8 +15,7 @@ BuildPreReq: pykickstart, yum >= 2.9.2, device-mapper >= 1.01.05-3, BuildPreReq: libsepol-devel BuildPreReq: pango-devel, pirut, libXt-devel, slang-devel >= 2.0.6-2 BuildPreReq: glib2-devel >= 2.11.1-5 -BuildPreReq: libdhcp-devel >= 1.6 -BuildPreReq: libdhcp4client-devel, libdhcp6client-devel +BuildPreReq: libdhcp-devel >= 1.9 Requires: rpm-python >= 4.2-0.61, rhpl >= 0.170, parted >= 1.6.3-7, booty Requires: kudzu > 1.2.0, yum >= 2.9.2, pirut >= 1.1.0 Requires: pyparted, libxml2-python, python-urlgrabber @@ -101,6 +100,24 @@ rm -rf $RPM_BUILD_ROOT /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Thu Jul 13 2006 David Cantrell - 11.1.0.57-1 +- Fix unknown error on shadow file (#196705, clumens) +- Removed inet_calcGateway (clumens) +- Don't guess gateway address in text network UI (#197578, clumens) +- Change iutil.copyFile calls to shutil.copyfile (clumens) +- Removed DRI enable/disable code from xsetup (clumens) +- Removed copyFile, getArch, memInstalled, and rmrf from iutil (clumens) +- Don't pass command as first argument to subprocess calls (clumens) +- Added network debugging mode for readNetConfig() in loader +- Removed "BOOTP" string from loader network config UI +- Added new dialog for network device config in stage2 (katzj) +- Write gateway address to correct struct in manualNetConfig +- Removed IP_STRLEN macro since that's moved to libdhcp +- Link and compile libisys with libdhcp +- Added back 'confignetdevice' and 'pumpnetdevice' in iutil +- Removed isys_calcNetmask and isys_calcNS (clumens) +- Added xkeyboard-config to fix VT switching (katzj) + * Tue Jul 11 2006 David Cantrell - 11.1.0.56-1 - Many changes and fixes in the loader2 network configuration, both dhcp and manual IP entry diff --git a/sources b/sources index 5183add..ffb6657 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bd9f71381a8a7d905e80a5fd14301ab6 anaconda-11.1.0.56.tar.bz2 +ce0295899aad0789597ce31980b25b1d anaconda-11.1.0.57.tar.bz2