summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Nasrat <pnasrat@redhat.com>2005-07-20 21:35:58 +0000
committerPaul Nasrat <pnasrat@redhat.com>2005-07-20 21:35:58 +0000
commite1686895675c23dd46af0cfedd4adf13f6ed10bc (patch)
tree7fc5d4bacb35c3bbd0790cafb4d48a4e9e415c8f
parentf80b1034e20122a13b43b9a49150397329f5c706 (diff)
downloadanaconda-e1686895675c23dd46af0cfedd4adf13f6ed10bc.tar.gz
anaconda-e1686895675c23dd46af0cfedd4adf13f6ed10bc.tar.xz
anaconda-e1686895675c23dd46af0cfedd4adf13f6ed10bc.zip
-rw-r--r--ChangeLog2
-rw-r--r--anaconda.spec7
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index aee48f42e..66ee49ceb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2005-07-20 Paul Nasrat <pnasrat@redhat.com>
+ * anaconda.spec: Bump version.
+
* dispatch.py: Work in yum for testing
* installclass.py: Work in yum for testing
diff --git a/anaconda.spec b/anaconda.spec
index d0ea28353..a49cb87f6 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 10.3.0.5
+Version: 10.3.0.6
Release: 1
License: GPL
Summary: Graphical system installer
@@ -69,6 +69,11 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Wed Jul 20 2005 Paul Nasrat <pnasrat@redhat.com> 10.3.0.6-1
+- Ensure boot flag only on correct partition on pmac (#157245)
+- Plug in yum for nfs:/ by default
+- Include sungem_phy for pmac
+
* Wed Jul 13 2005 Chris Lumens <clumens@redhat.com> 10.3.0.5-1
- Fix pygtk bug on progress bars.
- Bump ia64 boot.img size (katzj, #162801).