diff options
author | David Cantrell <dcantrell@redhat.com> | 2008-01-30 17:19:11 -1000 |
---|---|---|
committer | David Cantrell <dcantrell@redhat.com> | 2008-01-30 17:19:11 -1000 |
commit | 2f1263e3f3535bb9741fb2b56374326f48a75877 (patch) | |
tree | 292c014fd3a6396bbc11ef84cd2d5e11fced2e21 /anaconda.spec | |
parent | 3af1bcd4addedcfdcce6157fc6a9223a09b83409 (diff) | |
download | anaconda-2f1263e3f3535bb9741fb2b56374326f48a75877.tar.gz anaconda-2f1263e3f3535bb9741fb2b56374326f48a75877.tar.xz anaconda-2f1263e3f3535bb9741fb2b56374326f48a75877.zip |
New version.
Diffstat (limited to 'anaconda.spec')
-rw-r--r-- | anaconda.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec index f4f6f6014..12b0cbaa1 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 11.4.0.29 +Version: 11.4.0.30 Release: 1 License: GPLv2+ Group: Applications/System @@ -211,6 +211,9 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Wed Jan 30 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.30-1 +- Initialize int in doConfigNetDevice() to fix compiler warnings. (dcantrell) + * Wed Jan 30 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.29-1 - Handle putting updates ahead of anaconda in the updates= case too. (clumens) - Make sure the device name starts with /dev (#430811). (clumens) |