update macro call in scriptlet, fixes FTBFS (#1736379)
This commit is contained in:
parent
14a9950a96
commit
98cd1f7794
@ -15,7 +15,7 @@ Patch1: opencryptoki-3.11.0-lockdir.patch
|
||||
Patch2: opencryptoki-3.11.0-warn-user-not-in-pkcs11-group.patch
|
||||
|
||||
# Use --no-undefined to debug missing symbols
|
||||
#Patch100: %{name}-3.2-no-undefined.patch
|
||||
#Patch100: %%{name}-3.2-no-undefined.patch
|
||||
|
||||
Requires(pre): coreutils
|
||||
BuildRequires: gcc
|
||||
@ -205,7 +205,7 @@ exit 0
|
||||
%post
|
||||
%systemd_post pkcsslotd.service
|
||||
if test $1 -eq 1; then
|
||||
%tmpfiles_create
|
||||
%tmpfiles_create %{name}.conf
|
||||
fi
|
||||
|
||||
%preun
|
||||
|
Loading…
Reference in New Issue
Block a user