diff options
| author | Martin Stransky <stransky@fedoraproject.org> | 2007-01-16 22:42:34 +0000 |
|---|---|---|
| committer | Martin Stransky <stransky@fedoraproject.org> | 2007-01-16 22:42:34 +0000 |
| commit | 6a0a790a35ba394c692a42f4472a8962bf9fc32f (patch) | |
| tree | de8510715b0ca2aa244bcada68db22e07a303e68 | |
| parent | e4f5cd60e57a6462a8d3dd49aee2619ac119ef1c (diff) | |
fixed a multi-lib issue
| -rw-r--r-- | bind.spec | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -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 <stransky@redhat.com> - 30:9.3.3-3 +- fixed a multi-lib issue +- Resolves: rhbz#222717 + * Thu Jan 4 2007 Martin Stransky <stransky@redhat.com> - 31:9.3.3-2 - added namedGetForwarders written in shell (#176100), created by Baris Cicek <baris@nerd.com.tr>. |
