diff --git a/bind.spec b/bind.spec index 0325c60..a86cabd 100644 --- a/bind.spec +++ b/bind.spec @@ -17,7 +17,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: BSD-like Version: 9.3.3 -Release: 2%{?prever}%{?dist} +Release: 3%{?prever}%{?dist} Epoch: 31 Url: http://www.isc.org/products/BIND/ Buildroot: %{_tmppath}/%{name}-root @@ -338,7 +338,7 @@ make %{?_smp_mflags} %install rm -rf ${RPM_BUILD_ROOT} -cp %{SOURCE5} doc/rfc +cp --preserve=timestamps %{SOURCE5} doc/rfc gzip -9 doc/rfc/* mkdir -p ${RPM_BUILD_ROOT}/etc/{rc.d/init.d,logrotate.d} mkdir -p ${RPM_BUILD_ROOT}/usr/{bin,lib,sbin,include} @@ -448,7 +448,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.150 2007/01/04 14:37:49 stransky 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.151 2007/01/16 22:42:34 stransky 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: @@ -777,6 +777,10 @@ rm -rf ${RPM_BUILD_ROOT} :; %changelog +* Tue Jan 16 2007 Martin Stransky - 30:9.3.3-3 +- fixed a multi-lib issue +- Resolves: rhbz#222717 + * Thu Jan 4 2007 Martin Stransky - 31:9.3.3-2 - added namedGetForwarders written in shell (#176100), created by Baris Cicek .