summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2011-11-14 14:23:09 +0100
committerAdam Tkac <atkac@redhat.com>2011-11-14 14:23:09 +0100
commit6161cf7d2ce6cb15ffc6a71b0223218f11597ba3 (patch)
treea454e78e75026efb37ac9cff7efd8e75ba5e5f76
parent45e102c98a05ccbe268234b345f392983a68dbab (diff)
downloadbind-6161cf7d2ce6cb15ffc6a71b0223218f11597ba3.tar.gz
bind-6161cf7d2ce6cb15ffc6a71b0223218f11597ba3.tar.xz
bind-6161cf7d2ce6cb15ffc6a71b0223218f11597ba3.zip
Ship dns/clientinfo.h in bind-devel
Signed-off-by: Adam Tkac <atkac@redhat.com>
-rw-r--r--bind.spec7
-rw-r--r--bind99-cinfo.patch18
2 files changed, 24 insertions, 1 deletions
diff --git a/bind.spec b/bind.spec
index bb4cabe..483b00b 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.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)
@@ -71,6 +71,7 @@ Patch123:bind98-rh735103.patch
Patch124:nslookup-norec.patch
Patch125:bind99-buildfix.patch
Patch126:bind99-v6only.patch
+Patch127:bind99-cinfo.patch
# SDB patches
Patch11: bind-9.3.2b2-sdbsrc.patch
@@ -297,6 +298,7 @@ pushd bin/dig
popd
%patch125 -p1 -b .buildfix
%patch126 -p1 -b .v6only
+%patch127 -p1 -b .cinfo
# Sparc and s390 arches need to use -fPIE
%ifarch sparcv9 sparc64 s390 s390x
@@ -767,6 +769,9 @@ rm -rf ${RPM_BUILD_ROOT}
%endif
%changelog
+* Mon Nov 14 2011 Adam Tkac <atkac redhat com> 32:9.9.0-0.2.b1
+- ship dns/clientinfo.h in bind-devel
+
* Fri Nov 11 2011 Adam Tkac <atkac redhat com> 32:9.9.0-0.1.b1
- update to 9.9.0b1
- bind98-dlz_buildfix.patch merged
diff --git a/bind99-cinfo.patch b/bind99-cinfo.patch
new file mode 100644
index 0000000..c5b027f
--- /dev/null
+++ b/bind99-cinfo.patch
@@ -0,0 +1,18 @@
+diff -up bind-9.9.0b1/lib/dns/include/dns/Makefile.in.cinfo bind-9.9.0b1/lib/dns/include/dns/Makefile.in
+--- bind-9.9.0b1/lib/dns/include/dns/Makefile.in.cinfo 2011-11-14 14:16:00.887716693 +0100
++++ bind-9.9.0b1/lib/dns/include/dns/Makefile.in 2011-11-14 14:16:31.141714598 +0100
+@@ -21,10 +21,10 @@ top_srcdir = @top_srcdir@
+
+ @BIND9_VERSION@
+
+-HEADERS = acl.h adb.h byaddr.h cache.h callbacks.h cert.h compress.h \
+- db.h dbiterator.h dbtable.h diff.h dispatch.h dlz.h dynamic_db.h \
+- dnssec.h ds.h events.h fixedname.h iptable.h journal.h \
+- keyflags.h keytable.h keyvalues.h lib.h log.h \
++HEADERS = acl.h adb.h byaddr.h cache.h callbacks.h cert.h clientinfo.h \
++ compress.h db.h dbiterator.h dbtable.h diff.h dispatch.h dlz.h \
++ dynamic_db.h dnssec.h ds.h events.h fixedname.h iptable.h \
++ journal.h keyflags.h keytable.h keyvalues.h lib.h log.h \
+ master.h masterdump.h message.h name.h ncache.h nsec.h \
+ peer.h portlist.h private.h rbt.h rcode.h \
+ rdata.h rdataclass.h rdatalist.h rdataset.h rdatasetiter.h \