simplified control macro
This commit is contained in:
parent
a432f6b3d9
commit
63ffe70495
@ -2,11 +2,9 @@
|
|||||||
%global sysctl_optmem_max 81920
|
%global sysctl_optmem_max 81920
|
||||||
%global distroname_ext %{_vendor}
|
%global distroname_ext %{_vendor}
|
||||||
|
|
||||||
%if %{?openEuler:1}0
|
# Define enable_docbook_pdf to 0,
|
||||||
%define enable_docbook_pdf 1
|
# if you don't need pdf and ps document.
|
||||||
%else
|
%global enable_docbook_pdf 1
|
||||||
%define enable_docbook_pdf 0
|
|
||||||
%endif
|
|
||||||
|
|
||||||
# Calculate hmac file after installing for binary
|
# Calculate hmac file after installing for binary
|
||||||
%define __spec_install_post \
|
%define __spec_install_post \
|
||||||
@ -26,7 +24,7 @@ ln -s libkcapi.so.%{version}.hmac %{buildroot}/%{_lib}/fipscheck/libkcapi.so.
|
|||||||
|
|
||||||
Name: libkcapi
|
Name: libkcapi
|
||||||
Version: 1.4.0
|
Version: 1.4.0
|
||||||
Release: 5
|
Release: 6
|
||||||
Summary: libkcapi - Linux Kernel Crypto API User Space Interface Library
|
Summary: libkcapi - Linux Kernel Crypto API User Space Interface Library
|
||||||
|
|
||||||
License: BSD or GPLv2
|
License: BSD or GPLv2
|
||||||
@ -221,6 +219,12 @@ popd
|
|||||||
%{_mandir}/man3/kcapi_*.3.*
|
%{_mandir}/man3/kcapi_*.3.*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Aug 16 2023 yixiangzhike <yixiangzhike007@163.com> - 1.4.0-5
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user