fix dependency problems

This commit is contained in:
shenxiangwei 2022-11-03 10:34:00 +08:00
parent 859009f1d0
commit b78b28839d

View File

@ -1,6 +1,6 @@
Name: ima-evm-utils Name: ima-evm-utils
Version: 1.3.1 Version: 1.3.1
Release: 8 Release: 9
Summary: IMA/EVM control utilities Summary: IMA/EVM control utilities
Group: System/Libraries Group: System/Libraries
License: GPLv2 License: GPLv2
@ -12,7 +12,7 @@ Patch9001: fix-caps-parameter-cannot-be-parsed.patch
Patch9003: skip-test-error-in-docker.patch Patch9003: skip-test-error-in-docker.patch
BuildRequires: autoconf automake libtool m4 asciidoc libxslt openssl-devel BuildRequires: autoconf automake libtool m4 asciidoc libxslt openssl-devel
BuildRequires: keyutils-libs-devel git ima-evm-utils vim-common BuildRequires: keyutils-libs-devel git vim-common
Requires: %{name}-libs = %{version}-%{release} Requires: %{name}-libs = %{version}-%{release}
%description %description
@ -49,7 +49,6 @@ make %{?_smp_mflags}
%install %install
rm -rf %{buildroot} rm -rf %{buildroot}
%make_install %make_install
cp %{_libdir}/libimaevm.so.1* %{buildroot}/%{_libdir}
%check %check
make check make check
@ -83,6 +82,9 @@ make check
%doc %{_mandir}/*/* %doc %{_mandir}/*/*
%changelog %changelog
* Thu Nov 3 2022 shenxiangwei <shenxiangwei1@huawei.com> - 1.3.1-9
- fix dependency problems
* Mon Sep 26 2022 shenxiangwei <shenxiangwei1@huawei.com> - 1.3.1-8 * Mon Sep 26 2022 shenxiangwei <shenxiangwei1@huawei.com> - 1.3.1-8
- Skip test error in docker - Skip test error in docker