[bind] Ship dns/forward.h in -devel subpkg.

Adam Tkac atkac at fedoraproject.org
Wed Dec 7 15:22:32 UTC 2011


commit 1860966522be6e354fce2f7386076e572fd210d6
Author: Adam Tkac <atkac at redhat.com>
Date:   Wed Dec 7 16:22:12 2011 +0100

    Ship dns/forward.h in -devel subpkg.
    
    Signed-off-by: Adam Tkac <atkac at redhat.com>

 bind.spec            |    7 ++++++-
 bind99-forward.patch |   13 +++++++++++++
 2 files changed, 19 insertions(+), 1 deletions(-)
---
diff --git a/bind.spec b/bind.spec
index 1b6149b..a9af1b9 100644
--- a/bind.spec
+++ b/bind.spec
@@ -22,7 +22,7 @@ Summary:  The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
 Name:     bind
 License:  ISC
 Version:  9.9.0
-Release:  0.3.%{PREVER}%{?dist}
+Release:  0.4.%{PREVER}%{?dist}
 Epoch:    32
 Url:      http://www.isc.org/products/BIND/
 Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -70,6 +70,7 @@ Patch123:bind98-rh735103.patch
 Patch124:nslookup-norec.patch
 Patch125:bind99-buildfix.patch
 Patch126:bind99-v6only.patch
+Patch127:bind99-forward.patch
 
 # SDB patches
 Patch11: bind-9.3.2b2-sdbsrc.patch
@@ -295,6 +296,7 @@ pushd bin/dig
 popd
 %patch125 -p1 -b .buildfix
 %patch126 -p1 -b .v6only
+%patch127 -p1 -b .forward
 
 # Sparc and s390 arches need to use -fPIE
 %ifarch sparcv9 sparc64 s390 s390x
@@ -765,6 +767,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %endif
 
 %changelog
+* Wed Dec 07 2011 Adam Tkac <atkac redhat com> 32:9.9.0-0.4.b2
+- ship dns/forward.h in -devel subpkg
+
 * Tue Nov 22 2011 Adam Tkac <atkac redhat com> 32:9.9.0-0.3.b2
 - update to 9.9.0b2 (CVE-2011-4313)
 - patches merged
diff --git a/bind99-forward.patch b/bind99-forward.patch
new file mode 100644
index 0000000..0392103
--- /dev/null
+++ b/bind99-forward.patch
@@ -0,0 +1,13 @@
+diff -up bind-9.9.0b2/lib/dns/include/dns/Makefile.in.forward bind-9.9.0b2/lib/dns/include/dns/Makefile.in
+--- bind-9.9.0b2/lib/dns/include/dns/Makefile.in.forward	2011-12-07 16:17:50.822438237 +0100
++++ bind-9.9.0b2/lib/dns/include/dns/Makefile.in	2011-12-07 16:18:00.374455261 +0100
+@@ -31,7 +31,8 @@ HEADERS =	acl.h adb.h byaddr.h cache.h c
+ 		rdataslab.h rdatatype.h request.h resolver.h result.h \
+ 		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
++		validator.h version.h view.h xfrin.h zone.h zonekey.h zt.h \
++		forward.h
+ 
+ GENHEADERS =	enumclass.h enumtype.h rdatastruct.h
+ 


More information about the scm-commits mailing list