summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2008-09-15 19:04:50 -1000
committerDavid Cantrell <dcantrell@redhat.com>2008-09-15 19:04:50 -1000
commitf61cb81af93e4c4574d73318fc14d2230e61622c (patch)
treef6a42cc00fa1a82e50f170dc2fc5a2710a131093
parent077ec2900c4429230adcb0cb60768b6ad771ed66 (diff)
downloadanaconda-f61cb81af93e4c4574d73318fc14d2230e61622c.tar.gz
anaconda-f61cb81af93e4c4574d73318fc14d2230e61622c.tar.xz
anaconda-f61cb81af93e4c4574d73318fc14d2230e61622c.zip
-rw-r--r--anaconda.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index f8e9b2c6e..23e3784d2 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
-Version: 11.4.1.35
+Version: 11.4.1.36
Release: 1
License: GPLv2+
Group: Applications/System
@@ -218,6 +218,10 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Mon Sep 15 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.36-1
+- Remove invalid i18n stuff to let anaconda build. (dcantrell)
+- Remove doConfigNetDevice() prototype. (dcantrell)
+
* Mon Sep 15 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.35-1
- Call network.bringDeviceUp() instead of old isys functions. (dcantrell)
- Pass device name to network.setDNS() and network.setGateway(). (dcantrell)