summaryrefslogtreecommitdiffstats
path: root/bind.spec
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2012-11-12 11:23:18 +0100
committerAdam Tkac <atkac@redhat.com>2012-11-12 11:23:18 +0100
commit15281fbc42abd79e56efbd3daf468e9e0d8abc48 (patch)
tree5014320b841453958e015cc93d67f8e491e93a0c /bind.spec
parent7d40dc1da5aba4fd10050819ee275c9a86e932c7 (diff)
downloadbind-15281fbc42abd79e56efbd3daf468e9e0d8abc48.tar.gz
bind-15281fbc42abd79e56efbd3daf468e9e0d8abc48.tar.xz
bind-15281fbc42abd79e56efbd3daf468e9e0d8abc48.zip
Drop PKCS11 support on rhel
Signed-off-by: Adam Tkac <atkac@redhat.com>
Diffstat (limited to 'bind.spec')
-rw-r--r--bind.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/bind.spec b/bind.spec
index 03c41da..c63afc2 100644
--- a/bind.spec
+++ b/bind.spec
@@ -13,7 +13,11 @@
%{?!bind_uid: %global bind_uid 25}
%{?!bind_gid: %global bind_gid 25}
%{?!GSSTSIG: %global GSSTSIG 1}
+%if 0%{?rhel}
+%{?!PKCS11: %global PKCS11 0}
+%else
%{?!PKCS11: %global PKCS11 1}
+%endif
%{?!DEVEL: %global DEVEL 1}
%global bind_dir /var/named
%global chroot_prefix %{bind_dir}/chroot
@@ -22,7 +26,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
Name: bind
License: ISC
Version: 9.9.2
-Release: 2%{?dist}
+Release: 3%{?dist}
Epoch: 32
Url: http://www.isc.org/products/BIND/
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -754,6 +758,9 @@ rm -rf ${RPM_BUILD_ROOT}
%endif
%changelog
+* Mon Nov 12 2012 Adam Tkac <atkac redhat com> 32:9.9.2-3
+- drop PKCS11 support on rhel
+
* Thu Oct 11 2012 Adam Tkac <atkac redhat com> 32:9.9.2-2
- install isc/stat.h