diff options
| author | Adam Tkac <atkac@fedoraproject.org> | 2007-05-24 14:31:50 +0000 |
|---|---|---|
| committer | Adam Tkac <atkac@fedoraproject.org> | 2007-05-24 14:31:50 +0000 |
| commit | 9fed5d39ed995d082560e4297d2ee59017a59a19 (patch) | |
| tree | cb61e784d20c70b3458a514384d8c8b887c0a5b1 /bind.spec | |
| parent | 08c420d1f58731b96e901d5661132828f824c69f (diff) | |
- start using deprecated ldap API because new-api patch didn't work (lack
of documentation)
- fix minor bug in bind-chroot-admin script (#241103)
Diffstat (limited to 'bind.spec')
| -rw-r--r-- | bind.spec | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -17,7 +17,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: BSD-like Version: 9.4.1 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 31 Url: http://www.isc.org/products/BIND/ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -83,7 +83,7 @@ Patch65: bind-9.4.0-dig-idn.patch %endif Patch66: bind-9.4.0-zone-freeze.patch Patch67: bind-9.4.0-dbus-race-condition.patch -Patch68: bind-9.4.1-ldap-new-api.patch +Patch68: bind-9.4.1-ldap-api.patch # Requires: bind-libs = %{epoch}:%{version}-%{release}, glibc >= 2.2, mktemp Requires(post): grep, chkconfig >= 1.3.26 @@ -247,7 +247,6 @@ BIND's idn implementation libraries %if %{SDB} %patch11 -p1 -b .sdbsrc %patch61 -p1 -b .sdb-sqlite-src -%patch68 -p1 -b .new-api # BUILD 'Simplified Database Backend' (SDB) version of named: named_sdb cp -rfp bin/named bin/named_sdb # SDB ldap @@ -268,6 +267,7 @@ cp -fp contrib/sdb/ldap/{zone2ldap.1,zone2ldap.c} bin/sdb_tools cp -fp contrib/sdb/pgsql/zonetodb.c bin/sdb_tools cp -fp contrib/sdb/sqlite/zone2sqlite.c bin/sdb_tools %patch12 -p1 -b .sdb +%patch68 -p1 -b .new-api %endif %if %{LIBBIND} %patch13 -p1 -b .fix_libbind_includedir @@ -482,7 +482,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.182 2007/05/22 14:41:10 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.183 2007/05/24 14:31:50 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: @@ -810,6 +810,10 @@ rm -rf ${RPM_BUILD_ROOT} %changelog +* Wed May 24 2007 Adam Tkac <atkac redhat com> 31:9.4.1-4.fc8 +- removed ldap-api patch and start using deprecated API +- fixed minor problem in bind-chroot-admin script (#241103) + * Tue May 22 2007 Adam Tkac <atkac redhat com> 31:9.4.1-3.fc8 - fixed bind-chroot-admin dynamic DNS handling (#239149) - updated zone-freeze patch to latest upstream |
