diff options
author | Peter Jones <pjones@redhat.com> | 2006-06-16 17:39:09 +0000 |
---|---|---|
committer | Peter Jones <pjones@redhat.com> | 2006-06-16 17:39:09 +0000 |
commit | 2fb980b578f9a6aeaaa95fd64a39a91033f6438b (patch) | |
tree | 40aa55c25ed4f6ada88b2541a5026b93ee198bd1 | |
parent | c1e55233edc50e13d3cd457d09b276349d9595ea (diff) | |
download | anaconda-2fb980b578f9a6aeaaa95fd64a39a91033f6438b.tar.gz anaconda-2fb980b578f9a6aeaaa95fd64a39a91033f6438b.tar.xz anaconda-2fb980b578f9a6aeaaa95fd64a39a91033f6438b.zip |
- remove trailing comma
-rw-r--r-- | anaconda.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec index 5f6a5c39b..26d24617d 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -15,7 +15,7 @@ BuildPreReq: pykickstart, yum >= 2.9.0, device-mapper >= 1.01.05-3, BuildPreReq: libsepol-devel BuildPreReq: pango-devel, pirut, libXt-devel, slang-devel >= 2.0.6-2 BuildPreReq: glib2-devel >= 2.11.1-5 -BuildPreReq: libdhcp-devel >= 1.5, libdhcp >= 1.5, +BuildPreReq: libdhcp-devel >= 1.5, libdhcp >= 1.5 BuildPreReq: libdhcp4client-devel, libdhcp6client-devel Requires: rpm-python >= 4.2-0.61, rhpl >= 0.170, parted >= 1.6.3-7, booty Requires: kudzu > 1.2.0, yum >= 2.9.0, pirut >= 1.1.0 |