From 98cd1f77942eeee45702285e3ebc3b5c402ffd03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Mon, 5 Aug 2019 16:53:11 +0200 Subject: [PATCH] update macro call in scriptlet, fixes FTBFS (#1736379) --- opencryptoki.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opencryptoki.spec b/opencryptoki.spec index f86a8b1..9b83f5f 100644 --- a/opencryptoki.spec +++ b/opencryptoki.spec @@ -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