summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2011-02-22 12:20:48 +0100
committerAdam Tkac <atkac@redhat.com>2011-02-22 12:20:48 +0100
commit333f89f44e0a8bc40aa72cfefa767e3f204e51da (patch)
treef1dc48d13a3aa225847f26635509b50ea2ee62e4
parent5bc2b4b996a3f6f1b388aa41aa07139481bacb2e (diff)
downloadbind-333f89f44e0a8bc40aa72cfefa767e3f204e51da.tar.gz
bind-333f89f44e0a8bc40aa72cfefa767e3f204e51da.tar.xz
bind-333f89f44e0a8bc40aa72cfefa767e3f204e51da.zip
Include dns/rpz.h in -devel subpkg.
Signed-off-by: Adam Tkac <atkac@redhat.com>
-rw-r--r--bind.spec7
-rw-r--r--bind98-includes.patch12
2 files changed, 18 insertions, 1 deletions
diff --git a/bind.spec b/bind.spec
index ea9fd04..2b3b26d 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.0
-Release: 0.1.%{PREVER}%{?dist}
+Release: 0.2.%{PREVER}%{?dist}
Epoch: 32
Url: http://www.isc.org/products/BIND/
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -64,6 +64,7 @@ Patch112:bind97-rh645544.patch
Patch113:bind97-rh674334.patch
Patch114:bind97-rh665971.patch
Patch115:bind97-cleanup.patch
+Patch116:bind98-includes.patch
# SDB patches
Patch11: bind-9.3.2b2-sdbsrc.patch
@@ -302,6 +303,7 @@ mkdir m4
%patch113 -p1 -b .rh674334
%patch114 -p1 -b .rh665971
%patch115 -p1 -b .cleanup
+%patch116 -p1 -b .includes
# Sparc and s390 arches need to use -fPIE
%ifarch sparcv9 sparc64 s390 s390x
@@ -770,6 +772,9 @@ rm -rf ${RPM_BUILD_ROOT}
%endif
%changelog
+* Tue Feb 22 2011 Adam Tkac <atkac redhat com> 32:9.8.0-0.2.rc1
+- include dns/rpz.h in -devel subpkg
+
* Mon Feb 21 2011 Adam Tkac <atkac redhat com> 32:9.8.0-0.1.rc1
- update to 9.8.0rc1
diff --git a/bind98-includes.patch b/bind98-includes.patch
new file mode 100644
index 0000000..59f45c6
--- /dev/null
+++ b/bind98-includes.patch
@@ -0,0 +1,12 @@
+diff -up bind-9.8.0rc1/lib/dns/include/dns/Makefile.in.includes bind-9.8.0rc1/lib/dns/include/dns/Makefile.in
+--- bind-9.8.0rc1/lib/dns/include/dns/Makefile.in.includes 2011-02-22 12:09:51.502603050 +0100
++++ bind-9.8.0rc1/lib/dns/include/dns/Makefile.in 2011-02-22 12:10:07.692556291 +0100
+@@ -29,7 +29,7 @@ HEADERS = acl.h adb.h byaddr.h cache.h c
+ peer.h portlist.h private.h rbt.h rcode.h \
+ rdata.h rdataclass.h rdatalist.h rdataset.h rdatasetiter.h \
+ rdataslab.h rdatatype.h request.h resolver.h result.h \
+- rootns.h sdb.h sdlz.h secalg.h secproto.h soa.h ssu.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
+