- ldap-for-dhcp-4.1.1-2 (#564810)
This commit is contained in:
parent
d44b3993c3
commit
3b1375475b
@ -1,2 +1,2 @@
|
||||
dhcp-4.1.1.tar.gz
|
||||
ldap-for-dhcp-4.1.1-1.tar.gz
|
||||
ldap-for-dhcp-4.1.1-2.tar.gz
|
||||
|
@ -1,12 +0,0 @@
|
||||
diff -up dhcp-4.1.1/configure.ac.DSO dhcp-4.1.1/configure.ac
|
||||
--- dhcp-4.1.1/configure.ac.DSO 2010-02-16 11:52:30.000000000 +0100
|
||||
+++ dhcp-4.1.1/configure.ac 2010-02-16 11:52:55.000000000 +0100
|
||||
@@ -548,7 +548,7 @@ AC_ARG_WITH(ldap,
|
||||
[ldap=no])
|
||||
if test x$ldap = xyes ; then
|
||||
AM_CHECK_LDAP
|
||||
- ldap_libs="-lldap"
|
||||
+ ldap_libs="-lldap -llber"
|
||||
AC_SUBST(LDAP_CFLAGS, [-DLDAP_CONFIGURATION])
|
||||
AC_SUBST(LDAP_LIBS, [$ldap_libs])
|
||||
fi
|
10
dhcp.spec
10
dhcp.spec
@ -8,12 +8,12 @@
|
||||
%global basever 4.1.1
|
||||
|
||||
# LDAP patch version
|
||||
%global ldappatchver %{basever}-1
|
||||
%global ldappatchver %{basever}-2
|
||||
|
||||
Summary: Dynamic host configuration protocol software
|
||||
Name: dhcp
|
||||
Version: %{basever}
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
# NEVER CHANGE THE EPOCH on this package. The previous maintainer (prior to
|
||||
# dcantrell maintaining the package) made incorrect use of the epoch and
|
||||
# that's why it is at 12 now. It should have never been used, but it was.
|
||||
@ -208,9 +208,6 @@ libdhcpctl and libomapi static libraries are also included in this package.
|
||||
# with multiple dhclients running easier (#546792)
|
||||
%patch21 -p1 -b .logpid
|
||||
|
||||
# implicit DSO linking (remove this patch when upstream fix this in ldap-for-dhcp)
|
||||
%patch22 -p1 -b .DSO
|
||||
|
||||
# Copy in documentation and example scripts for LDAP patch to dhcpd
|
||||
%{__install} -p -m 0755 ldap-for-dhcp-%{ldappatchver}/dhcpd-conf-to-ldap contrib/
|
||||
|
||||
@ -504,6 +501,9 @@ fi
|
||||
%attr(0644,root,root) %{_mandir}/man3/omapi.3.gz
|
||||
|
||||
%changelog
|
||||
* Tue Feb 16 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.1.1-7
|
||||
- ldap-for-dhcp-4.1.1-2 (#564810)
|
||||
|
||||
* Tue Feb 16 2010 Jiri Popelka <jpopelka@redhat.com> - 12:4.1.1-6
|
||||
- Fix ldap patch to explicitly link with liblber (#564810)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user