summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-05-05 17:58:16 +0000
committerJeremy Katz <katzj@redhat.com>2005-05-05 17:58:16 +0000
commit8e6ac319b42f68bcdc81e7b7f1618df6f2f1e0b7 (patch)
tree74a088e9f00c3aa5d57cee295d15c506878f0e17
parent104266fe416a385e38cf7d29b5f3ec3dc34a1b71 (diff)
downloadanaconda-8e6ac319b42f68bcdc81e7b7f1618df6f2f1e0b7.tar.gz
anaconda-8e6ac319b42f68bcdc81e7b7f1618df6f2f1e0b7.tar.xz
anaconda-8e6ac319b42f68bcdc81e7b7f1618df6f2f1e0b7.zip
2005-05-05 Jeremy Katz <katzj@redhat.com>anaconda-10.2.0.60-1
* anaconda.spec: Bump version.
-rw-r--r--ChangeLog4
-rw-r--r--anaconda.spec12
2 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cda176411..dc4ab4f60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-05 Jeremy Katz <katzj@redhat.com>
+
+ * anaconda.spec: Bump version.
+
2005-05-05 Paul Nasrat <pnasrat@redhat.com>
* loader2/loader.c: fix typo
diff --git a/anaconda.spec b/anaconda.spec
index 2b2251dd3..38bd11b73 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 10.2.0.59
+Version: 10.2.0.60
Release: 1
License: GPL
Summary: Graphical system installer
@@ -11,6 +11,8 @@ Requires: pyparted, libxml2-python, python-urlgrabber
Requires: anaconda-help, system-logos
Obsoletes: anaconda-images <= 10
Url: http://fedora.redhat.com/projects/anaconda-installer/
+# temporary due to buildsys horkage
+ExcludeArch: s390 s390x
BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION}
@@ -69,6 +71,14 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Thu May 5 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.60-1
+- Better handling of the langsupport group (clumens)
+- Don't install the gfs stuff for all kernel variants, that brings in kernel-smp on an everything install (#156849)
+- Don't grow a partition beyond the largest freespace on a drive
+- HFS+ support
+- Pull in more selinux policy files to try to get /home labeled right
+- Fix typo causing segfault (pnasrat)
+
* Tue May 3 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.59-1
- Try to use the fb res on pmac
- Always reset terminal attrs on ppc (notting, #156411)