Related: #2015888, added missing patch pkcsslotd-pidfile
This commit is contained in:
parent
322c3dde8e
commit
60ab8b115d
29
opencryptoki-pkcsslotd-pidfile.patch
Normal file
29
opencryptoki-pkcsslotd-pidfile.patch
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
diff -up opencryptoki-3.16.0/misc/pkcsslotd.service.in.me opencryptoki-3.16.0/misc/pkcsslotd.service.in
|
||||||
|
--- opencryptoki-3.16.0/misc/pkcsslotd.service.in.me 2021-06-25 09:25:11.464487847 +0200
|
||||||
|
+++ opencryptoki-3.16.0/misc/pkcsslotd.service.in 2021-06-25 09:25:38.701225760 +0200
|
||||||
|
@@ -4,7 +4,7 @@ After=local-fs.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=forking
|
||||||
|
-PIDFile=/var/run/pkcsslotd.pid
|
||||||
|
+PIDFile=/run/pkcsslotd.pid
|
||||||
|
ExecStart=@sbindir@/pkcsslotd
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
diff -up opencryptoki-3.16.0/usr/include/slotmgr.h.me opencryptoki-3.16.0/usr/include/slotmgr.h
|
||||||
|
--- opencryptoki-3.16.0/usr/include/slotmgr.h.me 2021-06-30 17:28:18.000594834 +0200
|
||||||
|
+++ opencryptoki-3.16.0/usr/include/slotmgr.h 2021-06-30 17:28:38.920890278 +0200
|
||||||
|
@@ -30,10 +30,10 @@
|
||||||
|
#define TOK_PATH SBIN_PATH "/pkcsslotd"
|
||||||
|
#define OCK_API_LOCK_FILE LOCKDIR_PATH "/LCK..APIlock"
|
||||||
|
|
||||||
|
-#define PROC_SOCKET_FILE_PATH "/var/run/pkcsslotd.socket"
|
||||||
|
-#define ADMIN_SOCKET_FILE_PATH "/var/run/pkcsslotd.admin.socket"
|
||||||
|
+#define PROC_SOCKET_FILE_PATH "/run/pkcsslotd.socket"
|
||||||
|
+#define ADMIN_SOCKET_FILE_PATH "/run/pkcsslotd.admin.socket"
|
||||||
|
|
||||||
|
-#define PID_FILE_PATH "/var/run/pkcsslotd.pid"
|
||||||
|
+#define PID_FILE_PATH "/run/pkcsslotd.pid"
|
||||||
|
#define OCK_CONFIG OCK_CONFDIR "/opencryptoki.conf"
|
||||||
|
|
||||||
|
#ifndef CK_BOOL
|
@ -1,7 +1,7 @@
|
|||||||
Name: opencryptoki
|
Name: opencryptoki
|
||||||
Summary: Implementation of the PKCS#11 (Cryptoki) specification v3.0
|
Summary: Implementation of the PKCS#11 (Cryptoki) specification v3.0
|
||||||
Version: 3.17.0
|
Version: 3.17.0
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: CPL
|
License: CPL
|
||||||
URL: https://github.com/opencryptoki/opencryptoki
|
URL: https://github.com/opencryptoki/opencryptoki
|
||||||
Source0: https://github.com/opencryptoki/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/opencryptoki/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
@ -12,6 +12,8 @@ Patch1: opencryptoki-3.11.0-lockdir.patch
|
|||||||
# add missing p11sak_defined_attrs.conf
|
# add missing p11sak_defined_attrs.conf
|
||||||
Patch2: opencryptoki-3.17.0-p11sak.patch
|
Patch2: opencryptoki-3.17.0-p11sak.patch
|
||||||
# upstream patches
|
# upstream patches
|
||||||
|
# PIDfile below legacy directory /var/run/
|
||||||
|
Patch300: opencryptoki-pkcsslotd-pidfile.patch
|
||||||
|
|
||||||
Requires(pre): coreutils
|
Requires(pre): coreutils
|
||||||
Requires: (selinux-policy >= 34.1.8-1 if selinux-policy-targeted)
|
Requires: (selinux-policy >= 34.1.8-1 if selinux-policy-targeted)
|
||||||
@ -316,6 +318,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Dec 04 2021 Than Ngo <than@redhat.com> - 3.17.0-3
|
||||||
|
- Related: #2015888, added missing patch pkcsslotd-pidfile
|
||||||
|
|
||||||
* Wed Nov 24 2021 Than Ngo <than@redhat.com> - 3.17.0-2
|
* Wed Nov 24 2021 Than Ngo <than@redhat.com> - 3.17.0-2
|
||||||
- Related: #2015888, add missing p11sak_defined_attrs.conf
|
- Related: #2015888, add missing p11sak_defined_attrs.conf
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user