diff options
| author | Adam Tkac <atkac@fedoraproject.org> | 2007-09-03 07:54:59 +0000 |
|---|---|---|
| committer | Adam Tkac <atkac@fedoraproject.org> | 2007-09-03 07:54:59 +0000 |
| commit | 1b235e12a4f77b46f07e19f77c398429f10c5685 (patch) | |
| tree | 85e0657ece22b857d2dcd47288113e2c395a4952 /bind.spec | |
| parent | be05b703a294dfdfe99cf2a7de0191f33dd6c9d8 (diff) | |
- temporary revert ISC 2119 change which conflicts with our "libbind-errno"bind-9_4_2-0_2_b1_fc7
patch (#254501)
Diffstat (limited to 'bind.spec')
| -rw-r--r-- | bind.spec | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -20,7 +20,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: BSD-like Version: 9.4.2 -Release: 0.1.%{RELEASEVER}%{?dist} +Release: 0.2.%{RELEASEVER}%{?dist} Epoch: 31 Url: http://www.isc.org/products/BIND/ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -73,6 +73,7 @@ Patch66: bind-9.4.0-zone-freeze.patch Patch68: bind-9.4.1-ldap-api.patch Patch70: bind-9.4-update.patch Patch71: bind-9.4-dbus.patch +Patch72: bind-9.4-2119_revert.patch # Requires: bind-libs = %{epoch}:%{version}-%{release}, glibc >= 2.2, mktemp Requires(post): grep, chkconfig >= 1.3.26 @@ -298,6 +299,7 @@ popd %endif %patch66 -p1 -b .freeze %patch70 -p1 -b .update +%patch72 -p1 -b .2119_revert :; @@ -459,7 +461,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.190 2007/08/22 10:56:52 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.191 2007/09/03 07:54:59 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: @@ -783,6 +785,10 @@ rm -rf ${RPM_BUILD_ROOT} %changelog +* Fri Aug 31 2007 Adam Tkac <atkac redhat com> 31:9.4.2-0.2.b1 +- temporary revert ISC 2119 change which conflicts with our + "libbind-errno" patch (#254501) + * Tue Aug 21 2007 Adam Tkac <atkac redhat com> 31:9.4.2-0.1.b1 - updated to 9.4.2b1 - dropped patches |
