[bind/f17] Corrected IP addresses in named.ca (#901741)

Tomas Hozza thozza at fedoraproject.org
Tue Jan 29 16:46:25 UTC 2013


commit 7d3e1618ac472d6c2b76f1ae160f2683458f2b36
Author: Tomas Hozza <thozza at redhat.com>
Date:   Mon Jan 28 16:12:15 2013 +0100

    Corrected IP addresses in named.ca (#901741)
    
    Signed-off-by: Tomas Hozza <thozza at redhat.com>

 .gitignore |    1 +
 bind.spec  |   13 ++++++++-----
 sources    |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 91d97a5..96c15bc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,3 +27,4 @@ bind-9.7.2b1.tar.gz
 /bind-9.9.1-P3.tar.gz
 /bind-9.9.2.tar.gz
 /bind-9.9.2-P1.tar.gz
+/config-9.tar.bz2
diff --git a/bind.spec b/bind.spec
index f9c36ab..3aa7d2d 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.2
-Release:  3.%{PATCHVER}%{?dist}
+Release:  4.%{PATCHVER}%{?dist}
 Epoch:    32
 Url:      http://www.isc.org/products/BIND/
 Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -36,7 +36,7 @@ Source7:  bind-9.3.1rc1-sdb_tools-Makefile.in
 Source8:  dnszone.schema
 Source12: README.sdb_pgsql
 Source25: named.conf.sample
-Source28: config-8.tar.bz2
+Source28: config-9.tar.bz2
 Source30: ldap2zone.c
 Source31: ldap2zone.1
 Source32: named-sdb.8
@@ -771,6 +771,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %endif
 
 %changelog
+* Mon Jan 28 2013 Tomas Hozza <thozza at redhat.com> 32:9.9.2-4.P1
+- Corrected IP addresses in named.ca (#901741)
+
 * Wed Dec 05 2012 Tomas Hozza <thozza at redhat.com> 32:9.9.2-3.P1
 - update to bind-9.9.2-P1
 
@@ -1801,7 +1804,7 @@ rm -rf ${RPM_BUILD_ROOT}
 - fix bug 197493: renaming subpackage bind-config to caching-nameserver
 
 * Mon Jul 24 2006 Jason Vas Dias <jvdias at redhat.com> - 30:9.3.2-34
-- fix bug 199876: make '%%exclude libbbind.*' conditional on %{LIBBIND}
+- fix bug 199876: make '%%exclude libbbind.*' conditional on %%{LIBBIND}
 
 * Mon Jul 24 2006 Florian La Roche <laroche at redhat.com> - 30:9.3.2-33
 - fix #195881, perms are not packaged correctly
@@ -2073,10 +2076,10 @@ rm -rf ${RPM_BUILD_ROOT}
 - AAAA addresses are queried
 
 * Mon Oct 18 2004 Jason Vas Dias <jvdias at redhat.com> - 20:9.2.4-2
-- Fix bug 136243: bind-chroot %%post must run restorecon -R %{prefix}
+- Fix bug 136243: bind-chroot %%post must run restorecon -R %%{prefix}
 - Fix bug 135175: named.init must return non-zero if named is not run
 - Fix bug 134060: bind-chroot %%post must use mktemp, not /tmp/named
-- Fix bug 133423: bind-chroot %%files entries should have been %dirs
+- Fix bug 133423: bind-chroot %%files entries should have been %%dirs
 
 * Thu Sep 23 2004 Jason Vas Dias <jvdias at redhat.com> - 20:9.2.4-1
 - BIND 9.2.4 (final release) released - source code actually
diff --git a/sources b/sources
index 9c27f2b..ee4f256 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
 44b9d1feb11de09811160775f94c2554  bind-9.9.2-P1.tar.gz
-76857526420dc8e153ad688aeb5a2c4b  config-8.tar.bz2
+6f22bed78f41bc27fa6d885b648da63e  config-9.tar.bz2


More information about the scm-commits mailing list