Ship dns/clientinfo.h in bind-devel
Signed-off-by: Adam Tkac <atkac@redhat.com>
This commit is contained in:
parent
45e102c98a
commit
6161cf7d2c
@ -22,7 +22,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
|
|||||||
Name: bind
|
Name: bind
|
||||||
License: ISC
|
License: ISC
|
||||||
Version: 9.9.0
|
Version: 9.9.0
|
||||||
Release: 0.1.%{PREVER}%{?dist}
|
Release: 0.2.%{PREVER}%{?dist}
|
||||||
Epoch: 32
|
Epoch: 32
|
||||||
Url: http://www.isc.org/products/BIND/
|
Url: http://www.isc.org/products/BIND/
|
||||||
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@ -71,6 +71,7 @@ Patch123:bind98-rh735103.patch
|
|||||||
Patch124:nslookup-norec.patch
|
Patch124:nslookup-norec.patch
|
||||||
Patch125:bind99-buildfix.patch
|
Patch125:bind99-buildfix.patch
|
||||||
Patch126:bind99-v6only.patch
|
Patch126:bind99-v6only.patch
|
||||||
|
Patch127:bind99-cinfo.patch
|
||||||
|
|
||||||
# SDB patches
|
# SDB patches
|
||||||
Patch11: bind-9.3.2b2-sdbsrc.patch
|
Patch11: bind-9.3.2b2-sdbsrc.patch
|
||||||
@ -297,6 +298,7 @@ pushd bin/dig
|
|||||||
popd
|
popd
|
||||||
%patch125 -p1 -b .buildfix
|
%patch125 -p1 -b .buildfix
|
||||||
%patch126 -p1 -b .v6only
|
%patch126 -p1 -b .v6only
|
||||||
|
%patch127 -p1 -b .cinfo
|
||||||
|
|
||||||
# Sparc and s390 arches need to use -fPIE
|
# Sparc and s390 arches need to use -fPIE
|
||||||
%ifarch sparcv9 sparc64 s390 s390x
|
%ifarch sparcv9 sparc64 s390 s390x
|
||||||
@ -767,6 +769,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Nov 11 2011 Adam Tkac <atkac redhat com> 32:9.9.0-0.1.b1
|
||||||
- update to 9.9.0b1
|
- update to 9.9.0b1
|
||||||
- bind98-dlz_buildfix.patch merged
|
- bind98-dlz_buildfix.patch merged
|
||||||
|
18
bind99-cinfo.patch
Normal file
18
bind99-cinfo.patch
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
diff -up bind-9.9.0b1/lib/dns/include/dns/Makefile.in.cinfo bind-9.9.0b1/lib/dns/include/dns/Makefile.in
|
||||||
|
--- bind-9.9.0b1/lib/dns/include/dns/Makefile.in.cinfo 2011-11-14 14:16:00.887716693 +0100
|
||||||
|
+++ bind-9.9.0b1/lib/dns/include/dns/Makefile.in 2011-11-14 14:16:31.141714598 +0100
|
||||||
|
@@ -21,10 +21,10 @@ top_srcdir = @top_srcdir@
|
||||||
|
|
||||||
|
@BIND9_VERSION@
|
||||||
|
|
||||||
|
-HEADERS = acl.h adb.h byaddr.h cache.h callbacks.h cert.h compress.h \
|
||||||
|
- db.h dbiterator.h dbtable.h diff.h dispatch.h dlz.h dynamic_db.h \
|
||||||
|
- dnssec.h ds.h events.h fixedname.h iptable.h journal.h \
|
||||||
|
- keyflags.h keytable.h keyvalues.h lib.h log.h \
|
||||||
|
+HEADERS = acl.h adb.h byaddr.h cache.h callbacks.h cert.h clientinfo.h \
|
||||||
|
+ compress.h db.h dbiterator.h dbtable.h diff.h dispatch.h dlz.h \
|
||||||
|
+ dynamic_db.h dnssec.h ds.h events.h fixedname.h iptable.h \
|
||||||
|
+ journal.h keyflags.h keytable.h keyvalues.h lib.h log.h \
|
||||||
|
master.h masterdump.h message.h name.h ncache.h nsec.h \
|
||||||
|
peer.h portlist.h private.h rbt.h rcode.h \
|
||||||
|
rdata.h rdataclass.h rdatalist.h rdataset.h rdatasetiter.h \
|
Loading…
Reference in New Issue
Block a user