summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2007-02-15 18:36:45 +0000
committerPeter Jones <pjones@redhat.com>2007-02-15 18:36:45 +0000
commita5f36942e896e65f38231fdcd4562815fce2fc76 (patch)
tree41dae61cc64304f6259915122670bfe7b0a22f98
parent21ae7cbcced0d0ebe12abde64ccadc9486b19f9b (diff)
downloadanaconda-a5f36942e896e65f38231fdcd4562815fce2fc76.tar.gz
anaconda-a5f36942e896e65f38231fdcd4562815fce2fc76.tar.xz
anaconda-a5f36942e896e65f38231fdcd4562815fce2fc76.zip
- version
-rw-r--r--anaconda.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index aa46bb6f2..92e31d56a 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,6 +1,6 @@
ExcludeArch: ppc64
Name: anaconda
-Version: 10.1.1.60
+Version: 10.1.1.61
Release: 1
License: GPL
Summary: Graphical system installer
@@ -74,6 +74,11 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Fri Feb 15 2007 Peter Jones <pjones@redhat.com> - 10.1.1.61-1
+- Put the keymap for ppc with all the other keymaps, so it actually gets
+ pulled in correctly.
+ Related: #182325
+
* Fri Feb 13 2007 Peter Jones <pjones@redhat.com> - 10.1.1.60-1
- Don't use the bootLoaderInfo drivelist to determine bootloader choices
on zFCP-only zSeries machines (dcantrell)