[bind/f19] Ship dns/rrl.h in -devel subpkg

Adam Tkac atkac at fedoraproject.org
Tue Apr 16 14:44:52 UTC 2013


commit 4ebe3dc7ef12fc49e299057539bab34b5d499395
Author: Adam Tkac <atkac at redhat.com>
Date:   Tue Apr 16 16:44:05 2013 +0200

    Ship dns/rrl.h in -devel subpkg
    
    Signed-off-by: Adam Tkac <atkac at redhat.com>

 bind.spec        |    7 ++++++-
 bind99-rrl.patch |   12 ++++++++++++
 2 files changed, 18 insertions(+), 1 deletions(-)
---
diff --git a/bind.spec b/bind.spec
index 3f7e0af..f482824 100644
--- a/bind.spec
+++ b/bind.spec
@@ -26,7 +26,7 @@ Summary:  The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
 Name:     bind
 License:  ISC
 Version:  9.9.3
-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)
@@ -80,6 +80,7 @@ Patch132:bind99-stat.patch
 Patch133:bind99-rh640538.patch
 Patch134:bind97-rh669163.patch
 Patch136:rl-9.9.3rc1.patch
+Patch137:bind99-rrl.patch
 
 # SDB patches
 Patch11: bind-9.3.2b2-sdbsrc.patch
@@ -277,6 +278,7 @@ popd
 %patch130 -p1 -b .libdb4
 %patch131 -p1 -b .multlib-conflict
 %patch136 -p0 -b .rl
+%patch137 -p1 -b .rrl
 
 %if %{SDB}
 %patch101 -p1 -b .old-api
@@ -774,6 +776,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %endif
 
 %changelog
+* Tue Apr 16 2013 Adam Tkac <atkac redhat com> 32:9.9.3-0.2.rc1
+- ship dns/rrl.h in -devel subpkg
+
 * Tue Apr 16 2013 Adam Tkac <atkac redhat com> 32:9.9.3-0.1.rc1
 - update to 9.9.3rc1
 - bind-96-libtool2.patch has been merged
diff --git a/bind99-rrl.patch b/bind99-rrl.patch
new file mode 100644
index 0000000..3b04e1e
--- /dev/null
+++ b/bind99-rrl.patch
@@ -0,0 +1,12 @@
+diff -up bind-9.9.3rc1/lib/dns/include/dns/Makefile.in.rrl bind-9.9.3rc1/lib/dns/include/dns/Makefile.in
+--- bind-9.9.3rc1/lib/dns/include/dns/Makefile.in.rrl	2013-04-16 16:37:00.682186997 +0200
++++ bind-9.9.3rc1/lib/dns/include/dns/Makefile.in	2013-04-16 16:37:08.387169682 +0200
+@@ -32,7 +32,7 @@ HEADERS =	acl.h adb.h byaddr.h cache.h c
+ 		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 \
+-		forward.h
++		forward.h rrl.h
+ 
+ GENHEADERS =	enumclass.h enumtype.h rdatastruct.h
+ 


More information about the scm-commits mailing list