update macro call in scriptlet, fixes FTBFS (#1736379)

This commit is contained in:
Dan Horák 2019-08-05 16:53:11 +02:00
parent 14a9950a96
commit 98cd1f7794

View File

@ -15,7 +15,7 @@ Patch1: opencryptoki-3.11.0-lockdir.patch
Patch2: opencryptoki-3.11.0-warn-user-not-in-pkcs11-group.patch Patch2: opencryptoki-3.11.0-warn-user-not-in-pkcs11-group.patch
# Use --no-undefined to debug missing symbols # Use --no-undefined to debug missing symbols
#Patch100: %{name}-3.2-no-undefined.patch #Patch100: %%{name}-3.2-no-undefined.patch
Requires(pre): coreutils Requires(pre): coreutils
BuildRequires: gcc BuildRequires: gcc
@ -205,7 +205,7 @@ exit 0
%post %post
%systemd_post pkcsslotd.service %systemd_post pkcsslotd.service
if test $1 -eq 1; then if test $1 -eq 1; then
%tmpfiles_create %tmpfiles_create %{name}.conf
fi fi
%preun %preun