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

Adam Tkac atkac at fedoraproject.org
Wed Dec 7 15:37:33 UTC 2011


commit 2551a655042c7014c23d3c2fc6131cb5f388753e
Author: Adam Tkac <atkac at redhat.com>
Date:   Wed Dec 7 16:36:42 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 a0bd323..cb6535a 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.8.1
-Release:  4.%{PATCHVER}%{?dist}
+Release:  5.%{PATCHVER}%{?dist}
 Epoch:    32
 Url:      http://www.isc.org/products/BIND/
 Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -69,6 +69,7 @@ Patch120:bind97-rh700097.patch
 Patch121:bind97-rh714049.patch
 Patch122:bind98-dlz_buildfix.patch
 Patch123:bind98-rh735103.patch
+Patch124:bind99-forward.patch
 
 # SDB patches
 Patch11: bind-9.3.2b2-sdbsrc.patch
@@ -291,6 +292,7 @@ mkdir m4
 %patch121 -p1 -b .rh714049
 %patch122 -p1 -b .dlz_buildfix
 %patch123 -p1 -b .rh735103
+%patch124 -p1 -b .forward
 
 # Sparc and s390 arches need to use -fPIE
 %ifarch sparcv9 sparc64 s390 s390x
@@ -761,6 +763,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %endif
 
 %changelog
+* Wed Dec 07 2011 Adam Tkac <atkac redhat com> 32:9.8.1-5.P1
+- ship dns/forward.h in -devel subpkg
+
 * Wed Nov 16 2011 Adam Tkac <atkac redhat com> 32:9.8.1-4.P1
 - update to 9.8.1-P1 (CVE-2011-4313)
 
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