From 8614cfdc573839598855f32cf534c4569ee080f9 Mon Sep 17 00:00:00 2001 From: panxiaohe Date: Fri, 20 Nov 2020 10:45:11 +0800 Subject: [PATCH] Solve the failure when installing libkcapi-devel --- libkcapi.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/libkcapi.spec b/libkcapi.spec index 408109a..aacccae 100644 --- a/libkcapi.spec +++ b/libkcapi.spec @@ -4,7 +4,7 @@ Name: libkcapi Version: 1.2.0 -Release: 3 +Release: 4 Summary: libkcapi - Linux Kernel Crypto API User Space Interface Library License: BSD or GPLv2 @@ -42,9 +42,6 @@ Requires: %{name} == %{version}-%{release} Obsoletes: %{name}-static Provides: %{name}-static -Obsoletes: %{name}-tests -Provides: %{name}-tests - %description devel Header files for applications that use %{name}. @@ -188,6 +185,12 @@ ln -s libkcapi.so.%{version}.hmac %{buildroot}/%{_lib}/fipscheck/libkcapi.so. %{_mandir}/man3/kcapi_*.3.* %changelog +* Fri Nov 20 2020 panxiaohe - 1.2.0-4 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:Solve the failure when installing libkcapi-devel + * Thu Oct 22 2020 zhangxingliang - 1.2.0-3 - Type:bugfix - ID:NA