!32 [sync] PR-28: 修复 Mainline工程中ima-evm-utils由于缺少openssl命令导致 make check失败

Merge pull request !32 from openeuler-sync-bot/sync-pr28-master-to-openEuler-22.03-LTS-Next
This commit is contained in:
openeuler-ci-bot 2022-01-11 12:43:55 +00:00 committed by Gitee
commit d98ce675d4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: ima-evm-utils
Version: 1.3.2
Release: 2
Release: 3
Summary: IMA/EVM control utilities
License: GPLv2
URL: http://linux-ima.sourceforge.net/
@ -9,7 +9,7 @@ Source0: http://sourceforge.net/projects/linux-ima/files/ima-evm-utils/%{na
Patch9000: add-save-command-to-support-digest-list-building.patch
BuildRequires: autoconf automake libtool asciidoc vim-common
BuildRequires: libxslt openssl-devel keyutils-libs-devel tpm2-tss-devel
BuildRequires: libxslt openssl openssl-devel keyutils-libs-devel tpm2-tss-devel
Requires: %{name}-libs = %{version}-%{release}
%description
@ -72,6 +72,9 @@ make check
%doc %{_mandir}/*/*
%changelog
* Wed Nov 10 2021 xu_ping <xuping33@huawei.com> - 1.3.2-3
- Fix tests failed due to lack of openssl command
* Tue Feb 2 2021 openEuler Buildteam <buildteam@openeuler.org> - 1.3.2-2
- fix make check fail issue