[bind/f16] Install isc/stat.h

Adam Tkac atkac at fedoraproject.org
Thu Oct 11 14:17:23 UTC 2012


commit 03ad719696521111a3a20a29cea7889f025f6a68
Author: Adam Tkac <atkac at redhat.com>
Date:   Thu Oct 11 16:17:13 2012 +0200

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

 bind.spec         |    7 ++++++-
 bind98-stat.patch |   12 ++++++++++++
 2 files changed, 18 insertions(+), 1 deletions(-)
---
diff --git a/bind.spec b/bind.spec
index a7a3ae8..b319ebe 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.4
-Release:  1%{?dist}
+Release:  2%{?dist}
 Epoch:    32
 Url:      http://www.isc.org/products/BIND/
 Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -66,6 +66,7 @@ Patch119:bind97-rh693982.patch
 Patch122:bind98-dlz_buildfix.patch
 Patch123:bind98-rh735103.patch
 Patch124:bind99-forward.patch
+Patch125:bind98-stat.patch
 
 # SDB patches
 Patch11: bind-9.3.2b2-sdbsrc.patch
@@ -285,6 +286,7 @@ mkdir m4
 %patch122 -p1 -b .dlz_buildfix
 %patch123 -p1 -b .rh735103
 %patch124 -p1 -b .forward
+%patch125 -p1 -b .stat
 
 # Sparc and s390 arches need to use -fPIE
 %ifarch sparcv9 sparc64 s390 s390x
@@ -753,6 +755,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %endif
 
 %changelog
+* Thu Oct 11 2012 Adam Tkac <atkac redhat com> 32:9.8.4-2
+- install isc/stat.h
+
 * Thu Oct 11 2012 Adam Tkac <atkac redhat com> 32:9.8.4-1
 - update to 9.8.4
 - bind97-rh714049.patch has been dropped
diff --git a/bind98-stat.patch b/bind98-stat.patch
new file mode 100644
index 0000000..87e6f97
--- /dev/null
+++ b/bind98-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