[bind] Install isc/stat.h

Adam Tkac atkac at fedoraproject.org
Thu Oct 11 14:07:24 UTC 2012


commit 7d40dc1da5aba4fd10050819ee275c9a86e932c7
Author: Adam Tkac <atkac at redhat.com>
Date:   Thu Oct 11 16:07:10 2012 +0200

    Install isc/stat.h
    
    Signed-off-by: Adam Tkac <atkac at redhat.com>

 bind.spec         |    7 ++++++-
 bind99-stat.patch |   12 ++++++++++++
 2 files changed, 18 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
diff --git a/bind99-stat.patch b/bind99-stat.patch
new file mode 100644
index 0000000..87e6f97
--- /dev/null
+++ b/bind99-stat.patch
@@ -0,0 +1,12 @@
+diff -up bind-9.9.2/lib/isc/unix/include/isc/Makefile.in.stat bind-9.9.2/lib/isc/unix/include/isc/Makefile.in
+--- bind-9.9.2/lib/isc/unix/include/isc/Makefile.in.stat	2012-10-11 15:52:08.597838751 +0200
++++ bind-9.9.2/lib/isc/unix/include/isc/Makefile.in	2012-10-11 15:52:16.339836619 +0200
+@@ -21,7 +21,7 @@ top_srcdir =	@top_srcdir@
+ 
+ @BIND9_VERSION@
+ 
+-HEADERS =	dir.h int.h net.h netdb.h offset.h stdtime.h \
++HEADERS =	dir.h int.h net.h netdb.h offset.h stat.h stdtime.h \
+ 		syslog.h time.h
+ 
+ SUBDIRS =


More information about the scm-commits mailing list