diff options
| author | Adam Tkac <atkac@fedoraproject.org> | 2007-08-06 09:25:41 +0000 |
|---|---|---|
| committer | Adam Tkac <atkac@fedoraproject.org> | 2007-08-06 09:25:41 +0000 |
| commit | 027ab392fcbb56b22216eac62d8abff58a64cb62 (patch) | |
| tree | 25928348b2799f12136344a8760d356e6b222181 /bind.spec | |
| parent | f57bea8a8d4022decf204c46fa8c2dd220d1aee9 (diff) | |
- changed licence to ISC
Diffstat (limited to 'bind.spec')
| -rw-r--r-- | bind.spec | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -25,9 +25,9 @@ # Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) server. Name: bind -License: BSD-like +License: ISC Version: %{BIND_MAJORVER}.%{BIND_MINORVER}.%{BIND_PATCHVER} -Release: 8.1.%{BIND_RELEASETYPE}%{BIND_RELEASEVER}%{?dist} +Release: 8.2.%{BIND_RELEASETYPE}%{BIND_RELEASEVER}%{?dist} Epoch: 32 Url: http://www.isc.org/products/BIND/ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -402,7 +402,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.203 2007/07/31 13:28:10 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.204 2007/08/06 09:25:41 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: @@ -681,6 +681,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_sbindir}/bind-chroot-admin %changelog +* Mon Aug 06 2007 Adam Tkac <atkac redhat com> 32:9.5.0-8.2.a6 +- changed licence from BSD-like to ISC + * Tue Jul 31 2007 Adam Tkac <atkac redhat com> 32:9.5.0-8.1.a6 - disabled named on all runlevels by default |
