fix for bug 160914
This commit is contained in:
parent
d9e5940295
commit
3aa6d87180
@ -9,7 +9,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serve
|
|||||||
Name: bind
|
Name: bind
|
||||||
License: BSD-like
|
License: BSD-like
|
||||||
Version: 9.3.1
|
Version: 9.3.1
|
||||||
Release: 6
|
Release: 7
|
||||||
Epoch: 24
|
Epoch: 24
|
||||||
Url: http://www.isc.org/products/BIND/
|
Url: http://www.isc.org/products/BIND/
|
||||||
Buildroot: %{_tmppath}/%{name}-root
|
Buildroot: %{_tmppath}/%{name}-root
|
||||||
@ -46,6 +46,8 @@ Patch15: bind-9.3.1.dbus.patch
|
|||||||
Patch16: bind-9.3.1-redhat_doc.patch
|
Patch16: bind-9.3.1-redhat_doc.patch
|
||||||
Patch17: bind-9.3.1-fix_sdb_ldap.patch
|
Patch17: bind-9.3.1-fix_sdb_ldap.patch
|
||||||
Patch18: bind-9.3.1-reject_resolv_conf_errors.patch
|
Patch18: bind-9.3.1-reject_resolv_conf_errors.patch
|
||||||
|
Patch19: bind-9.3.1-bind-9.3.1-next_server_on_referral.patch
|
||||||
|
Patch20: bind-9.3.1-no_servfail_stops.patch
|
||||||
Requires(pre,preun): shadow-utils
|
Requires(pre,preun): shadow-utils
|
||||||
Requires(post,preun): chkconfig
|
Requires(post,preun): chkconfig
|
||||||
Requires(post): textutils, fileutils, sed, grep
|
Requires(post): textutils, fileutils, sed, grep
|
||||||
@ -201,6 +203,10 @@ cp -fp contrib/sdb/pgsql/zonetodb.c bin/sdb_tools
|
|||||||
%patch17 -p1 -b .fix_sdb_ldap
|
%patch17 -p1 -b .fix_sdb_ldap
|
||||||
%endif
|
%endif
|
||||||
%patch18 -p1 -b .reject_resolv_conf_errors
|
%patch18 -p1 -b .reject_resolv_conf_errors
|
||||||
|
# %patch19 -p1 -b .next_server_on_referral
|
||||||
|
# Apply this when patch for bug 162625 has been applied to glibc
|
||||||
|
%patch20 -p1 -b .no_servfail_stops
|
||||||
|
|
||||||
%build
|
%build
|
||||||
libtoolize --copy --force; aclocal; autoconf
|
libtoolize --copy --force; aclocal; autoconf
|
||||||
cp -f /usr/share/libtool/config.{guess,sub} .
|
cp -f /usr/share/libtool/config.{guess,sub} .
|
||||||
|
Loading…
Reference in New Issue
Block a user