From 5ce0cd2440514be6c9392a0eb37d74b0620fe5bc Mon Sep 17 00:00:00 2001 From: yixiangzhike Date: Thu, 22 Oct 2020 14:37:40 +0800 Subject: [PATCH] Solve the failure when installing libkcapi-tests --- libkcapi.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/libkcapi.spec b/libkcapi.spec index 3283356..408109a 100644 --- a/libkcapi.spec +++ b/libkcapi.spec @@ -4,7 +4,7 @@ Name: libkcapi Version: 1.2.0 -Release: 2 +Release: 3 Summary: libkcapi - Linux Kernel Crypto API User Space Interface Library License: BSD or GPLv2 @@ -23,13 +23,11 @@ Provides: %{name}-tools Provides: hmaccalc == 0.9.14-10.1 Provides: hmaccalc%{?_isa} == 0.9.14-10.1 Provides: %{name}-hmaccalc -Provides: %{name}-tests Obsoletes: %{name}-replacements <= %{version}-%{release} Obsoletes: %{name}-tools Obsoletes: hmaccalc <= 0.9.14-10 Obsoletes: %{name}-hmaccalc -Obsoletes: %{name}-tests %description The Linux kernel exports a Netlink interface of type AF_ALG to allow user space to utilize the kernel crypto API. @@ -190,6 +188,12 @@ ln -s libkcapi.so.%{version}.hmac %{buildroot}/%{_lib}/fipscheck/libkcapi.so. %{_mandir}/man3/kcapi_*.3.* %changelog +* Thu Oct 22 2020 zhangxingliang - 1.2.0-3 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:Solve the failure when installing libkcapi-tests + * Fri Oct 16 2020 zhangxingliang - 1.2.0-2 - Type:enhancement - ID:NA -- Gitee