diff --git a/.cvsignore b/.cvsignore index 1eda132..6063726 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,3 @@ anaconda-11.2.0.39.tar.bz2 anaconda-11.2.0.40.tar.bz2 +anaconda-11.2.0.41.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 29f1ec5..d6dea46 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,13 +1,12 @@ %define livearches %{ix86} x86_64 Name: anaconda -Version: 11.2.0.40 -Release: 2 +Version: 11.2.0.41 +Release: 1 License: GPL Summary: Graphical system installer Group: Applications/System Source: anaconda-%{version}.tar.bz2 -Patch0: anaconda-liveinst.patch BuildRequires: kudzu-devel >= 1.2.42, pciutils-devel BuildRequires: bzip2-devel, e2fsprogs-devel, python-devel, gtk2-devel BuildRequires: rpm-python >= 4.2-0.61, rpm-devel, gettext >= 0.11 @@ -22,7 +21,7 @@ BuildRequires: pango-devel, pirut, libXt-devel BuildRequires: slang-devel >= 2.0.6-2, slang-static BuildRequires: newt-devel, newt-static BuildRequires: glib2-devel >= 2.11.1-5, glib2-static -BuildRequires: libdhcp-devel >= 1.19, mkinitrd-devel >= 5.1.2-1 +BuildRequires: libdhcp-devel >= 1.24, mkinitrd-devel >= 5.1.2-1 BuildRequires: audit-libs-devel %ifarch %livearches BuildRequires: desktop-file-utils @@ -83,7 +82,6 @@ sets, but are not meant for use on already installed systems. %prep %setup -q -%patch0 -p1 %build make depend @@ -144,6 +142,25 @@ rm -rf $RPM_BUILD_ROOT /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Wed Mar 28 2007 Chris Lumens - 11.2.0.41-1 +- Fix partitioning under kickstart when using clearpart (#232936). +- Add padding on the device stripe graph (#217294). +- Fix probing RAID superblocks (#172648, #208970, #215231). +- Support using hal locking on the live CD (katzj, #231201). +- Fix text install UI flow (dcantrell). +- Add IPv4 address validation for s390 (dcantrell, #234152). +- Don't unnecessarily run DHCP on the add repos screen (dcantrell, #232512). +- Netlink cache cleanups (dcantrell). +- Package installation progress UI cleanups (dcantrell). +- Only probe for network devices with loaded modules (dcantrell, #233507). +- Better error handling on unprintable filesystem labels (#191679). +- Live CD and lowres UI fixes (katzj). +- Exit if the close button is clicked (katzj, #231775). +- Always display an IP address in the VNC info message (#231934). +- Handle dual IP stack manual configuration correctly (dcantrell, #232690). +- zlib has moved (katzj). +- Write out /etc/sysconfig/desktop file if there's a default (katzj, #233472). + * Fri Mar 23 2007 Jeremy Katz - 11.2.0.40-2 - fix xinit exiting diff --git a/sources b/sources index bca9f60..198a4d1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -66139953a48c79309b6687ea565a889d anaconda-11.2.0.40.tar.bz2 +8a5bdd2fd0bce3d0282b9eb48b8b8a2a anaconda-11.2.0.41.tar.bz2