summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2008-01-30 17:19:11 -1000
committerDavid Cantrell <dcantrell@redhat.com>2008-01-30 17:19:11 -1000
commit2f1263e3f3535bb9741fb2b56374326f48a75877 (patch)
tree292c014fd3a6396bbc11ef84cd2d5e11fced2e21 /anaconda.spec
parent3af1bcd4addedcfdcce6157fc6a9223a09b83409 (diff)
downloadanaconda-2f1263e3f3535bb9741fb2b56374326f48a75877.tar.gz
anaconda-2f1263e3f3535bb9741fb2b56374326f48a75877.tar.xz
anaconda-2f1263e3f3535bb9741fb2b56374326f48a75877.zip
New version.
Diffstat (limited to 'anaconda.spec')
-rw-r--r--anaconda.spec5
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)