summaryrefslogtreecommitdiffstats
path: root/bind.spec
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2007-11-29 08:21:03 +0000
committerAdam Tkac <atkac@fedoraproject.org>2007-11-29 08:21:03 +0000
commit497cac8ec7b9c19024780aef6bc1bd8eba1ae4d8 (patch)
treeaeef5b8b1a9890178c79411100da56623ed27792 /bind.spec
parentee5a4ab73be93d2418de755a3c2dc5a3132bcdd2 (diff)
- final 9.4.2bind-9_4_2-1_fc7
Diffstat (limited to 'bind.spec')
-rw-r--r--bind.spec13
1 files changed, 7 insertions, 6 deletions
diff --git a/bind.spec b/bind.spec
index 5b00d3f..818d1c8 100644
--- a/bind.spec
+++ b/bind.spec
@@ -2,8 +2,6 @@
# Red Hat BIND package .spec file
#
-%define RELEASEVER rc2
-
%{?!SDB: %define SDB 1}
%{?!LIBBIND: %define LIBBIND 1}
%{?!efence: %define efence 0}
@@ -20,13 +18,13 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
Name: bind
License: BSD-like
Version: 9.4.2
-Release: 0.5.%{RELEASEVER}%{?dist}
+Release: 1%{?dist}
Epoch: 31
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}%{RELEASEVER}.tar.gz
+Source: ftp://ftp.isc.org/isc/bind9/%{version}/bind-%{version}.tar.gz
Source1: named.sysconfig
Source2: named.init
Source3: named.logrotate
@@ -223,7 +221,7 @@ BIND's idn implementation libraries
%prep
-%setup -q -n %{name}-%{version}%{RELEASEVER}
+%setup -q -n %{name}-%{version}
%patch -p1 -b .varrun
%patch1 -p1 -b .key
%patch2 -p1 -b .openssl_suffix
@@ -455,7 +453,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.196 2007/11/15 08:59: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.197 2007/11/29 08:21:03 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:
@@ -779,6 +777,9 @@ rm -rf ${RPM_BUILD_ROOT}
%changelog
+* Thu Nov 29 2007 Adam Tkac <atkac redhat com> 31:9.4.2-1
+- final 9.4.2
+
* Wed Nov 15 2007 Adam Tkac <atkac redhat com> 31:9.4.2-0.5.rc1
- updated to 9.4.2-rc2