summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--anaconda.spec5
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 008337d8f..dfa8aa2d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-01-10 Jeremy Katz <katzj@redhat.com>
+
+ * anaconda.spec (Requires): Bump version.
+
2006-01-10 Peter Jones <pjones@redhat.com>
* harddrive.py: add switchMount() and use it where appropriate
diff --git a/anaconda.spec b/anaconda.spec
index 81a8a7d4b..6f864f67a 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 10.91.1
+Version: 10.91.2
Release: 1
License: GPL
Summary: Graphical system installer
@@ -78,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Tue Jan 10 2006 Jeremy Katz <katzj@redhat.com> - 10.91.2-1
+- fix hard drive installs (pjones)
+
* Tue Jan 10 2006 Jeremy Katz <katzj@redhat.com> - 10.91.1-1
- more ppc rescue image (jkeating)
- actually commit the dmraid fix (pjones)