!63 【Mainline】simplified control macro

From: @yixiangzhike 
Reviewed-by: @HuaxinLuGitee 
Signed-off-by: @HuaxinLuGitee
This commit is contained in:
openeuler-ci-bot 2024-01-18 07:58:24 +00:00 committed by Gitee
commit 48b6d7fd38
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,11 +2,9 @@
%global sysctl_optmem_max 81920
%global distroname_ext %{_vendor}
%if %{?openEuler:1}0
%define enable_docbook_pdf 1
%else
%define enable_docbook_pdf 0
%endif
# Define enable_docbook_pdf to 0,
# if you don't need pdf and ps document.
%global enable_docbook_pdf 1
# Calculate hmac file after installing for binary
%define __spec_install_post \
@ -26,7 +24,7 @@ ln -s libkcapi.so.%{version}.hmac %{buildroot}/%{_lib}/fipscheck/libkcapi.so.
Name: libkcapi
Version: 1.4.0
Release: 5
Release: 6
Summary: libkcapi - Linux Kernel Crypto API User Space Interface Library
License: BSD or GPLv2
@ -221,6 +219,12 @@ popd
%{_mandir}/man3/kcapi_*.3.*
%changelog
* Thu Jan 18 2024 yixiangzhike <yixiangzhike007@163.com> - 1.4.0-6
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:simplified control macro
* Wed Aug 16 2023 yixiangzhike <yixiangzhike007@163.com> - 1.4.0-5
- Type:bugfix
- ID:NA