summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2008-04-22 19:24:45 -0500
committerDavid Lehman <dlehman@redhat.com>2008-04-22 19:24:45 -0500
commit2c949ef9c40468c474d74303be938de6cb328875 (patch)
tree869a4c94955711f8931c1b082e790450d1b809f6
parentf7c12c05bf23d7d0a38cde184a633e978fcd1824 (diff)
downloadanaconda-10.1.1.87-1.tar.gz
anaconda-10.1.1.87-1.tar.xz
anaconda-10.1.1.87-1.zip
New version: 10.1.1.87.anaconda-10.1.1.87-1
-rw-r--r--anaconda.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index ccddc919a..780140a94 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,6 +1,6 @@
ExcludeArch: ppc64
Name: anaconda
-Version: 10.1.1.86
+Version: 10.1.1.87
Release: 1
License: GPL
Summary: Graphical system installer
@@ -77,6 +77,10 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Tue Apr 22 2008 Dave Lehman <dlehman@redhat.com> - 10.1.1.87-1
+- Fix traceback trying to access non-existent anaconda instance
+ Resolves: rhbz#443412
+
* Fri Apr 18 2008 Dave Lehman <dlehman@redhat.com> - 10.1.1.86-1
- Fix dispatch traceback (msivak)
Resolves: rhbz#442750