summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-04-27 05:42:49 +0000
committerJeremy Katz <katzj@redhat.com>2005-04-27 05:42:49 +0000
commit7b5615a34d5d92ff829860504d6701d3ab669b61 (patch)
treedd86ec2ce25cd592015fdc0a9c643d42a27e45b6
parent41f125f91815c3fb8aae9b2b647f6a1dd434079b (diff)
downloadanaconda-7b5615a34d5d92ff829860504d6701d3ab669b61.tar.gz
anaconda-7b5615a34d5d92ff829860504d6701d3ab669b61.tar.xz
anaconda-7b5615a34d5d92ff829860504d6701d3ab669b61.zip
2005-04-27 Jeremy Katz <katzj@redhat.com>
* anaconda.spec: Bump version.
-rw-r--r--ChangeLog2
-rw-r--r--anaconda.spec8
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d4999f262..4febf164d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2005-04-27 Jeremy Katz <katzj@redhat.com>
+ * anaconda.spec: Bump version.
+
* loader2/hardware.c (detectHardware): Probe macio (pnasrat, #154846)
* packages.py (InstallCallback.cb): Fix order of retry/reboot (#155884)
diff --git a/anaconda.spec b/anaconda.spec
index 436a7ead3..43d6d621f 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 10.2.0.53
+Version: 10.2.0.54
Release: 1
License: GPL
Summary: Graphical system installer
@@ -69,6 +69,12 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Wed Apr 27 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.54-1
+- Only select kernel-smp that matches the arch of kernel (#149618)
+- Apply the read of Dustin Kirkland's checkpoint fragment sum patch
+- Fix order of retry/reboot (#155884)
+- Probe macio (pnasrat, #154846)
+
* Tue Apr 26 2005 Chris Lumens <clumens@redhat.com> 10.2.0.53-1
- Beep at CD prompt and on install completion (katzj, #109264, #116681).
- Add kernel-smp-devel and kernel-hugemem-devel to exclude list (katzj).