[bind/f17] ship dns/rrl.h in -devel subpkg

Tomas Hozza thozza at fedoraproject.org
Mon Jun 3 18:04:50 UTC 2013


commit 646a491ac66d8294e0e81f6060613f59d0ae7e38
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: Tomas Hozza <thozza 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 c861ba7..de7676f 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.9.3
-Release:  1%{?dist}
+Release:  2%{?dist}
 Epoch:    32
 Url:      http://www.isc.org/products/BIND/
 Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -72,6 +72,7 @@ Patch127:bind99-forward.patch
 Patch130:bind-9.9.1-P2-multlib-conflict.patch
 Patch132:bind99-stat.patch
 Patch133:rl-9.9.3.patch
+Patch134:bind99-rrl.patch
 
 # SDB patches
 Patch11: bind-9.3.2b2-sdbsrc.patch
@@ -263,6 +264,7 @@ popd
 %patch127 -p1 -b .forward
 %patch130 -p1 -b .multlib-conflict
 %patch133 -p0 -b .rl
+%patch134 -p1 -b .rrl
 
 %if %{SDB}
 %patch101 -p1 -b .old-api
@@ -767,6 +769,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %endif
 
 %changelog
+* Mon Jun 03 2013 Tomas Hozza <thozza at redhat.com> 32:9.9.3-2
+- ship dns/rrl.h in -devel subpkg
+
 * Mon Jun 03 2013 Tomas Hozza <thozza at redhat.com> 32:9.9.3-1
 - update to 9.9.3
 - update RRL patch to the latest version 9.9.3-rl.150.20
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