diff options
| author | Adam Tkac <atkac@fedoraproject.org> | 2008-11-03 11:36:03 +0000 |
|---|---|---|
| committer | Adam Tkac <atkac@fedoraproject.org> | 2008-11-03 11:36:03 +0000 |
| commit | 5691aedf5bb914deb1d18d42fd343e1c22872972 (patch) | |
| tree | 1cb96edf7cb677c89aa5b5ba9ed7dbf0fd196e16 /bind.spec | |
| parent | b2c2f375e2c7c5492c01ed58e9180b254504948b (diff) | |
| download | bind-5691aedf5bb914deb1d18d42fd343e1c22872972.tar.gz bind-5691aedf5bb914deb1d18d42fd343e1c22872972.tar.xz bind-5691aedf5bb914deb1d18d42fd343e1c22872972.zip | |
- dig/host: use only IPv4 addresses when -4 option is specified (#469440)bind-9_5_1-0_8_4_b2_fc10F-10-split
Diffstat (limited to 'bind.spec')
| -rw-r--r-- | bind.spec | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -19,7 +19,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: ISC Version: 9.5.1 -Release: 0.8.2.%{PREVER}%{?dist} +Release: 0.8.4.%{PREVER}%{?dist} Epoch: 32 Url: http://www.isc.org/products/BIND/ Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -57,6 +57,7 @@ Patch71: bind-9.5-overflow.patch Patch72: bind-9.5-dlz-64bit.patch Patch87: bind-9.5-parallel-build.patch Patch95: bind-95-sdlz-include.patch +Patch96: bind-95-rh469440.patch # SDB patches Patch11: bind-9.3.2b2-sdbsrc.patch @@ -237,6 +238,7 @@ cp -fp contrib/dbus/{dbus_mgr.h,dbus_service.h} bin/named/include/named %patch87 -p1 -b .parallel %patch94 -p1 -b .rh461409 %patch95 -p1 -b .includes +%patch96 -p1 -b .rh469440 # Sparc and s390 arches need to use -fPIE %ifarch sparcv9 sparc64 s390 s390x @@ -634,6 +636,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_sbindir}/bind-chroot-admin %changelog +* Mon Nov 03 2008 Adam Tkac <atkac redhat com> 32:9.5.1-0.8.4.b2 +- dig/host: use only IPv4 addresses when -4 option is specified (#469440) + * Thu Oct 30 2008 Adam Tkac <atkac redhat com> 32:9.5.1-0.8.2.b2 - removed unneeded bind-9.4.1-ldap-api.patch |
