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..7a4bd86 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