summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2007-02-16 21:59:31 +0000
committerPeter Jones <pjones@redhat.com>2007-02-16 21:59:31 +0000
commit9b50318a050bf842273ab9ba0a29a3602deae9e1 (patch)
treeb5c44e4f134edc2ee2fd6bc49c4c922b78fdf5d1
parent3a44410f77950c66e75d140243f98b45cb6e8511 (diff)
downloadanaconda-9b50318a050bf842273ab9ba0a29a3602deae9e1.tar.gz
anaconda-9b50318a050bf842273ab9ba0a29a3602deae9e1.tar.xz
anaconda-9b50318a050bf842273ab9ba0a29a3602deae9e1.zip
- don't use keymap*s390* since they're bogusanaconda-10.1.1.62-1
- add changelog - bump version
-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