summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Hozza <thozza@redhat.com>2014-11-14 13:54:21 +0100
committerTomas Hozza <thozza@redhat.com>2014-11-14 13:54:21 +0100
commitc906894bd554ebed0db0c9cdbd49b4f0c489062d (patch)
treef7771cc67143a6e0b5f094f0a0b641e5cafaa10d
parent075927bb1c98778884b8828af373aa6f1db4e333 (diff)
downloadbind-c906894bd554ebed0db0c9cdbd49b4f0c489062d.tar.gz
bind-c906894bd554ebed0db0c9cdbd49b4f0c489062d.tar.xz
bind-c906894bd554ebed0db0c9cdbd49b4f0c489062d.zip
drop engine_pkcs11 dependency, since we use native PKCS#11 implementation
Signed-off-by: Tomas Hozza <thozza@redhat.com>
-rw-r--r--bind.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/bind.spec b/bind.spec
index 12a9368..b47355e 100644
--- a/bind.spec
+++ b/bind.spec
@@ -160,7 +160,6 @@ compiled with native PKCS#11 functionality are included.
%package pkcs11-libs
Summary: Bind libraries compiled with native PKCS#11
Group: System Environment/Daemons
-Requires: engine_pkcs11
Requires: bind-license = %{epoch}:%{version}-%{release}
Requires: bind-libs%{?_isa} = %{epoch}:%{version}-%{release}
@@ -1025,6 +1024,7 @@ rm -rf ${RPM_BUILD_ROOT}
%changelog
* Fri Nov 14 2014 Tomas Hozza <thozza@redhat.com> - 32:9.9.6-4
- Fixed systemctl path in logrotate configuration (#1148360)
+- drop engine_pkcs11 dependency, since we use native PKCS#11 implementation
* Wed Oct 22 2014 Petr Spacek <pspacek@redhat.com> - 32:9.9.6-3
- Fix crash during GSS-TSIG processing (#1155334, #1155127)