diff options
| author | Adam Tkac <atkac@fedoraproject.org> | 2007-12-06 19:56:23 +0000 |
|---|---|---|
| committer | Adam Tkac <atkac@fedoraproject.org> | 2007-12-06 19:56:23 +0000 |
| commit | 0c78489ed486a7abe21a05c64ddebbec73c925e3 (patch) | |
| tree | 11ffd0f36c92ea3002686b2d2c53b162f05dd5f2 | |
| parent | 2fa9c7ab790d2c64aaba7a0d7134902784335e14 (diff) | |
- 9.5.0b1 (#405281, #392491)bind-9_5_0-19_b1_fc8
| -rw-r--r-- | .cvsignore | 2 | ||||
| -rw-r--r-- | bind.spec | 9 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 8 insertions, 5 deletions
@@ -1,4 +1,4 @@ -bind-9.5.0a7.tar.gz +bind-9.5.0b1.tar.gz bind-chroot.tar.bz2 config-2.tar libbind-man.tar.gz @@ -2,7 +2,7 @@ # Red Hat BIND package .spec file # -%define RELEASEVER a7 +%define RELEASEVER b1 %{?!SDB: %define SDB 1} %{?!LIBBIND: %define LIBBIND 1} @@ -21,7 +21,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: ISC Version: 9.5.0 -Release: 18.3.%{RELEASEVER}%{?dist} +Release: 19.%{RELEASEVER}%{?dist} Epoch: 32 Url: http://www.isc.org/products/BIND/ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -412,7 +412,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.230 2007/12/03 14:42:57 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.231 2007/12/06 19:56:23 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: @@ -663,6 +663,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_sbindir}/bind-chroot-admin %changelog +* Thu Dec 06 2007 Adam Tkac <atkac redhat com> 32:9.5.0-19.b1 +- 9.5.0b1 (#405281, #392491) + * Mon Dec 03 2007 Adam Tkac <atkac redhat com> 32:9.5.0-18.3.a7 - removed bind-9.5-random_ports.patch because upstream doesn't like it. query-source{,-v6} is sufficient @@ -1,4 +1,4 @@ -72f4bfdecba25d6410336406f3df0a3e bind-9.5.0a7.tar.gz +0dcc5331641362447552cb6016c8a9f1 bind-9.5.0b1.tar.gz 4faa4395b955e5f8a3d50f308b9fabc8 bind-chroot.tar.bz2 9c3905b6aece5b4aa0deba6029437483 config-2.tar 13fef79f99fcefebb51d84b08805de51 libbind-man.tar.gz |
