From d2592d71dde031392643b1d7560077c54d98a51c Mon Sep 17 00:00:00 2001 From: Packit Service Date: Feb 24 2021 15:16:09 +0000 Subject: Add spec-file for the distribution --- diff --git a/SPECS/opencryptoki.spec b/SPECS/opencryptoki.spec index ac34bad..811d39c 100644 --- a/SPECS/opencryptoki.spec +++ b/SPECS/opencryptoki.spec @@ -1,7 +1,7 @@ Name: opencryptoki Summary: Implementation of the PKCS#11 (Cryptoki) specification v2.11 Version: 3.15.1 -Release: 3%{?dist} +Release: 5%{?dist} License: CPL Group: System Environment/Base URL: https://github.com/opencryptoki/opencryptoki @@ -16,6 +16,10 @@ Patch1: opencryptoki-3.11.0-lockdir.patch Patch2: opencryptoki-3.15.1-error_message_handling_for_p11sak_remove-key_command.patch # https://github.com/opencryptoki/opencryptoki/commit/2d16f003911ceee50967546f4b3c7cac2db9ba86 Patch3: opencryptoki-3.15.1-fix_compiling_with_c++.patch +# https://github.com/opencryptoki/opencryptoki/commit/f1f176cbb4183bcb8a0f7b4d7f649d84a731dd43.patch +Patch4: opencryptoki-3.15.1-f1f176cbb4183bcb8a0f7b4d7f649d84a731dd43.patch +# https://github.com/opencryptoki/opencryptoki/commit/1e98001ff63cd7e75d95b4ea0d3d2a69965d8890 +Patch5: opencryptoki-3.15.1-1e98001ff63cd7e75d95b4ea0d3d2a69965d8890.patch Requires(pre): coreutils BuildRequires: gcc @@ -342,6 +346,12 @@ fi %changelog +* Fri Feb 12 2021 Than Ngo - 3.15.1-5 +- Resolves: #1928120, Fix problem with C_Get/SetOperationState and digest contexts + +* Fri Feb 12 2021 Than Ngo - 3.15.1-4 +- Resolves: #1927745, pkcscca migration fails with usr/sb2 is not a valid slot ID + * Thu Nov 26 2020 Than Ngo - 3.15.1-3 - Resolves: #1902022 Fix compiling with c++