summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2005-04-01 21:09:23 +0000
committerChris Lumens <clumens@redhat.com>2005-04-01 21:09:23 +0000
commit7e944bd61a1c99d9f4e08c007068bef6a6e2fb2d (patch)
treed4952d8f308fc86705178dae490487ee7afd70d8 /anaconda.spec
parente7792dc4e78a5f1a4b4263e50e95dffabd42089f (diff)
downloadanaconda-7e944bd61a1c99d9f4e08c007068bef6a6e2fb2d.tar.gz
anaconda-7e944bd61a1c99d9f4e08c007068bef6a6e2fb2d.tar.xz
anaconda-7e944bd61a1c99d9f4e08c007068bef6a6e2fb2d.zip
Removed language_support_gui.py and all references to it, since we were
already skipping that step. Bump version.
Diffstat (limited to 'anaconda.spec')
-rw-r--r--anaconda.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index ced6fab9f..5069a795f 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 10.2.0.37
+Version: 10.2.0.38
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
+* Fri Apr 01 2005 Chris Lumens <clumens@redhat.com> 10.2.0.38-1
+- Set default language for /etc/sysconfig/i18n (#149688).
+- Make sure hostname option isn't greyed out if using static IP (#149116).
+- Remove unused packages, python library bits, and locale info (katzj).
+- Add missing Indic font packages (katzj).
+- Various language fixups.
+
* Wed Mar 30 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.37-1
- try not using maxcpus=1 for arches which still had it
- don't use the reserved variable name str (sopwith)