diff options
| author | Adam Tkac <atkac@fedoraproject.org> | 2007-11-29 08:21:03 +0000 |
|---|---|---|
| committer | Adam Tkac <atkac@fedoraproject.org> | 2007-11-29 08:21:03 +0000 |
| commit | 497cac8ec7b9c19024780aef6bc1bd8eba1ae4d8 (patch) | |
| tree | aeef5b8b1a9890178c79411100da56623ed27792 | |
| parent | ee5a4ab73be93d2418de755a3c2dc5a3132bcdd2 (diff) | |
- final 9.4.2bind-9_4_2-1_fc7
| -rw-r--r-- | .cvsignore | 2 | ||||
| -rw-r--r-- | bind.spec | 13 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 9 insertions, 8 deletions
@@ -1,4 +1,4 @@ -bind-9.4.2rc2.tar.gz +bind-9.4.2.tar.gz bind-chroot.tar.bz2 libbind-man.tar.gz config.tar @@ -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 @@ -1,4 +1,4 @@ -046c57e5882657f67d1bdde8c762919d bind-9.4.2rc2.tar.gz +57953d7264139b9506b9d66174125179 bind-9.4.2.tar.gz 5306e4032389c2a8ddba678882bc82ad bind-chroot.tar.bz2 13fef79f99fcefebb51d84b08805de51 libbind-man.tar.gz be1c17ce7c3ec560fd67fc006b7a20f9 config.tar |
