diff --git a/.cvsignore b/.cvsignore index 51e590e..6110ddc 100644 --- a/.cvsignore +++ b/.cvsignore @@ -2,3 +2,4 @@ anaconda-11.4.1.1.tar.bz2 anaconda-11.4.1.2.tar.bz2 anaconda-11.4.1.3.tar.bz2 anaconda-11.4.1.4.tar.bz2 +anaconda-11.4.1.5.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 537c7d0..3d3ebdb 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 11.4.1.4 +Version: 11.4.1.5 Release: 1 License: GPLv2+ Group: Applications/System @@ -208,6 +208,19 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Fri Jun 13 2008 Chris Lumens - 11.4.1.5-1 +- Add a mirrorlist option. (jkeating) +- Don't display garbage when prompting for the updates device. (clumens) +- Don't write out yum repo config files in kickstart.py. (clumens) +- It doesn't make sense to insert a disk into a partition, so don't + ask. (clumens) +- Unmount /mnt/sysimage/dev manually since it doesn't get an entry. (clumens) +- Link ld-linux.so.2 to ld-*.*.*.so (dcantrell) +- Quote the repo name in anaconda-ks.cfg in case it includes spaces. (clumens) +- Move all the exception classes into a single file. (clumens) +- And import iutil a the end as well. (clumens) +- Don't display obsoleted packages in the UI. (clumens) + * Thu Jun 05 2008 Chris Lumens - 11.4.1.4-1 - Fix text mode button translations (#450176). (clumens) - Remove a rogue call to textdomain. (clumens) diff --git a/sources b/sources index aee2d05..85f3af6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bdab3f57a410a7a75ddb674171ad3ed5 anaconda-11.4.1.4.tar.bz2 +9bad697e9d77cab24d7b2f0965da8328 anaconda-11.4.1.5.tar.bz2