summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2007-01-24 16:42:10 +0000
committerPeter Jones <pjones@redhat.com>2007-01-24 16:42:10 +0000
commit12ea35b5f747b07754c1716e3679632320bbd7c2 (patch)
treeede2dc75f428c5bfdf052938c4dd4daa62c42865
parent9f5f0f9809c3fb589bc5087268bc02c0bab75131 (diff)
downloadanaconda-12ea35b5f747b07754c1716e3679632320bbd7c2.tar.gz
anaconda-12ea35b5f747b07754c1716e3679632320bbd7c2.tar.xz
anaconda-12ea35b5f747b07754c1716e3679632320bbd7c2.zip
- fix a typo
-rw-r--r--anaconda.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/anaconda.spec b/anaconda.spec
index f333a371f..4a5b37548 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -106,12 +106,12 @@ rm -rf $RPM_BUILD_ROOT
* Wed Jan 24 2007 Peter Jones <pjones@redhat.com> - 11.1.2.34-1
- The PAE kernel isn't named according to the normal convention, so we need
"kernel-PAE" instead of "kernel-pae" in the list for grub.
- Resolves: #223491
+ Resolves: #223941
* Tue Jan 23 2007 Peter Jones <pjones@redhat.com> - 11.1.2.33-1
- Handle FAT/VFAT labels on upgrade better
Resolves: #223890
-- Include kernel-pae in the list of kernels we set up in grub.conf (#223491)
+- Include kernel-pae in the list of kernels we set up in grub.conf (#223941)
* Mon Jan 22 2007 Peter Jones <pjones@redhat.com> - 11.1.2.32-1
- Don't try to migrate fat/vfat labels if there's no fstab yet (#223554).