summaryrefslogtreecommitdiffstats
path: root/anaconda.spec.in
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2010-01-12 10:14:02 -0500
committerChris Lumens <clumens@redhat.com>2010-01-12 10:14:02 -0500
commit5be22d8864f3a6dd056997afc8da6cc22fff4fcd (patch)
tree5489c7e74d127816081f91293ae7bd11c2ee4513 /anaconda.spec.in
parent56d27dfe6541aed2e8b3a57ed5d35cf6d2f7a0cb (diff)
downloadanaconda-5be22d8864f3a6dd056997afc8da6cc22fff4fcd.tar.gz
anaconda-5be22d8864f3a6dd056997afc8da6cc22fff4fcd.tar.xz
anaconda-5be22d8864f3a6dd056997afc8da6cc22fff4fcd.zip
New version.
Diffstat (limited to 'anaconda.spec.in')
-rw-r--r--anaconda.spec.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/anaconda.spec.in b/anaconda.spec.in
index 99b6459ba..086b0b071 100644
--- a/anaconda.spec.in
+++ b/anaconda.spec.in
@@ -216,6 +216,11 @@ update-desktop-database &> /dev/null || :
%endif
%changelog
+* Tue Jan 12 2010 Chris Lumens <clumens@redhat.com> - 13.20-1
+- devicetree.devices is a list, not a dict (#554455). (clumens)
+- Try to copy the correct traceback file, not anacdump.txt. (clumens)
+- Make sure /tmp/DD exists before trying to copy it. (clumens)
+
* Fri Jan 08 2010 David Cantrell <dcantrell@redhat.com> - 13.19-1
- st_size is off64_t on i386, off_t on others. (dcantrell)