summaryrefslogtreecommitdiffstats
path: root/bind.spec
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2008-07-08 22:23:45 +0000
committerAdam Tkac <atkac@fedoraproject.org>2008-07-08 22:23:45 +0000
commit766341c2eb6fd8e44ac484c02c16a5823bd8ae9f (patch)
tree3e8929bbfc915659c9faf4a2c24468d66cb50a9f /bind.spec
parent48eb786dbb8754fc99971b42341e6b11855860f2 (diff)
- 9.5.0-P1 release (CVE-2008-1447)bind-9_5_0-33_P1_fc9
- fixed typo in bind-sdb summary (#454436)
Diffstat (limited to 'bind.spec')
-rw-r--r--bind.spec16
1 files changed, 11 insertions, 5 deletions
diff --git a/bind.spec b/bind.spec
index 006f2f2..56dfb4c 100644
--- a/bind.spec
+++ b/bind.spec
@@ -2,6 +2,8 @@
# Red Hat BIND package .spec file
#
+%define PATCHVER P1
+
%{?!SDB: %define SDB 1}
%{?!LIBBIND: %define LIBBIND 1}
%{?!test: %define test 0}
@@ -16,13 +18,13 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
Name: bind
License: ISC
Version: 9.5.0
-Release: 32.2%{?dist}
+Release: 33.%{PATCHVER}%{?dist}
Epoch: 32
Url: http://www.isc.org/products/BIND/
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Group: System Environment/Daemons
#
-Source: ftp://ftp.isc.org/isc/bind9/%{version}/bind-%{version}.tar.gz
+Source: ftp://ftp.isc.org/isc/bind9/%{version}/bind-%{version}-%{PATCHVER}.tar.gz
Source1: named.sysconfig
Source2: named.init
Source3: named.logrotate
@@ -110,7 +112,7 @@ tools for verifying that the DNS server is operating properly.
%if %{SDB}
%package sdb
-Summary: BIND server with database backends and DLZ suppport
+Summary: BIND server with database backends and DLZ support
Group: System Environment/Daemons
%description sdb
@@ -172,7 +174,7 @@ chroot(2) jail for the named(8) program from the BIND package.
Based on the code from Jan "Yenya" Kasprzak <kas@fi.muni.cz>
%prep
-%setup -q
+%setup -q -n %{name}-%{version}-%{PATCHVER}
# Common patches
%patch -p1 -b .varrun
@@ -393,7 +395,7 @@ for f in my.internal.zone.db slaves/my.slave.internal.zone.db slaves/my.ddns.int
echo '@ in soa localhost. root 1 3H 15M 1W 1D
ns localhost.' > sample/var/named/$f;
done
-/usr/bin/tail -n '+'`/bin/egrep -n '\\$Id: bind.spec,v 1.264 2008/06/18 11:34:31 atkac Exp $/+1/' | bc` bin/rndc/rndc.conf | sed '/Sample rndc configuration file./{p;i\
+/usr/bin/tail -n '+'`/bin/egrep -n '\\$Id: bind.spec,v 1.265 2008/07/08 22:23:45 atkac Exp $/+1/' | bc` bin/rndc/rndc.conf | sed '/Sample rndc configuration file./{p;i\
*\
* NOTE: you only need to create this file if it is to\
* differ from the following default contents:
@@ -644,6 +646,10 @@ rm -rf ${RPM_BUILD_ROOT}
%{_sbindir}/bind-chroot-admin
%changelog
+* Tue Jul 08 2008 Adam Tkac <atkac redhat com> 32:9.5.0-33.P1
+- 9.5.0-P1 release (CVE-2008-1447)
+- fixed typo in bind-sdb summary (#454436)
+
* Wed Jun 18 2008 Adam Tkac <atkac redhat com> 32:9.5.0-32.2
- parse inner acls correctly (#450995)