diff options
author | David Cantrell <dcantrell@redhat.com> | 2007-04-20 17:20:39 +0000 |
---|---|---|
committer | David Cantrell <dcantrell@redhat.com> | 2007-04-20 17:20:39 +0000 |
commit | de4b65aa0d7140a121ce38af42a22647e62d4f2e (patch) | |
tree | d362e85f2bfb8cf7ad4b1d250fb308d886357bc9 | |
parent | 729f2b67966e89a6977c1f3e90df09a64dac2832 (diff) | |
download | anaconda-de4b65aa0d7140a121ce38af42a22647e62d4f2e.tar.gz anaconda-de4b65aa0d7140a121ce38af42a22647e62d4f2e.tar.xz anaconda-de4b65aa0d7140a121ce38af42a22647e62d4f2e.zip |
BR libdhcp-static
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | anaconda.spec | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2007-04-20 David Cantrell <dcantrell@redhat.com> + + * anaconda.spec: BR libdhcp-static + 2007-04-20 Jeremy Katz <katzj@redhat.com> * scripts/upd-instroot (KEEPFILEGR): Add Mist since we're diff --git a/anaconda.spec b/anaconda.spec index 3e88b0136..26c944e83 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -21,7 +21,7 @@ BuildRequires: pango-devel, pirut, libXt-devel BuildRequires: slang-devel >= 2.0.6-2, slang-static BuildRequires: newt-devel, newt-static BuildRequires: glib2-devel >= 2.11.1-5, glib2-static -BuildRequires: libdhcp-devel-static >= 1.24-3, mkinitrd-devel >= 5.1.2-1 +BuildRequires: libdhcp-static >= 1.24-3, mkinitrd-devel >= 5.1.2-1 BuildRequires: audit-libs-devel %ifarch %livearches BuildRequires: desktop-file-utils |