summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-10-15 03:24:22 +0000
committerJeremy Katz <katzj@redhat.com>2005-10-15 03:24:22 +0000
commit7bf33ba2228a2f7df978243682a8e513213b1a21 (patch)
tree65eb94dd615cf83aa2990ec0dadf579380c04534 /anaconda.spec
parentf5efa1a2a16545e763f8e52b2e10fa521e823379 (diff)
downloadanaconda-7bf33ba2228a2f7df978243682a8e513213b1a21.tar.gz
anaconda-7bf33ba2228a2f7df978243682a8e513213b1a21.tar.xz
anaconda-7bf33ba2228a2f7df978243682a8e513213b1a21.zip
2005-10-14 Jeremy Katz <katzj@redhat.com>
* anaconda.spec: Bump version.
Diffstat (limited to 'anaconda.spec')
-rw-r--r--anaconda.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index b9fce519b..4d246279b 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 10.3.0.31
+Version: 10.3.0.32
Release: 1
License: GPL
Summary: Graphical system installer
@@ -72,6 +72,10 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Fri Oct 14 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.32-1
+- fix typo causing traceback (pnasrat)
+- Create character device nodes to fix synaptics (clumens)
+
* Wed Oct 12 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.31-1
- Handle missing metadata (pnasrat)
- Give indication of kickstarts scriptlets running (#170017)