summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2009-02-09 15:30:46 -1000
committerDavid Cantrell <dcantrell@redhat.com>2009-02-09 15:30:46 -1000
commitef6591cac36dfb331d4c207c8b4d811c0a1dabb8 (patch)
treed3419f9640df51ec930a14bfb0686bee9fe23892
parentb6b9020a3eb20c00ad353b7d5c2a3478e1758aa2 (diff)
-rw-r--r--anaconda.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 329c84842..010cbf417 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
-Version: 11.5.0.14
+Version: 11.5.0.15
Release: 1
License: GPLv2+
Group: Applications/System
@@ -204,6 +204,10 @@ update-desktop-database &> /dev/null || :
%endif
%changelog
+* Mon Feb 09 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.15-1
+- Fix gptsync/lib.c for gcc strict aliasing rules. (dcantrell)
+- Fix gcc warning for gptsync memset() usage. (dcantrell)
+
* 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)