diff options
author | Chris Lumens <clumens@redhat.com> | 2005-03-23 21:26:40 +0000 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2005-03-23 21:26:40 +0000 |
commit | 74ca0d87c8cfe4adff3ebdc6e7d55096c9c34871 (patch) | |
tree | 322b3dd257d9b3486ca58b55162e2be693effb1c /anaconda.spec | |
parent | 7d2a7daff0f3c0cc3b9a9937c72d6282a5b6c170 (diff) | |
download | anaconda-74ca0d87c8cfe4adff3ebdc6e7d55096c9c34871.tar.gz anaconda-74ca0d87c8cfe4adff3ebdc6e7d55096c9c34871.tar.xz anaconda-74ca0d87c8cfe4adff3ebdc6e7d55096c9c34871.zip |
Bump version.
Diffstat (limited to 'anaconda.spec')
-rw-r--r-- | anaconda.spec | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec index 1fc51abc8..6ec92fc88 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,5 +1,5 @@ Name: anaconda -Version: 10.2.0.30 +Version: 10.2.0.31 Release: 1 License: GPL Summary: Graphical system installer @@ -69,6 +69,13 @@ rm -rf $RPM_BUILD_ROOT /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Wed Mar 23 2005 Chris Lumens <clumens@redhat.com> 10.2.0.31-1 +- Add libgcc for images. +- Rewrite language handling. +- Fix readImageFromFile deprecation warning (katzj). +- Don't hide groups which just have metapkgs (katzj, #149182). +- Load SELinux booleans (katzj, #151896). + * Tue Mar 22 2005 Chris Lumens <clumens@redhat.com> 10.2.0.30-1 - Try harder on the libstdc++ include. - Fix /etc/resolv.conf fir interactive kickstart installs (#151472). |