summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2009-02-09 14:44:41 -1000
committerDavid Cantrell <dcantrell@redhat.com>2009-02-09 14:44:41 -1000
commit566d202cce04f590436a32867ef279b85c42be06 (patch)
tree78c4a883c9d9c5b9cd65e194f7102e83b6db9602
parent8a52ee8fc93e0c9a476a56c7e9ed4f8a7d422105 (diff)
downloadanaconda-566d202cce04f590436a32867ef279b85c42be06.tar.gz
anaconda-566d202cce04f590436a32867ef279b85c42be06.tar.xz
anaconda-566d202cce04f590436a32867ef279b85c42be06.zip
-rw-r--r--anaconda.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 76ed86a0a..329c84842 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
-Version: 11.5.0.13
+Version: 11.5.0.14
Release: 1
License: GPLv2+
Group: Applications/System
@@ -204,6 +204,9 @@ update-desktop-database &> /dev/null || :
%endif
%changelog
+* Mon Feb 09 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.14-1
+- Rewrite mdio_read() in linkdetect.c for strict aliasing rules. (dcantrell)
+
* Mon Feb 09 2009 Chris Lumens <clumens@redhat.com> - 11.5.0.13-1
- Check that required kickstart commands are present early on (#483048).
(clumens)