From 72d360001be8e5ed00601d5e9e3b226ce41bf683 Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Jun 03 2013 15:16:59 +0000 Subject: ship dns/rrl.h in -devel subpkg Signed-off-by: Tomas Hozza --- diff --git a/bind.spec b/bind.spec index b296f77..32de855 100644 --- a/bind.spec +++ b/bind.spec @@ -26,7 +26,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: ISC Version: 9.9.3 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 32 Url: http://www.isc.org/products/BIND/ Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -80,6 +80,7 @@ Patch132:bind99-stat.patch Patch133:bind99-rh640538.patch Patch134:bind97-rh669163.patch Patch136:rl-9.9.3.patch +Patch137:bind99-rrl.patch # SDB patches Patch11: bind-9.3.2b2-sdbsrc.patch @@ -276,6 +277,7 @@ popd %patch130 -p1 -b .libdb4 %patch131 -p1 -b .multlib-conflict %patch136 -p0 -b .rl +%patch137 -p1 -b .rrl %if %{SDB} %patch101 -p1 -b .old-api @@ -773,6 +775,9 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog +* Mon Jun 03 2013 Tomas Hozza 32:9.9.3-2 +- ship dns/rrl.h in -devel subpkg + * Mon Jun 03 2013 Tomas Hozza 32:9.9.3-1 - update to 9.9.3 - update RRL patch to the latest version 9.9.3-rl.150.20 diff --git a/bind99-rrl.patch b/bind99-rrl.patch new file mode 100644 index 0000000..3b04e1e --- /dev/null +++ b/bind99-rrl.patch @@ -0,0 +1,12 @@ +diff -up bind-9.9.3rc1/lib/dns/include/dns/Makefile.in.rrl bind-9.9.3rc1/lib/dns/include/dns/Makefile.in +--- bind-9.9.3rc1/lib/dns/include/dns/Makefile.in.rrl 2013-04-16 16:37:00.682186997 +0200 ++++ bind-9.9.3rc1/lib/dns/include/dns/Makefile.in 2013-04-16 16:37:08.387169682 +0200 +@@ -32,7 +32,7 @@ HEADERS = acl.h adb.h byaddr.h cache.h c + rootns.h rpz.h sdb.h sdlz.h secalg.h secproto.h soa.h ssu.h \ + tcpmsg.h time.h tkey.h tsig.h ttl.h types.h \ + validator.h version.h view.h xfrin.h zone.h zonekey.h zt.h \ +- forward.h ++ forward.h rrl.h + + GENHEADERS = enumclass.h enumtype.h rdatastruct.h +