summaryrefslogtreecommitdiffstats
path: root/bind.spec
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 /bind.spec
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>
Diffstat (limited to 'bind.spec')
-rw-r--r--bind.spec7
1 files changed, 6 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