diff options
Diffstat (limited to 'bind.spec')
| -rw-r--r-- | bind.spec | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -21,7 +21,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: ISC Version: 9.5.0 -Release: 10.2.%{RELEASEVER}%{?dist} +Release: 11.%{RELEASEVER}%{?dist} Epoch: 32 Url: http://www.isc.org/products/BIND/ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -65,7 +65,6 @@ Patch69: bind-9.5.0-generate-xml.patch Patch71: bind-9.5-overflow.patch Patch72: bind-9.5-dlz-64bit.patch Patch75: bind-9.5-update.patch -Patch76: bind-9.5-gssapictx-free.patch # SDB patches Patch11: bind-9.3.2b2-sdbsrc.patch @@ -247,7 +246,6 @@ cp -fp contrib/dbus/{dbus_mgr.h,dbus_service.h} bin/named/include/named %endif %patch73 -p1 -b .libidn %patch75 -p1 -b .update -%patch76 -p1 -b .free :; @@ -291,6 +289,7 @@ export LDFLAGS=-lefence %endif %if %{GSSTSIG} --with-gssapi=yes \ + --disable-isc-spnego \ %endif ; if [ -s openssl_config.h ]; then cat openssl_config.h >> config.h ; fi; @@ -401,7 +400,7 @@ for f in my.internal.zone.db slaves/my.slave.internal.zone.db slaves/my.ddns.int echo '@ in soa localhost. root 1 3H 15M 1W 1D ns localhost.' > sample/var/named/$f; done -/usr/bin/tail -n '+'`/bin/egrep -n '\\$Id: bind.spec,v 1.209 2007/08/23 09:16:40 atkac Exp $/+1/' | bc` bin/rndc/rndc.conf | sed '/Sample rndc configuration file./{p;i\ +/usr/bin/tail -n '+'`/bin/egrep -n '\\$Id: bind.spec,v 1.210 2007/08/23 11:11:25 atkac Exp $/+1/' | bc` bin/rndc/rndc.conf | sed '/Sample rndc configuration file./{p;i\ *\ * NOTE: you only need to create this file if it is to\ * differ from the following default contents: @@ -643,6 +642,11 @@ rm -rf ${RPM_BUILD_ROOT} %{_sbindir}/bind-chroot-admin %changelog +* Thu Aug 23 2007 Adam Tkac <atkac redhat com> 32:9.5.0-11.a6 +- start using --disable-isc-spnego configure option + - remove bind-9.5-spnego-memory_management.patch (source isn't + compiled) + * Wed Aug 22 2007 Adam Tkac <atkac redhat com> 32:9.5.0-10.2.a6 - added new initscript option KEYTAB_FILE which specified where is located kerberos .keytab file for named service |
