From b2e892b065c2246460e1d6dbd7a5e0d7776b4692804b6c3c2da9c56b4093088b Mon Sep 17 00:00:00 2001 From: Marius Tomaschewski Date: Tue, 11 May 2010 06:32:11 +0000 Subject: [PATCH] - Fixed spec to enable ldap by default OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=19 --- dhcp.changes | 4 ++-- dhcp.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dhcp.changes b/dhcp.changes index ddb9a33..1f201b7 100644 --- a/dhcp.changes +++ b/dhcp.changes @@ -1,8 +1,8 @@ ------------------------------------------------------------------- -Fri May 7 22:44:52 UTC 2010 - mt@suse.de +Tue May 11 06:30:18 UTC 2010 - mt@suse.de - Fixed dhcprelay scripts to source sysconfig file correctly -- Fixed spec file typo in arping path require +- Fixed spec file typo in arping path require, enabled ldap ------------------------------------------------------------------- Fri May 7 14:10:21 UTC 2010 - mt@suse.de diff --git a/dhcp.spec b/dhcp.spec index a87bddf..d5ee763 100644 --- a/dhcp.spec +++ b/dhcp.spec @@ -22,7 +22,7 @@ %define susefw2dir %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services %define omc_prefix /usr/share/omc %define omc_svcdir %{omc_prefix}/svcinfo.d -%define with_ldap 0 +%define with_ldap 1 Name: dhcp %if 0%{?with_ldap:1} BuildRequires: CASA-devel