fix make check fail
This commit is contained in:
parent
fe5dc91d0e
commit
861a425eb8
@ -1,6 +1,6 @@
|
|||||||
Name: ima-evm-utils
|
Name: ima-evm-utils
|
||||||
Version: 1.3.2
|
Version: 1.3.2
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: IMA/EVM control utilities
|
Summary: IMA/EVM control utilities
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: http://linux-ima.sourceforge.net/
|
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
|
Patch9000: add-save-command-to-support-digest-list-building.patch
|
||||||
|
|
||||||
BuildRequires: autoconf automake libtool asciidoc vim-common
|
BuildRequires: autoconf automake libtool asciidoc vim-common
|
||||||
BuildRequires: libxslt openssl-devel keyutils-libs-devel ima-evm-utils
|
BuildRequires: libxslt openssl-devel keyutils-libs-devel tpm2-tss-devel
|
||||||
Requires: %{name}-libs = %{version}-%{release}
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -39,13 +39,14 @@ This package provides the header files for %{name}
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -f -i
|
autoreconf -f -i
|
||||||
%configure
|
%configure \
|
||||||
|
--disable-static
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
%make_install
|
%make_install
|
||||||
cp %{_libdir}/libimaevm.so.1* %{buildroot}/%{_libdir}
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check
|
make check
|
||||||
@ -66,14 +67,15 @@ make check
|
|||||||
%{_docdir}/%{name}/*.sh
|
%{_docdir}/%{name}/*.sh
|
||||||
%{_includedir}/*.h
|
%{_includedir}/*.h
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/libimaevm.a
|
|
||||||
%{_libdir}/libimaevm.la
|
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%doc %{_mandir}/*/*
|
%doc %{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jan 15 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.3.2-1
|
* Tue Feb 2 2021 openEuler Buildteam <buildteam@openeuler.org> - 1.3.2-2
|
||||||
|
- fix make check fail issue
|
||||||
|
|
||||||
|
* Fri Jan 15 2021 openEuler Buildteam <buildteam@openeuler.org> - 1.3.2-1
|
||||||
- update to 1.3.2
|
- update to 1.3.2
|
||||||
|
|
||||||
* Fri Jul 3 2020 Anakin Zhang <benjamin93@163.com> - 1.2.1-9
|
* Fri Jul 3 2020 Anakin Zhang <benjamin93@163.com> - 1.2.1-9
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user