summaryrefslogtreecommitdiffstats
path: root/bind.spec
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2012-10-11 16:07:10 +0200
committerAdam Tkac <atkac@redhat.com>2012-10-11 16:07:10 +0200
commit7d40dc1da5aba4fd10050819ee275c9a86e932c7 (patch)
tree885a8e79c6cc9b03aa7fcc501113c625396186a6 /bind.spec
parentd6323c1def4505ce1e2879f0d1cc0a668cc090ed (diff)
downloadbind-7d40dc1da5aba4fd10050819ee275c9a86e932c7.tar.gz
bind-7d40dc1da5aba4fd10050819ee275c9a86e932c7.tar.xz
bind-7d40dc1da5aba4fd10050819ee275c9a86e932c7.zip
Install isc/stat.h
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 9b42b76..03c41da 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.2
-Release: 1%{?dist}
+Release: 2%{?dist}
Epoch: 32
Url: http://www.isc.org/products/BIND/
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -72,6 +72,7 @@ Patch125:bind99-buildfix.patch
Patch127:bind99-forward.patch
Patch130:bind-9.9.1-P2-dlz-libdb4.patch
Patch131:bind-9.9.1-P2-multlib-conflict.patch
+Patch132:bind99-stat.patch
# SDB patches
Patch11: bind-9.3.2b2-sdbsrc.patch
@@ -302,6 +303,7 @@ cp -fp contrib/sdb/sqlite/zone2sqlite.c bin/sdb_tools
%if %{SDB}
%patch62 -p1 -b .sdb-sqlite-bld
%endif
+%patch132 -p1 -b .stat
# Sparc and s390 arches need to use -fPIE
%ifarch sparcv9 sparc64 s390 s390x
@@ -752,6 +754,9 @@ rm -rf ${RPM_BUILD_ROOT}
%endif
%changelog
+* Thu Oct 11 2012 Adam Tkac <atkac redhat com> 32:9.9.2-2
+- install isc/stat.h
+
* Thu Oct 11 2012 Adam Tkac <atkac redhat com> 32:9.9.2-1
- update to 9.9.2
- bind97-rh714049.patch has been dropped