summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-01-13 13:59:51 -0500
committerChris Lumens <clumens@redhat.com>2008-01-13 13:59:51 -0500
commit64da9a4389ed746995f9e30155f352e452e292ad (patch)
treefe6b91e8e8e896aeae80f716f273d5dff63cf9d8
parent074b57166efa4d5e5743d20705d6b3fc023092da (diff)
downloadanaconda-64da9a4389ed746995f9e30155f352e452e292ad.tar.gz
anaconda-64da9a4389ed746995f9e30155f352e452e292ad.tar.xz
anaconda-64da9a4389ed746995f9e30155f352e452e292ad.zip
-rw-r--r--anaconda.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 2fa9aa21d..bd90b0bf7 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
-Version: 11.4.0.19
+Version: 11.4.0.20
Release: 1
License: GPLv2+
Group: Applications/System
@@ -199,6 +199,11 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Sun Jan 13 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.20-1
+- Install new udev paths so HAL can talk to it (notting)
+- Also get DSO deps for setuid binaries (like X). (clumens)
+- Fix a bunch of pychecker errors. (clumens)
+
* Fri Jan 11 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.19-1
- Make sure the arch is listedat the top of all loader screens. (clumens)
- Add the version number really early in the log file too. (clumens)