diff --git a/.cvsignore b/.cvsignore index de5457f..b4af349 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ anaconda-11.1.0.80.tar.bz2 +anaconda-11.1.0.81.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 986718d..42e9d6b 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,11 +1,11 @@ Name: anaconda -Version: 11.1.0.80 +Version: 11.1.0.81 Release: 1 License: GPL Summary: Graphical system installer Group: Applications/System Source: anaconda-%{PACKAGE_VERSION}.tar.bz2 -BuildPreReq: kudzu-devel >= 1.2.37, pciutils-devel +BuildPreReq: kudzu-devel >= 1.2.42, pciutils-devel BuildPreReq: bzip2-devel, e2fsprogs-devel, python-devel, gtk2-devel BuildPreReq: rpm-python >= 4.2-0.61, newt-devel, rpm-devel, gettext >= 0.11 BuildPreReq: rhpl, booty, libxml2-python, zlib-devel, elfutils-devel @@ -15,10 +15,10 @@ 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.10, mkinitrd-devel >= 5.1.2-1 +BuildPreReq: libdhcp-devel >= 1.12, mkinitrd-devel >= 5.1.2-1 Requires: rpm-python >= 4.2-0.61, rhpl >= 0.170, booty Requires: parted >= 1.7.1, pyparted >= 1.7.2 -Requires: kudzu > 1.2.0, yum >= 2.9.2, pirut >= 1.1.0 +Requires: kudzu >= 1.2.42, yum >= 2.9.2, pirut >= 1.1.0 Requires: libxml2-python, python-urlgrabber Requires: system-logos, pykickstart, system-config-date Requires: device-mapper >= 1.01.05-3 @@ -103,6 +103,29 @@ rm -rf $RPM_BUILD_ROOT /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Tue Aug 15 2006 Chris Lumens 11.1.0.81-1 +- Fix serial console shell IO (#201479). +- Don't traceback if URL install path is just "/" (#202368). +- Fix font typo (katzj, #202167). +- SELinux fixups (pjones). +- Handle virtpconsole option again (katzj, #201749, #202450). +- Kickstart install fixes (#202471, #202483). +- Mark strings for translation (#199022). +- Fix ISO install method traceback (#201775). +- Don't enable the back button if there's no screen to show (#197766). +- Don't clobber a working /etc/resolv.conf on VNC installs (#201874). +- Remember user choices on network config (dcantrel, #200986, #200797). +- More greek fixing (katzj, #196980). +- Sync pkgorder with what distill is expecting (katzj, #201923). +- RHEL upgrade tweaks (katzj, #201741). +- Install class detection (katzj, #201745). +- Fix text upgrade traceback (katzj, #201960). +- Add more libraries for s390 (katzj, #200985). +- Add SATA probing (pjones). +- Add registration key options (katzj, #201738). +- Don't automatically set UTC check box on kickstart installs (#181737). +- Patch from Paul Schroder for nogr mode. + * Tue Aug 08 2006 Paul Nasrat 11.1.0.80-1 - Blacklist e2fsprogs.ppc64 on upgrades (#200233) - Set self.currentMedia to [] (dcantrel, #201722). diff --git a/sources b/sources index bc2b57f..4b95045 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c2e0dc8aa99bf0de8814b3c9eedb6049 anaconda-11.1.0.80.tar.bz2 +a7253aa5527480d5746dcd9ba2d2b2b3 anaconda-11.1.0.81.tar.bz2