From 7a2b68734920620b0160fd15801ba5a8684847084ed4db3f0feb4df52cada499 Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Tue, 22 Oct 2019 13:56:16 +0000 Subject: [PATCH] Accepting request 731645 from home:-miska-:branches:network:vpn Add p11kit build time dependency for pkcs providers autodetection Not necessary during runtime, if not available falls back into previous behaviour where you have to specidy provider manually. OBS-URL: https://build.opensuse.org/request/show/731645 OBS-URL: https://build.opensuse.org/package/show/network:vpn/openvpn?expand=0&rev=144 --- openvpn.changes | 5 +++++ openvpn.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/openvpn.changes b/openvpn.changes index 5b5423d..c92721f 100644 --- a/openvpn.changes +++ b/openvpn.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 18 06:52:56 UTC 2019 - Michal Hrusecky + +- Add p11kit build time dependency for pkcs providers autodetection + ------------------------------------------------------------------- Mon Jul 29 07:43:00 UTC 2019 - Reinhard Max diff --git a/openvpn.spec b/openvpn.spec index bd2a6e2..a8bfb7e 100644 --- a/openvpn.spec +++ b/openvpn.spec @@ -56,6 +56,7 @@ BuildRequires: iproute2 BuildRequires: libselinux-devel BuildRequires: lzo-devel BuildRequires: openssl-devel +BuildRequires: p11-kit-devel BuildRequires: pam-devel BuildRequires: pkcs11-helper-devel >= 1.11 BuildRequires: xz