From 1edbc18df4e82f22ad2675de95d78b3999373c2d Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Fri, 26 May 2023 12:36:35 +0200 Subject: [PATCH] - add verify attributes for opencryptoki.conf to ignore the verification Related: #2160061 --- opencryptoki.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/opencryptoki.spec b/opencryptoki.spec index 5afa1c6..056b554 100644 --- a/opencryptoki.spec +++ b/opencryptoki.spec @@ -1,7 +1,7 @@ Name: opencryptoki Summary: Implementation of the PKCS#11 (Cryptoki) specification v3.0 Version: 3.21.0 -Release: 3%{?dist} +Release: 4%{?dist} License: CPL URL: https://github.com/opencryptoki/opencryptoki Source0: https://github.com/opencryptoki/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz @@ -243,7 +243,7 @@ fi %doc doc/README.token_data %doc %{_docdir}/%{name}/*.conf %dir %{_sysconfdir}/%{name} -%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf +%verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf %attr(0640, root, pkcs11) %config(noreplace) %{_sysconfdir}/%{name}/p11sak_defined_attrs.conf %attr(0640, root, pkcs11) %config(noreplace) %{_sysconfdir}/%{name}/strength.conf %{_tmpfilesdir}/%{name}.conf @@ -348,6 +348,11 @@ fi %changelog +* Fri May 26 2023 Than Ngo - 3.21.0-4 +- add verify attributes for opencryptoki.conf to ignore the verification + +Related: #2160061 + * Mon May 22 2023 Than Ngo - 3.21.0-3 - Resolves: #2110497, concurrent MK rotation for cca token - Resolves: #2110498, concurrent MK rotation for ep11 token