[bind] Drop PKCS11 support on rhel

Adam Tkac atkac at fedoraproject.org
Mon Nov 12 10:32:57 UTC 2012


commit 15281fbc42abd79e56efbd3daf468e9e0d8abc48
Author: Adam Tkac <atkac at redhat.com>
Date:   Mon Nov 12 11:23:18 2012 +0100

    Drop PKCS11 support on rhel
    
    Signed-off-by: Adam Tkac <atkac at redhat.com>

 bind.spec |    9 ++++++++-
 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
 


More information about the scm-commits mailing list