Include dns/rpz.h in -devel subpkg.
Signed-off-by: Adam Tkac <atkac@redhat.com>
This commit is contained in:
parent
5bc2b4b996
commit
333f89f44e
@ -22,7 +22,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
|
||||
Name: bind
|
||||
License: ISC
|
||||
Version: 9.8.0
|
||||
Release: 0.1.%{PREVER}%{?dist}
|
||||
Release: 0.2.%{PREVER}%{?dist}
|
||||
Epoch: 32
|
||||
Url: http://www.isc.org/products/BIND/
|
||||
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
@ -64,6 +64,7 @@ Patch112:bind97-rh645544.patch
|
||||
Patch113:bind97-rh674334.patch
|
||||
Patch114:bind97-rh665971.patch
|
||||
Patch115:bind97-cleanup.patch
|
||||
Patch116:bind98-includes.patch
|
||||
|
||||
# SDB patches
|
||||
Patch11: bind-9.3.2b2-sdbsrc.patch
|
||||
@ -302,6 +303,7 @@ mkdir m4
|
||||
%patch113 -p1 -b .rh674334
|
||||
%patch114 -p1 -b .rh665971
|
||||
%patch115 -p1 -b .cleanup
|
||||
%patch116 -p1 -b .includes
|
||||
|
||||
# Sparc and s390 arches need to use -fPIE
|
||||
%ifarch sparcv9 sparc64 s390 s390x
|
||||
@ -770,6 +772,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Feb 22 2011 Adam Tkac <atkac redhat com> 32:9.8.0-0.2.rc1
|
||||
- include dns/rpz.h in -devel subpkg
|
||||
|
||||
* Mon Feb 21 2011 Adam Tkac <atkac redhat com> 32:9.8.0-0.1.rc1
|
||||
- update to 9.8.0rc1
|
||||
|
||||
|
12
bind98-includes.patch
Normal file
12
bind98-includes.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -up bind-9.8.0rc1/lib/dns/include/dns/Makefile.in.includes bind-9.8.0rc1/lib/dns/include/dns/Makefile.in
|
||||
--- bind-9.8.0rc1/lib/dns/include/dns/Makefile.in.includes 2011-02-22 12:09:51.502603050 +0100
|
||||
+++ bind-9.8.0rc1/lib/dns/include/dns/Makefile.in 2011-02-22 12:10:07.692556291 +0100
|
||||
@@ -29,7 +29,7 @@ HEADERS = acl.h adb.h byaddr.h cache.h c
|
||||
peer.h portlist.h private.h rbt.h rcode.h \
|
||||
rdata.h rdataclass.h rdatalist.h rdataset.h rdatasetiter.h \
|
||||
rdataslab.h rdatatype.h request.h resolver.h result.h \
|
||||
- rootns.h sdb.h sdlz.h secalg.h secproto.h soa.h ssu.h \
|
||||
+ rootns.h rpz.h sdb.h sdlz.h secalg.h secproto.h soa.h ssu.h \
|
||||
tcpmsg.h time.h tkey.h tsig.h ttl.h types.h \
|
||||
validator.h version.h view.h xfrin.h zone.h zonekey.h zt.h
|
||||
|
Loading…
Reference in New Issue
Block a user