From 78b148875a7cdbb1668c3c93dfb15ca6ce38584b Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Oct 27 2007 01:39:13 +0000 Subject: - libdhcp4client-devel requires openldap-devel --- diff --git a/dhcp.spec b/dhcp.spec index 7933a0a..9d408a6 100644 --- a/dhcp.spec +++ b/dhcp.spec @@ -13,7 +13,7 @@ Summary: DHCP (Dynamic Host Configuration Protocol) server and relay agent Name: dhcp Version: 3.1.0 -Release: 6%{?dist} +Release: 7%{?dist} # NEVER CHANGE THE EPOCH on this package. The previous maintainer made # incorrect use of the epoch and that's why it is at 12 now. It should have # never been used, but it was. So we are stuck with it. @@ -119,6 +119,7 @@ Summary: Header files for development with the ISC DHCP IPv4 client library Group: Development/Libraries Requires: dhcp-devel = %{epoch}:%{version}-%{release} Requires: libdhcp4client = %{epoch}:%{version}-%{release} +Requires: openldap-devel Requires: pkgconfig %description -n libdhcp4client-devel @@ -429,6 +430,9 @@ fi %{_libdir}/libdhcp4client.a %changelog +* Fri Oct 26 2007 David Cantrell - 12:3.1.0-7 +- libdhcp4client-devel requires openldap-devel + * Thu Oct 25 2007 David Cantrell - 12:3.1.0-6 - Rename Makefile.dist to Makefile.libdhcp4client - Spec file cleanups