From 836d75b05f72b20b97ecec30014c89b5614624f3a5d7ef6475190a7b590e9777 Mon Sep 17 00:00:00 2001 From: Stanislav Brabec Date: Fri, 15 Mar 2019 22:01:33 +0000 Subject: [PATCH] Accepting request 684408 from home:mcalabkova:branches:security:chipcard - Add p11-kit-devel to BuildRequires (boo#1122413) OBS-URL: https://build.opensuse.org/request/show/684408 OBS-URL: https://build.opensuse.org/package/show/security:chipcard/libp11?expand=0&rev=28 --- libp11.changes | 5 +++++ libp11.spec | 9 +++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/libp11.changes b/libp11.changes index 7f02fdf..3591a32 100644 --- a/libp11.changes +++ b/libp11.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 12 16:15:22 UTC 2019 - Marketa Calabkova + +- Add p11-kit-devel to BuildRequires (boo#1122413) + ------------------------------------------------------------------- Tue Jan 29 22:44:39 UTC 2019 - Stanislav Brabec diff --git a/libp11.spec b/libp11.spec index c3b1efb..51a72b8 100644 --- a/libp11.spec +++ b/libp11.spec @@ -30,18 +30,19 @@ Release: 0 Summary: Library Implementing a Small Layer on Top of PKCS#11 API License: LGPL-2.1-or-later Group: Productivity/Security -Url: https://github.com/OpenSC/libp11 +URL: https://github.com/OpenSC/libp11 Source0: https://github.com/OpenSC/libp11/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz Source1: https://github.com/OpenSC/libp11/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz.asc Source2: %{name}.keyring Source3: %{name}-rpmlintrc -# The engine_pkcs11 library has been merged into version 0.4.0 and later. -# (It existed only in security:chipcard OBS repository. -Obsoletes: engine_pkcs11 <= 0.2.2 BuildRequires: fdupes +BuildRequires: p11-kit-devel BuildRequires: pkgconfig BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(zlib) +# The engine_pkcs11 library has been merged into version 0.4.0 and later. +# (It existed only in security:chipcard OBS repository. +Obsoletes: engine_pkcs11 <= 0.2.2 %description Libp11 is a library implementing a small layer on top of PKCS#11 API to