summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog15
-rw-r--r--anaconda.spec12
2 files changed, 25 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 171b6f05d..cefd93f28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2007-02-16 Peter Jones <pjones@redhat.com>
+
+ * anaconda.spec: Bump version.
+
+2007-02-16 Peter Jones <pjones@redhat.com>
+
+ * keymaps/Makefile: alphabetize the rules to make spot checking
+ easier, and add missing ones.
+
+ * keymaps/keymaps-{ppc,i386,x86_64,ia64}: update from actual rhel4.5
+ installs (#229030).
+
+ * anaconda.spec: remove keymaps-override-s390* since they're totally
+ bogus and unnecessary anyway.
+
2007-02-09 Peter Jones <pjones@redhat.com>
* anaconda.spec: Bump version.
diff --git a/anaconda.spec b/anaconda.spec
index 92e31d56a..1558d55f6 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,6 +1,6 @@
ExcludeArch: ppc64
Name: anaconda
-Version: 10.1.1.61
+Version: 10.1.1.62
Release: 1
License: GPL
Summary: Graphical system installer
@@ -48,6 +48,9 @@ make DESTDIR=$RPM_BUILD_ROOT install
strip $RPM_BUILD_ROOT/usr/lib/anaconda/*.so
+rm -f $RPM_BUILD_ROOT/usr/lib/anaconda-runtime/keymaps-override-s390x
+rm -f $RPM_BUILD_ROOT/usr/lib/anaconda-runtime/keymaps-override-s390
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -74,7 +77,12 @@ 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
+* Fri Feb 16 2007 Peter Jones <pjones@redhat.com> - 10.1.1.62-1
+- Update the keymaps in our cache from ones generated on recent installs,
+ so they won't be missing anything.
+ Resolves: #229030
+
+* Thu 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