55d54 < Source25: rfc1912.txt 61a61 > Source32: geoip-named.conf-sample 97a98 > Patch70: bind-9.2.4-geodns-patch.diff 99c100 < Requires: bind-libs = %{epoch}:%{version}-%{release}, glibc >= 2.2, mktemp --- > Requires: bind-libs = %{epoch}:%{version}-%{release}, glibc >= 2.2, mktemp, GeoIP, GeoIP-data 106c107 < BuildRequires: gcc, glibc-devel >= 2.2.5-26, glibc-kernheaders >= 2.4-7.10, openssl-devel, libtool, autoconf, pkgconfig --- > BuildRequires: gcc, glibc-devel >= 2.2.5-26, glibc-kernheaders >= 2.4-7.10, openssl-devel, libtool, autoconf, pkgconfig, GeoIP-devel 123a125,127 > This version has been patched to support views based on country > using a patch found at http://www.caraytech.com/geodns/ see the > file geoip-named.conf-sample for help setting this up. 324a329 > %patch70 -p1 -b .geodns 350a356,358 > > export LDFLAGS="${LDFLAGS} -lGeoIP" > 472c480 < install -m 644 %{SOURCE25} ./rfc1912.txt --- > install -m 644 %{SOURCE5} ./rfc1912.txt 481a490 > cp %{SOURCE32} doc/ 544c553 < %doc CHANGES COPYRIGHT README --- > %doc CHANGES COPYRIGHT README doc/geoip-named.conf-sample 618d626 < %doc rfc1912.txt 829a838,841 > * Sun May 03 2009 R.I.Pienaar 9.3.4-10.P1geodns > - Incorporate a patch from http://www.caraytech.com/geodns/ that > makes bind GeoIP aware >