23 lines
688 B
Diff
23 lines
688 B
Diff
commit a94436937b6364c53219fb3c7922439f403e8d5e
|
|
Author: Harald Freudenberger <freude@linux.ibm.com>
|
|
Date: Wed May 27 07:30:33 2020 +0200
|
|
|
|
Fix missing entries for p11sak tool in template spec file
|
|
|
|
Signed-off-by: Harald Freudenberger <freude@linux.ibm.com>
|
|
|
|
diff --git a/rpm/opencryptoki.spec b/rpm/opencryptoki.spec
|
|
index fa4b9899..ae563406 100644
|
|
--- a/rpm/opencryptoki.spec
|
|
+++ b/rpm/opencryptoki.spec
|
|
@@ -238,7 +238,9 @@ exit 0
|
|
%{_unitdir}/pkcsslotd.service
|
|
%{_sbindir}/pkcsconf
|
|
%{_sbindir}/pkcsslotd
|
|
+%{_sbindir}/p11sak
|
|
%{_mandir}/man1/pkcsconf.1*
|
|
+%{_mandir}/man1/p11sak.1*
|
|
%{_mandir}/man5/%{name}.conf.5*
|
|
%{_mandir}/man7/%{name}.7*
|
|
%{_mandir}/man8/pkcsslotd.8*
|