From 886635efb7c40b96e908efc1c785bd6d374dae9213aaf05dc80810db15649ef9 Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Mon, 5 Oct 2020 13:19:32 +0000 Subject: [PATCH] - avoid bareword to fix build failure OBS-URL: https://build.opensuse.org/package/show/Base:System/p11-kit?expand=0&rev=38 --- p11-kit.changes | 5 +++++ p11-kit.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/p11-kit.changes b/p11-kit.changes index 30ada90..af33eca 100644 --- a/p11-kit.changes +++ b/p11-kit.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 5 13:19:09 UTC 2020 - Ludwig Nussel + +- avoid bareword to fix build failure + ------------------------------------------------------------------- Wed Apr 15 07:01:38 UTC 2020 - Martin Pluskal diff --git a/p11-kit.spec b/p11-kit.spec index f848229..f97ad83 100644 --- a/p11-kit.spec +++ b/p11-kit.spec @@ -74,7 +74,7 @@ Summary: Adaptor to make NSS read the p11-kit trust store Group: Productivity/Networking/Security Requires: p11-kit = %{version} Conflicts: mozilla-nss-certs -%if %{_lib} == lib64 +%if %{_lib} == "lib64" Provides: libnssckbi.so()(64bit) %else Provides: libnssckbi.so