From 64657fdbcd92e375a8db0e1da70d3d37af8c9645 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Mon, 21 Apr 2008 17:29:14 -1000 Subject: Changes related to BZ #230949 Require the latest libdhcp so that 230949 works. We allowed users to only enter a single network stack's information when doing manual configuration, but the library didn't like that. Also, I had some cleanup code in net.c that I left throughout the entire process of working on 230949 and since it now works, I'd rather just leave it here than back it out. It's all safe. --- anaconda.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'anaconda.spec') diff --git a/anaconda.spec b/anaconda.spec index e2a8f7b92..2e2e86648 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -17,7 +17,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %define dmver 1.02.17-6 %define gettextver 0.11 %define intltoolver 0.31.2-3 -%define libdhcpver 1.99.6-2 +%define libdhcpver 1.99.8-1 %define libnlver 1.0 %define libselinuxver 1.6 %define mkinitrdver 5.1.2-1 -- cgit