summaryrefslogtreecommitdiffstats
path: root/bind.spec
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2008-11-11 14:21:44 +0000
committerAdam Tkac <atkac@fedoraproject.org>2008-11-11 14:21:44 +0000
commit505c5dec05506d33d745f85f74e49e23c167aa35 (patch)
treee17fc65680f00af74a2d02fc4f6e944cfbb1c2fd /bind.spec
parent89fe6a2809c02267631f5f87ea653b4d0d5ce736 (diff)
- 9.5.1b3 release
- don't mount /proc in chroot, it is no longer needed
Diffstat (limited to 'bind.spec')
-rw-r--r--bind.spec10
1 files changed, 7 insertions, 3 deletions
diff --git a/bind.spec b/bind.spec
index f4323b7..2557269 100644
--- a/bind.spec
+++ b/bind.spec
@@ -2,7 +2,7 @@
# Red Hat BIND package .spec file
#
-%define PREVER b2
+%define PREVER b3
%define VERSION %{version}%{PREVER}
%{?!SDB: %define SDB 1}
@@ -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.4.%{PREVER}%{?dist}
+Release: 0.9.%{PREVER}%{?dist}
Epoch: 32
Url: http://www.isc.org/products/BIND/
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -251,7 +251,7 @@ done
%build
export CFLAGS="$CFLAGS $RPM_OPT_FLAGS"
-export CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
+export CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE -DLDAP_DEPRECATED"
export STD_CDEFINES="$CPPFLAGS"
sed -i -e \
@@ -636,6 +636,10 @@ rm -rf ${RPM_BUILD_ROOT}
%{_sbindir}/bind-chroot-admin
%changelog
+* Tue Nov 11 2008 Adam Tkac <atkac redhat com> 32:9.5.1-0.9.b3
+- 9.5.1b3 release
+- don't mount /proc in chroot, it is no longer needed
+
* 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)