diff options
author | David L. Cantrell Jr <dcantrell@redhat.com> | 2008-01-10 14:50:53 -1000 |
---|---|---|
committer | David L. Cantrell Jr <dcantrell@redhat.com> | 2008-01-10 14:50:53 -1000 |
commit | 19e53ad48fca307b873ea214bea373300c454232 (patch) | |
tree | 362566ea0074eb67b067190c1d8cd1a3cd7ecf9f /anaconda.spec | |
parent | bd2bf04670d742b626f71c9883c934ea8aa7977b (diff) | |
download | anaconda-19e53ad48fca307b873ea214bea373300c454232.tar.gz anaconda-19e53ad48fca307b873ea214bea373300c454232.tar.xz anaconda-19e53ad48fca307b873ea214bea373300c454232.zip |
Require latest libdhcp
libdhcp-1.99.5 hopefully fixes the SIGABRT problem on x86_64 hosts.
We'll see.
Diffstat (limited to 'anaconda.spec')
-rw-r--r-- | anaconda.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec index 1bdfb147c..19240cbef 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -18,7 +18,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %define gettextver 0.11 %define glib2ver 2.11.1-5 %define intltoolver 0.31.2-3 -%define libdhcpver 1.99.4-1 +%define libdhcpver 1.99.5-1 %define libselinuxver 1.6 %define mkinitrdver 5.1.2-1 %define pykickstartver 0.96 |