diff --git a/bind.spec b/bind.spec index 8633110..14c7280 100644 --- a/bind.spec +++ b/bind.spec @@ -21,7 +21,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: ISC Version: 9.7.0 -Release: 0.7.%{PREVER}%{?dist} +Release: 0.8.%{PREVER}%{?dist} Epoch: 32 Url: http://www.isc.org/products/BIND/ Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -53,6 +53,7 @@ Patch101:bind-96-old-api.patch Patch102:bind-95-rh452060.patch Patch106:bind93-rh490837.patch Patch107:bind97-dist-pkcs11.patch +Patch108:bind97-headers.patch # SDB patches Patch11: bind-9.3.2b2-sdbsrc.patch @@ -229,6 +230,7 @@ mkdir m4 %patch102 -p1 -b .rh452060 %patch106 -p0 -b .rh490837 %patch107 -p1 -b .dist-pkcs11 +%patch108 -p1 -b .headers # Sparc and s390 arches need to use -fPIE %ifarch sparcv9 sparc64 s390 s390x @@ -622,6 +624,9 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog +* Thu Nov 26 2009 Adam Tkac 32:9.7.0-0.8.b2 +- install isc/namespace.h header + * Fri Nov 06 2009 Adam Tkac 32:9.7.0-0.7.b2 - update to 9.7.0b2 diff --git a/bind97-headers.patch b/bind97-headers.patch new file mode 100644 index 0000000..964d4fc --- /dev/null +++ b/bind97-headers.patch @@ -0,0 +1,14 @@ +diff -up bind-9.7.0b2/lib/isc/include/isc/Makefile.in.headers bind-9.7.0b2/lib/isc/include/isc/Makefile.in +--- bind-9.7.0b2/lib/isc/include/isc/Makefile.in.headers 2009-11-26 10:16:08.838465689 +0100 ++++ bind-9.7.0b2/lib/isc/include/isc/Makefile.in 2009-11-26 10:16:22.034465882 +0100 +@@ -33,8 +33,8 @@ HEADERS = app.h assertions.h base64.h bi + httpd.h \ + interfaceiter.h @ISC_IPV6_H@ iterated_hash.h lang.h lex.h \ + lfsr.h lib.h list.h log.h \ +- magic.h md5.h mem.h msgcat.h msgs.h \ +- mutexblock.h netaddr.h ondestroy.h os.h parseint.h \ ++ magic.h md5.h mem.h msgcat.h msgs.h mutexblock.h \ ++ namespace.h netaddr.h ondestroy.h os.h parseint.h \ + print.h quota.h radix.h random.h ratelimiter.h \ + refcount.h region.h resource.h \ + result.h resultclass.h rwlock.h serial.h sha1.h sha2.h \