diff options
Diffstat (limited to 'bind.spec')
| -rw-r--r-- | bind.spec | 19 |
1 files changed, 17 insertions, 2 deletions
@@ -26,7 +26,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: ISC Version: 9.9.2 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 32 Url: http://www.isc.org/products/BIND/ Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -77,6 +77,8 @@ Patch127:bind99-forward.patch Patch130:bind-9.9.1-P2-dlz-libdb4.patch Patch131:bind-9.9.1-P2-multlib-conflict.patch Patch132:bind99-stat.patch +Patch133:bind99-rh640538.patch +Patch134:bind97-rh669163.patch # SDB patches Patch11: bind-9.3.2b2-sdbsrc.patch @@ -120,7 +122,8 @@ BuildRequires: net-tools %if %{GSSTSIG} BuildRequires: krb5-devel %endif - +# Needed to regenerate dig.1 manpage +BuildRequires: docbook-style-xsl, libxslt %description BIND (Berkeley Internet Name Domain) is an implementation of the DNS @@ -308,6 +311,8 @@ cp -fp contrib/sdb/sqlite/zone2sqlite.c bin/sdb_tools %patch62 -p1 -b .sdb-sqlite-bld %endif %patch132 -p1 -b .stat +%patch133 -p1 -b .rh640538 +%patch134 -p1 -b .rh669163 # Sparc and s390 arches need to use -fPIE %ifarch sparcv9 sparc64 s390 s390x @@ -356,9 +361,15 @@ libtoolize -c -f; aclocal -I m4 --force; autoconf -f --disable-isc-spnego \ %endif --enable-fixed-rrset \ + --with-docbook-xsl=%{_datadir}/sgml/docbook/xsl-stylesheets \ ; make %{?_smp_mflags} +# Regenerate dig.1 manpage +pushd bin/dig +make man +popd + %if %{test} %check if [ "`whoami`" = 'root' ]; then @@ -758,6 +769,10 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog +* Mon Nov 12 2012 Adam Tkac <atkac redhat com> 32:9.9.2-4 +- document dig exit codes in manpage +- ignore empty "search" options in resolv.conf + * Mon Nov 12 2012 Adam Tkac <atkac redhat com> 32:9.9.2-3 - drop PKCS11 support on rhel |
